]> asedeno.scripts.mit.edu Git - linux.git/commit
s390/setup: Fix secure ipl message
authorPhilipp Rudo <prudo@linux.ibm.com>
Wed, 18 Dec 2019 10:24:43 +0000 (11:24 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Thu, 9 Jan 2020 15:59:18 +0000 (16:59 +0100)
commit40260b01d029ba374637838213af500e03305326
treeb656a072ad7ddb6d1ddd5980b3b054eb39382c4e
parent0c874cd04292c7ee22d70eefc341fa2648f41f46
s390/setup: Fix secure ipl message

The new machine loader on z15 always creates an IPL Report block and
thus sets the IPL_PL_FLAG_IPLSR even when secure boot is disabled. This
causes the wrong message being printed at boot. Fix this by checking for
IPL_PL_FLAG_SIPL instead.

Fixes: 9641b8cc733f ("s390/ipl: read IPL report at early boot")
Signed-off-by: Philipp Rudo <prudo@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/kernel/setup.c