RE: [RFC] #MC mess
From: Luck, Tony
Date: Tue Feb 18 2020 - 13:20:41 EST
> Anything else I'm missing? It is likely...
+ hw_breakpoint_disable();
+ static_key_disable(&__tracepoint_read_msr.key);
+ tracing_off();
+
ist_enter(regs);
How about some code to turn all those back on for a recoverable (where we actually recovered) #MC?
-Tony