]> git.baikalelectronics.ru Git - kernel.git/commit
x86/stacktrace: Enable HAVE_RELIABLE_STACKTRACE for the ORC unwinder
authorJiri Slaby <jslaby@suse.cz>
Fri, 18 May 2018 06:47:13 +0000 (08:47 +0200)
committerIngo Molnar <mingo@kernel.org>
Thu, 21 Jun 2018 14:34:56 +0000 (16:34 +0200)
commit70a18f2c612cccb426b843c0b042d5d4fe4da525
tree562da27c9fbe235820175a5292100ec7b0196ca0
parent2d853c229fec6cafa7f80d54b9f54d126cb61990
x86/stacktrace: Enable HAVE_RELIABLE_STACKTRACE for the ORC unwinder

In SUSE, we need a reliable stack unwinder for kernel live patching, but
we do not want to enable frame pointers for performance reasons. So
after the previous patches to make the ORC reliable, mark ORC as a
reliable stack unwinder on x86.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Acked-by: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/lkml/20180518064713.26440-6-jslaby@suse.cz
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/Kconfig