diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-12-19 07:03:44 -0600 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-12-19 07:03:44 -0600 |
commit | a6e3e6f138058ff184d8ef5064a033b3f5fee8f8 (patch) | |
tree | 4b619d7ce31cb649bc2ea9b2f20c6197b3137973 /lib/Kconfig.debug | |
parent | 1ea9d333ba475041efe43d9d9bc32e64aea2ea2b (diff) | |
parent | f9eeef5918bbe1f2545d36280330dced25d6cf97 (diff) |
Merge tag 'mm-nonmm-stable-2022-12-17-20-32' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Pull fault-injection updates from Andrew Morton:
"Some fault-injection improvements from Wei Yongjun which enable
stacktrace filtering on x86_64"
* tag 'mm-nonmm-stable-2022-12-17-20-32' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm:
fault-injection: make stacktrace filter works as expected
fault-injection: make some stack filter attrs more readable
fault-injection: skip stacktrace filtering by default
fault-injection: allow stacktrace filter for x86-64
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 4a23b37d15ff..d3784039738e 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -1983,7 +1983,6 @@ config FAIL_SUNRPC config FAULT_INJECTION_STACKTRACE_FILTER bool "stacktrace filter for fault-injection capabilities" depends on FAULT_INJECTION_DEBUG_FS && STACKTRACE_SUPPORT - depends on !X86_64 select STACKTRACE depends on FRAME_POINTER || MIPS || PPC || S390 || MICROBLAZE || ARM || ARC || X86 help |