Re: [PATCH v5 19/44] x86/boot: use consumed boot module flag for microcode

2024-10-09 Thread Daniel P. Smith
On 10/8/24 11:56, Jason Andryuk wrote: On 2024-10-06 17:49, Daniel P. Smith wrote: To track if the microcode boot module was loaded, a copy of the boot module is kept. The size element of this copy is set to zero as the indicator that the microcode was loaded. A side effect is that the modules

Re: [PATCH v5 19/44] x86/boot: use consumed boot module flag for microcode

2024-10-08 Thread Jason Andryuk
On 2024-10-06 17:49, Daniel P. Smith wrote: To track if the microcode boot module was loaded, a copy of the boot module is kept. The size element of this copy is set to zero as the indicator that the microcode was loaded. A side effect is that the modules have to be rescanned to find the boot mod

[PATCH v5 19/44] x86/boot: use consumed boot module flag for microcode

2024-10-06 Thread Daniel P. Smith
To track if the microcode boot module was loaded, a copy of the boot module is kept. The size element of this copy is set to zero as the indicator that the microcode was loaded. A side effect is that the modules have to be rescanned to find the boot module post-relocation, so the cache copy can be