]> git.baikalelectronics.ru Git - kernel.git/commit
s390/dumpstack: fix address ranges for asynchronous and panic stack
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 4 Jun 2013 09:00:08 +0000 (11:00 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 5 Jun 2013 15:36:20 +0000 (17:36 +0200)
commit3b30ac6ac5231c7f6a2dcdafa7bd217a0e2e89df
treeafdc5bbb7921c5041678345ce7c62f40af608527
parent9a6559f14d94d3634808f53e78b229707848e67a
s390/dumpstack: fix address ranges for asynchronous and panic stack

git commit 342419252fd75952 "s390: lowcore stack pointer offsets"
introduced a regression in regard to show_stack(). The stack pointer
for the asynchronous and the panic stack in the lowcore now have an
additional offset applied to them. This offset needs to be taken into
account in the calculation for the low and high address for the stacks.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/dumpstack.c