s390/traps: improve panic message for translation-specification exception
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 16 Mar 2022 18:13:20 +0000 (19:13 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 May 2022 07:57:25 +0000 (09:57 +0200)
commit2d5f611add95bc1a0da4d6db78c1ea59df4fc366
tree922a07a5b9e398a7ec7b98a1e712aad77e87f2f0
parent3e3f28529a52465bd7387d0c414d6f98de11610a
s390/traps: improve panic message for translation-specification exception

[ Upstream commit f09354ffd84eef3c88efa8ba6df05efe50cfd16a ]

There are many different types of translation exceptions but only a
translation-specification exception leads to a kernel panic since it
indicates corrupted page tables, which must never happen.

Improve the panic message so it is a bit more obvious what this is about.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/s390/kernel/traps.c