fault_inject: Don't select frame pointer with ARM unwind
CONFIG_FAULT_INJECTION_STACKTRACE_FILTER selects FRAME_POINTER. If ARM_UNWIND is used for backtracing, the FRAME_POINTER should not be selected. Change-Id: I94f31fb4b241976e408838e4b5a4138c58c395b0 Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
This commit is contained in:
@@ -1079,7 +1079,7 @@ config FAULT_INJECTION_STACKTRACE_FILTER
|
|||||||
depends on FAULT_INJECTION_DEBUG_FS && STACKTRACE_SUPPORT
|
depends on FAULT_INJECTION_DEBUG_FS && STACKTRACE_SUPPORT
|
||||||
depends on !X86_64
|
depends on !X86_64
|
||||||
select STACKTRACE
|
select STACKTRACE
|
||||||
select FRAME_POINTER if !PPC && !S390 && !MICROBLAZE
|
select FRAME_POINTER if !PPC && !S390 && !MICROBLAZE && !ARM_UNWIND
|
||||||
help
|
help
|
||||||
Provide stacktrace filter for fault-injection capabilities
|
Provide stacktrace filter for fault-injection capabilities
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user