aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/timerlist.py
diff options
context:
space:
mode:
authorSven Schnelle <[email protected]>2021-02-03 09:16:45 +0100
committerVasily Gorbik <[email protected]>2021-02-13 17:17:53 +0100
commit26521412ae22d06caab98721757b2721c6d7c46c (patch)
tree2cd4ee70d94fdc4d6723d20447fe8c9e45b07591 /scripts/gdb/linux/timerlist.py
parentb61b1595124a1694501105e5dd488de0c0c6bc2a (diff)
s390: fix kernel asce loading when sie is interrupted
If a machine check is coming in during sie, the PU saves the control registers to the machine check save area. Afterwards mcck_int_handler is called, which loads __LC_KERNEL_ASCE into %cr1. Later the code restores %cr1 from the machine check area, but that is wrong when SIE was interrupted because the machine check area still contains the gmap asce. Instead it should return with either __KERNEL_ASCE in %cr1 when interrupted in SIE or the previous %cr1 content saved in the machine check save area. Fixes: 87d598634521 ("s390/mm: remove set_fs / rework address space handling") Signed-off-by: Sven Schnelle <[email protected]> Cc: <[email protected]> # v5.8+ Reviewed-by: Heiko Carstens <[email protected]> Signed-off-by: Vasily Gorbik <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/timerlist.py')
0 files changed, 0 insertions, 0 deletions