We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4885bb commit 338c11eCopy full SHA for 338c11e
arch/arm64/kernel/traps.c
@@ -855,7 +855,7 @@ asmlinkage void handle_bad_stack(struct pt_regs *regs)
855
pr_emerg("Task stack: [0x%016lx..0x%016lx]\n",
856
tsk_stk, tsk_stk + THREAD_SIZE);
857
pr_emerg("IRQ stack: [0x%016lx..0x%016lx]\n",
858
- irq_stk, irq_stk + THREAD_SIZE);
+ irq_stk, irq_stk + IRQ_STACK_SIZE);
859
pr_emerg("Overflow stack: [0x%016lx..0x%016lx]\n",
860
ovf_stk, ovf_stk + OVERFLOW_STACK_SIZE);
861
0 commit comments