On 27.09.22 14:13, Borislav Petkov wrote: > On Tue, Sep 27, 2022 at 01:25:47PM +0200, Juergen Gross wrote: >> You mean by replacing it with "(system_state != SYSTEM_RUNNING)" ? > > Right, or maybe even something more elegant. I've been meaning to ask > tglx about it as I needed it for the microcode loader too. So replacing the bool with "(system_state != SYSTEM_RUNNING)" is fine with you right now? We can later switch that to the "more elegant" solution when it shows up. Juergen