diff options
author | Joe Lawrence <[email protected]> | 2019-11-06 22:29:58 -0500 |
---|---|---|
committer | Petr Mladek <[email protected]> | 2019-11-07 15:48:18 +0100 |
commit | e9f37e0900585bad631fbadbc2bee9af61ba0d0d (patch) | |
tree | 3bf098a7bba188c018efcf95a700f96c72e2eedb | |
parent | 9f7582d15f82e86b2041ab22327b7d769e061c1f (diff) |
x86/stacktrace: update kconfig help text for reliable unwinders
commit 6415b38bae26 ("x86/stacktrace: Enable HAVE_RELIABLE_STACKTRACE
for the ORC unwinder") added the ORC unwinder as a "reliable" unwinder.
Update the help text to reflect that change: the frame pointer unwinder
is no longer the only one that can provide HAVE_RELIABLE_STACKTRACE.
Link: http://lkml.kernel.org/r/[email protected]
To: [email protected]
To: [email protected]
Signed-off-by: Joe Lawrence <[email protected]>
Acked-by: Josh Poimboeuf <[email protected]>
Acked-by: Miroslav Benes <[email protected]>
Reviewed-by: Kamalesh Babulal <[email protected]>
Signed-off-by: Petr Mladek <[email protected]>
-rw-r--r-- | arch/x86/Kconfig.debug | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index bf9cd83de777..409c00f74e60 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug @@ -316,10 +316,6 @@ config UNWINDER_FRAME_POINTER unwinder, but the kernel text size will grow by ~3% and the kernel's overall performance will degrade by roughly 5-10%. - This option is recommended if you want to use the livepatch - consistency model, as this is currently the only way to get a - reliable stack trace (CONFIG_HAVE_RELIABLE_STACKTRACE). - config UNWINDER_GUESS bool "Guess unwinder" depends on EXPERT |