diff options
author | Vasily Gorbik <gor@linux.ibm.com> | 2019-11-22 18:52:40 +0100 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2019-11-30 10:52:48 +0100 |
commit | 0610154650f161d56a0bef0d9678ae1de7360019 (patch) | |
tree | 79b1b8933d8bc5ac07c50c2961afb0a17a82a05e /arch/s390/kernel | |
parent | s390/test_unwind: add CALL_ON_STACK tests (diff) | |
download | linux-0610154650f161d56a0bef0d9678ae1de7360019.tar.xz linux-0610154650f161d56a0bef0d9678ae1de7360019.zip |
s390/test_unwind: print verbose unwinding results
Add stack name, sp and reliable information into test unwinding
results. Also consider ip outside of kernel text as failure if the
state is reported reliable.
Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'arch/s390/kernel')
-rw-r--r-- | arch/s390/kernel/dumpstack.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/kernel/dumpstack.c b/arch/s390/kernel/dumpstack.c index fc442aec0d96..d74e21a23703 100644 --- a/arch/s390/kernel/dumpstack.c +++ b/arch/s390/kernel/dumpstack.c @@ -38,6 +38,7 @@ const char *stack_type_name(enum stack_type type) return "unknown"; } } +EXPORT_SYMBOL_GPL(stack_type_name); static inline bool in_stack(unsigned long sp, struct stack_info *info, enum stack_type type, unsigned long low, |