Skip to content

Commit e9f37e0

Browse files
joe-lawrencepmladek
authored andcommitted
x86/stacktrace: update kconfig help text for reliable unwinders
commit 6415b38 ("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/20191107032958.14034-1-joe.lawrence@redhat.com To: linux-kernel@vger.kernel.org To: live-patching@vger.kernel.org Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com> Acked-by: Josh Poimboeuf <jpoimboe@redhat.com> Acked-by: Miroslav Benes <mbenes@suse.cz> Reviewed-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> Signed-off-by: Petr Mladek <pmladek@suse.com>
1 parent 9f7582d commit e9f37e0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

arch/x86/Kconfig.debug

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,6 @@ config UNWINDER_FRAME_POINTER
316316
unwinder, but the kernel text size will grow by ~3% and the kernel's
317317
overall performance will degrade by roughly 5-10%.
318318

319-
This option is recommended if you want to use the livepatch
320-
consistency model, as this is currently the only way to get a
321-
reliable stack trace (CONFIG_HAVE_RELIABLE_STACKTRACE).
322-
323319
config UNWINDER_GUESS
324320
bool "Guess unwinder"
325321
depends on EXPERT

0 commit comments

Comments
 (0)