summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/rseq_test.c
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2023-01-20 04:18:20 +0300
committerPeter Zijlstra <peterz@infradead.org>2023-01-21 02:06:10 +0300
commit001c28e57187570e4b5aa4492c7a957fb6d65d7b (patch)
tree5c3529c190649f91ed01c32728e2a1ffe237ef11 /tools/testing/selftests/kvm/rseq_test.c
parent19235e47279894b033a3ec5cf2732de634862b3a (diff)
downloadlinux-001c28e57187570e4b5aa4492c7a957fb6d65d7b.tar.xz
exit: Detect and fix irq disabled state in oops
If a task oopses with irqs disabled, this can cause various cascading problems in the oops path such as sleep-from-invalid warnings, and potentially worse. Since commit 0258b5fd7c712 ("coredump: Limit coredumps to a single thread group"), the unconditional irq enable in coredump_task_exit() will "fix" the irq state to be enabled early in do_exit(), so currently this may not be triggerable, but that is coincidental and fragile. Detect and fix the irqs_disabled() condition in the oops path before calling do_exit(), similarly to the way in_atomic() is handled. Reported-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Acked-by: "Eric W. Biederman" <ebiederm@xmission.com> Link: https://lore.kernel.org/lkml/20221004094401.708299-1-npiggin@gmail.com/
Diffstat (limited to 'tools/testing/selftests/kvm/rseq_test.c')
0 files changed, 0 insertions, 0 deletions