On Sun, Nov 02, 2025 at 06:31:01PM +0100, Borislav Petkov wrote:
On Sun, Nov 02, 2025 at 11:19:02PM +0900, gregkh@linuxfoundation.org wrote:
+static const struct x86_cpu_id zen5_rdseed_microcode[] = {
- ZEN_MODEL_STEP_UCODE(0x1a, 0x02, 0x1, 0x0b00215a),
- ZEN_MODEL_STEP_UCODE(0x1a, 0x11, 0x0, 0x0b101054),
+};
Yeah, we don't have that min microcode gunk with the device_id match so we'll have to do something like we did for TSA. I.e., below.
I'll test it tomorrow to make sure it doesn't do any cat incinerations :-P
No worries. Don't know if you want this for any other stable kernels older than that, but it didn't apply there either :)
thanks,
greg k-h