]> git.itanic.dy.fi Git - linux-stable/commit
s390/uaccess: add missing EX_TABLE entries to __clear_user()
authorHeiko Carstens <hca@linux.ibm.com>
Tue, 18 Oct 2022 11:39:43 +0000 (13:39 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 26 Oct 2022 12:47:30 +0000 (14:47 +0200)
commit4e1b5a86a5edfbefc9396d41b0fc1a2ebd0101b6
treea2dd09cbf34a0de2cb710bd51632fffeb723448b
parentd6d9875e22cb760b433cade5cf19d8f105ad4621
s390/uaccess: add missing EX_TABLE entries to __clear_user()

For some exception types the instruction address points behind the
instruction that caused the exception. Take that into account and add
the missing exception table entries.

Cc: <stable@vger.kernel.org>
Reviewed-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/lib/uaccess.c