]> 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)
commit90fb425ce4af2aaee39958d6e5f26f096b50384a
tree1644cf929387c2886d29cce1666e76f3cac5314e
parent8db667c36c85e35728cf19bfecb0243ed96dd345
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