]> git.baikalelectronics.ru Git - kernel.git/commit
s390/sclp: fix Secure-IPL facility detection
authorAlexander Egorenkov <egorenar@linux.ibm.com>
Thu, 9 Sep 2021 10:20:56 +0000 (12:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Sep 2021 10:26:40 +0000 (12:26 +0200)
commit39ea7f4ba6a9076fa4df85e5be6a4c32ab596a14
tree99fe02ca169a5c2fbdef60042dcd123f71fab9ea
parenta7d56e8d66b030929ce062bc4e9e1c81b9efa38a
s390/sclp: fix Secure-IPL facility detection

commit d76b14f3971a0638b6cd0da289f8b48acee287d0 upstream.

Prevent out-of-range access if the returned SCLP SCCB response is smaller
in size than the address of the Secure-IPL flag.

Fixes: 2cb773f42ac3 ("s390/ipl: Provide has_secure sysfs attribute")
Cc: stable@vger.kernel.org # 5.2+
Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/s390/char/sclp_early.c