hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
kernel/arch/x86/kernel/cpu/mce/core.c
....@@ -1473,7 +1473,9 @@
14731473 /* If this triggers there is no way to recover. Die hard. */
14741474 BUG_ON(!on_thread_stack() || !user_mode(regs));
14751475
1476
+ hard_local_irq_enable();
14761477 queue_task_work(&m, msg, kill_it);
1478
+ hard_local_irq_disable();
14771479
14781480 } else {
14791481 /*