]> www.infradead.org Git - users/jedix/linux-maple.git/commit
s390/entry: Make early program check handler relocated lowcore aware
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 31 Jul 2024 13:26:00 +0000 (15:26 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 7 Aug 2024 18:52:53 +0000 (20:52 +0200)
commitf101b305a7b9513a8042a2cf09018de4ff371af2
tree626180c52aa36989fea867aa4e13e5404a2d3495
parentf2bb5b97b51ce5425e8f59f899643ce4eadba667
s390/entry: Make early program check handler relocated lowcore aware

Add the missing pieces so the early program check handler also works
with a relocated lowcore. Right now the result of an early program
check in case of a relocated lowcore would be a program check loop.

Fixes: 8f1e70adb1a3 ("s390/boot: Add cmdline option to relocate lowcore")
Reviewed-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/kernel/early.c
arch/s390/kernel/entry.S