]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
s390: stack address vs thread_info
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 27 Jun 2016 05:57:21 +0000 (07:57 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 28 Jun 2016 07:33:00 +0000 (09:33 +0200)
commitc3bdf2e11a10ea804d69a6d1ba1e8a061efb0fa8
treef31b4a6b6d3fcee839a3e5b869243ca912094f0f
parent43799597dc78358d31fdad86a6480054c519bacc
s390: stack address vs thread_info

Avoid using the address of a process' thread_info structure as the
kernel stack address. This will break as soon as the thread_info
structure will be removed from the stack, and in addition it makes the
code a bit more understandable.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/kprobes.h
arch/s390/kernel/dumpstack.c