]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86/mm/pkeys: Do not skip PKRU register if debug registers are not used
authorNicolas Iooss <nicolas.iooss_linux@m4x.org>
Sat, 10 Sep 2016 18:30:45 +0000 (20:30 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 13 Sep 2016 13:52:28 +0000 (15:52 +0200)
commitba6d018e3d2f6a0fad58a668cadf66b2d1f80f59
tree1a87ef317f5259270d39d1b69fe39b684b2b11d2
parente2753293ac4bce8623650bb2d610b7e657bc869f
x86/mm/pkeys: Do not skip PKRU register if debug registers are not used

__show_regs() fails to dump the PKRU state when the debug registers are in
their default state because there is a return statement on the debug
register state.

Change the logic to report PKRU value even when debug registers are in
their default state.

Fixes:c0b17b5bd4b7 ("x86/mm/pkeys: Dump PKRU with other kernel registers")
Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
Acked-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: http://lkml.kernel.org/r/20160910183045.4618-1-nicolas.iooss_linux@m4x.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/process_64.c