diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2020-11-11 18:46:26 +0100 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2020-11-20 19:17:24 +0100 |
commit | 0cd9b7230cc57b0f9cfd13ef5c3830c7db1a68d4 (patch) | |
tree | 2737925e71c97d28634b6412e12f371bad9a3df0 /arch/s390/include/asm | |
parent | Merge branch 'fixes' into features (diff) | |
download | linux-0cd9b7230cc57b0f9cfd13ef5c3830c7db1a68d4.tar.xz linux-0cd9b7230cc57b0f9cfd13ef5c3830c7db1a68d4.zip |
s390: add separate program check exit path
System call and program check handler both use the system call exit
path when returning to previous context. However the program check
handler jumps right to the end of the system call exit path if the
previous context is kernel context.
This lead to the quite odd double disabling of interrupts in the
system call exit path introduced with commit ce9dfafe29be ("s390:
fix system call exit path").
To avoid that have a separate program check handler exit path if the
previous context is kernel context.
Reviewed-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'arch/s390/include/asm')
0 files changed, 0 insertions, 0 deletions