s390/dumpstack: print psw mask and address again
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Tue, 9 Oct 2018 10:32:56 +0000 (12:32 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 10 Oct 2018 05:37:20 +0000 (07:37 +0200)
commite494990e7b74c55862b8b19c28ce38628a282cef
treea23f223e2ce2df357d0c40f0a7dee570d0c581b9
parent52a34b34d4ff9a61bc6da9740541d8f08a40438c
s390/dumpstack: print psw mask and address again

With pointer obfuscation the output of show_registers() became quite useless:

Krnl PSW : (____ptrval____) (____ptrval____) (__list_add_valid+0x98/0xa8)

In order to print the psw mask and address use %px instead of %p.
And the output looks again like this:

Krnl PSW : 0404d00180000000 00000000007c0dd0 (__list_add_valid+0x98/0xa8)

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