]> git.baikalelectronics.ru Git - kernel.git/commit
s390/mcck: fix calculation of SIE critical section size
authorAlexander Gordeev <agordeev@linux.ibm.com>
Mon, 17 May 2021 06:18:11 +0000 (08:18 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Mon, 7 Jun 2021 10:12:03 +0000 (12:12 +0200)
commitcd557bab238ea8d0cbe0e09151026d3bedde37bd
treecfc3b1640b6ea6567eccccd20547f878aeabfe8d
parent7f6864a054c90434e53660b2e80755898468c094
s390/mcck: fix calculation of SIE critical section size

The size of SIE critical section is calculated wrongly
as result of a missed subtraction in commit 02ea41696b8d
("s390: remove critical section cleanup from entry.S")

Fixes: 02ea41696b8d ("s390: remove critical section cleanup from entry.S")
Cc: <stable@vger.kernel.org>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/kernel/entry.S