commit | e991e5bb11d6eacf8a49867ff9d4ec6e1cde3718 | [log] [tgz] |
---|---|---|
author | Vasily Gorbik <gor@linux.ibm.com> | Wed Aug 14 14:27:44 2019 +0200 |
committer | Vasily Gorbik <gor@linux.ibm.com> | Wed Aug 21 12:58:53 2019 +0200 |
tree | 1644cf929387c2886d29cce1666e76f3cac5314e | |
parent | 2c7fa8a11cc528e49e88352fce8cf083104b3797 [diff] |
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>