]> git.baikalelectronics.ru Git - kernel.git/commit
s390/stacktrace: use common arch_stack_walk infrastructure
authorVasily Gorbik <gor@linux.ibm.com>
Wed, 14 Aug 2019 12:27:44 +0000 (14:27 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 21 Aug 2019 10:58:53 +0000 (12:58 +0200)
commit77a7af166b4ed15dbb3a79c045fb574365c8c5d8
tree1644cf929387c2886d29cce1666e76f3cac5314e
parent4d5510e88a4be2f52f4bd84714dde34537acd66b
s390/stacktrace: use common arch_stack_walk infrastructure

Use common arch_stack_walk infrastructure to avoid duplicated code and
avoid taking care of the stack storage and filtering.

Common code also uses try_get_task_stack/put_task_stack when needed which
have been missing in our code, which also solves potential problem for us.

Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/Kconfig
arch/s390/kernel/stacktrace.c