diff options
| author | Wei Yongjun <[email protected]> | 2022-08-17 08:03:29 +0000 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2022-12-16 00:40:43 +0000 |
| commit | a7ebbbb159c181c696770feeb89bf0334aaff6d8 (patch) | |
| tree | eccb95d380db671e2853367fd88ea0664782e186 /lib/fault-inject.c | |
| parent | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm (diff) | |
| download | kernel-a7ebbbb159c181c696770feeb89bf0334aaff6d8.tar.gz kernel-a7ebbbb159c181c696770feeb89bf0334aaff6d8.zip | |
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 6d690dcac92a84f98fd774862628ff871b713660
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]>
Diffstat (limited to 'lib/fault-inject.c')
0 files changed, 0 insertions, 0 deletions
