Skip to content

Commit a7ebbbb

Browse files
Wei Yongjunakpm00
authored andcommitted
fault-injection: allow stacktrace filter for x86-64
This patchset allow fault injection to run on x86_64 and makes stacktrace filter work as expected. With this, we can test a device driver module with fault injection more easily. This patch (of 4): FAULT_INJECTION_STACKTRACE_FILTER option was apparently disallowed on x86_64 because of problems with the stack unwinder: commit 6d690dc Author: Akinobu Mita <[email protected]> Date: Sat May 12 10:36:53 2007 -0700 fault injection: disable stacktrace filter for x86-64 However, there is no problems whatsoever with this today. Let's allow it again. Link: https://lkml.kernel.org/r/[email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Wei Yongjun <[email protected]> Cc: Akinobu Mita <[email protected]> Cc: Nathan Chancellor <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Kees Cook <[email protected]> Cc: Nick Desaulniers <[email protected]> Cc: Josh Poimboeuf <[email protected]> Cc: Dan Williams <[email protected]> Cc: Miguel Ojeda <[email protected]> Cc: Isabella Basso <[email protected]> Cc: Vlastimil Babka <[email protected]> Cc: Rasmus Villemoes <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 8fa590b commit a7ebbbb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Kconfig.debug

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1982,7 +1982,6 @@ config FAIL_SUNRPC
19821982
config FAULT_INJECTION_STACKTRACE_FILTER
19831983
bool "stacktrace filter for fault-injection capabilities"
19841984
depends on FAULT_INJECTION_DEBUG_FS && STACKTRACE_SUPPORT
1985-
depends on !X86_64
19861985
select STACKTRACE
19871986
depends on FRAME_POINTER || MIPS || PPC || S390 || MICROBLAZE || ARM || ARC || X86
19881987
help

0 commit comments

Comments
 (0)