Loading arch/s390/kernel/traps.c +4 −1 Original line number Diff line number Diff line Loading @@ -668,7 +668,10 @@ asmlinkage void space_switch_exception(struct pt_regs * regs, long int_code) asmlinkage void kernel_stack_overflow(struct pt_regs * regs) { die("Kernel stack overflow", regs, 0); bust_spinlocks(1); printk("Kernel stack overflow.\n"); show_regs(regs); bust_spinlocks(0); panic("Corrupt kernel stack, can't continue."); } Loading Loading
arch/s390/kernel/traps.c +4 −1 Original line number Diff line number Diff line Loading @@ -668,7 +668,10 @@ asmlinkage void space_switch_exception(struct pt_regs * regs, long int_code) asmlinkage void kernel_stack_overflow(struct pt_regs * regs) { die("Kernel stack overflow", regs, 0); bust_spinlocks(1); printk("Kernel stack overflow.\n"); show_regs(regs); bust_spinlocks(0); panic("Corrupt kernel stack, can't continue."); } Loading