]> www.infradead.org Git - users/jedix/linux-maple.git/commit
s390/traps: Handle early warnings gracefully
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 31 Jul 2024 13:26:01 +0000 (15:26 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 7 Aug 2024 18:52:53 +0000 (20:52 +0200)
commit3c4d0ae0671827f4b536cc2d26f8b9c54584ccc5
treed5b1463414b1fe05be3cfa69e522299fd3e4c0fd
parentf101b305a7b9513a8042a2cf09018de4ff371af2
s390/traps: Handle early warnings gracefully

Add missing warning handling to the early program check handler. This
way a warning is printed to the console as soon as the early console
is setup, and the kernel continues to boot.

Before this change a disabled wait psw was loaded instead and the
machine was silently stopped without giving an idea about what
happened.

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