Re: [PATCH v3 30/34] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs
From: Heiko Carstens <hca@linux.ibm.com>
Date: 2024-01-02 15:07:02
Also in:
linux-mm, linux-s390, lkml
From: Heiko Carstens <hca@linux.ibm.com>
Date: 2024-01-02 15:07:02
Also in:
linux-mm, linux-s390, lkml
On Thu, Dec 14, 2023 at 12:24:50AM +0100, Ilya Leoshkevich wrote:
This is normally done by the generic entry code, but the kernel_stack_overflow() flow bypasses it. Reviewed-by: Alexander Potapenko <glider@google.com> Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> --- arch/s390/kernel/traps.c | 6 ++++++ 1 file changed, 6 insertions(+)
Acked-by: Heiko Carstens <hca@linux.ibm.com>