]> www.infradead.org Git - users/jedix/linux-maple.git/commit
s390/traps: Change stack overflow message
authorSven Schnelle <svens@linux.ibm.com>
Thu, 27 Feb 2025 06:49:48 +0000 (07:49 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 4 Mar 2025 16:34:03 +0000 (17:34 +0100)
commitf740a8b4df4faeda6cb595eddc5c486e4eedf573
tree6a29c27b50db04e56d9ae168f2325c6083a00350
parenta9f24559d8e1423a27e0a25ebfdb6e51a8199a8b
s390/traps: Change stack overflow message

When the kernel stack pointer is pointing to invalid memory,
a 'Kernel stack overflow' message is printed, which is misleading.
Change the message to actually say that the stack pointer is invalid
instead.

Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/kernel/entry.S
arch/s390/kernel/entry.h
arch/s390/kernel/traps.c