Re: [PATCH v3 30/34] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs

2024-01-02 Thread Heiko Carstens
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 > Signed-off-by: Ilya Leoshkevich > --- > arch/s390/kernel/traps.c | 6 ++ > 1 file

[PATCH v3 30/34] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs

2023-12-13 Thread Ilya Leoshkevich
This is normally done by the generic entry code, but the kernel_stack_overflow() flow bypasses it. Reviewed-by: Alexander Potapenko Signed-off-by: Ilya Leoshkevich --- arch/s390/kernel/traps.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/s390/kernel/traps.c