mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
[PATCH] fault-injection: stacktrace filtering kconfig fix
`select' doesn't work very well. With alpha `make allmodconfig' we end up with CONFIG_STACKTRACE enabled, so we end up with undefined save_stacktrace() at link time. Cc: Akinobu Mita <akinobu.mita@gmail.com> Cc: Don Mullis <dwm@meer.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
1ab8509a31
commit
83ba254688
@ -417,7 +417,7 @@ config LKDTM
|
||||
config FAULT_INJECTION
|
||||
bool "Fault-injection framework"
|
||||
depends on DEBUG_KERNEL
|
||||
select STACKTRACE
|
||||
depends on STACKTRACE
|
||||
select FRAME_POINTER
|
||||
help
|
||||
Provide fault-injection framework.
|
||||
|
Loading…
Reference in New Issue
Block a user