Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fault injection: disable stacktrace filter for x86-64

Disable stacktrace filter support for x86-64 for now. Will be enable when we
can get the dwarf2 unwinder back.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Acked-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Akinobu Mita and committed by
Linus Torvalds
6d690dca 33d444f1

+1
+1
lib/Kconfig.debug
··· 438 438 config FAULT_INJECTION_STACKTRACE_FILTER 439 439 bool "stacktrace filter for fault-injection capabilities" 440 440 depends on FAULT_INJECTION_DEBUG_FS && STACKTRACE_SUPPORT 441 + depends on !X86_64 441 442 select STACKTRACE 442 443 select FRAME_POINTER 443 444 help