hc
2024-11-01 7e970c18f85f99acc678d90128b6e01dce1bf273
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 /*