* [PATCH] x86/ucode: Add extra rows to the entrysign model table
@ 2025-11-07 13:47 Andrew Cooper
2025-11-07 14:30 ` Jan Beulich
0 siblings, 1 reply; 4+ messages in thread
From: Andrew Cooper @ 2025-11-07 13:47 UTC (permalink / raw)
To: Xen-devel; +Cc: Andrew Cooper, Jan Beulich, Roger Pau Monné
Link: https://git.kernel.org/tip/d23550efc6800841b4d1639784afaebdea946ae0
Fixes: ff8228ab4658 ("x86/ucode: Relax digest check when Entrysign is fixed in firmware")
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
--
CC: Jan Beulich <JBeulich@suse.com>
CC: Roger Pau Monné <roger.pau@citrix.com>
---
xen/arch/x86/cpu/microcode/amd.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/xen/arch/x86/cpu/microcode/amd.c b/xen/arch/x86/cpu/microcode/amd.c
index d72b9556f65f..550b8c1e57ec 100644
--- a/xen/arch/x86/cpu/microcode/amd.c
+++ b/xen/arch/x86/cpu/microcode/amd.c
@@ -655,10 +655,12 @@ void __init amd_check_entrysign(void)
case 0x0aa001: fixed_rev = 0x17; break;
case 0x0aa002: fixed_rev = 0x19; break;
case 0x0b0021: fixed_rev = 0x47; break;
+ case 0x0b0081: fixed_rev = 0x12; break;
case 0x0b1010: fixed_rev = 0x47; break;
case 0x0b2040: fixed_rev = 0x32; break;
case 0x0b4040: fixed_rev = 0x32; break;
case 0x0b6000: fixed_rev = 0x32; break;
+ case 0x0b6080: fixed_rev = 0x32; break;
case 0x0b7000: fixed_rev = 0x32; break;
default:
printk(XENLOG_WARNING
--
2.39.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] x86/ucode: Add extra rows to the entrysign model table
2025-11-07 13:47 [PATCH] x86/ucode: Add extra rows to the entrysign model table Andrew Cooper
@ 2025-11-07 14:30 ` Jan Beulich
2025-11-07 14:34 ` Andrew Cooper
0 siblings, 1 reply; 4+ messages in thread
From: Jan Beulich @ 2025-11-07 14:30 UTC (permalink / raw)
To: Andrew Cooper; +Cc: Roger Pau Monné, Xen-devel, Oleksii Kurochko
On 07.11.2025 14:47, Andrew Cooper wrote:
> Link: https://git.kernel.org/tip/d23550efc6800841b4d1639784afaebdea946ae0
> Fixes: ff8228ab4658 ("x86/ucode: Relax digest check when Entrysign is fixed in firmware")
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Pretty likely wants to go into 4.21? Cc-ing Oleksii, for him to judge.
Jan
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] x86/ucode: Add extra rows to the entrysign model table
2025-11-07 14:30 ` Jan Beulich
@ 2025-11-07 14:34 ` Andrew Cooper
2025-11-10 9:27 ` Oleksii Kurochko
0 siblings, 1 reply; 4+ messages in thread
From: Andrew Cooper @ 2025-11-07 14:34 UTC (permalink / raw)
To: Jan Beulich; +Cc: Roger Pau Monné, Xen-devel, Oleksii Kurochko
On 07/11/2025 2:30 pm, Jan Beulich wrote:
> On 07.11.2025 14:47, Andrew Cooper wrote:
>> Link: https://git.kernel.org/tip/d23550efc6800841b4d1639784afaebdea946ae0
>> Fixes: ff8228ab4658 ("x86/ucode: Relax digest check when Entrysign is fixed in firmware")
>> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> Acked-by: Jan Beulich <jbeulich@suse.com>
>
> Pretty likely wants to go into 4.21? Cc-ing Oleksii, for him to judge.
Yes, and backporting, but I've got more ucode bugfixes I'm working on.
One in particular was always broken, but exasperated by one of my recent
changes, but I'm not sure if the result is going to be comfortable for
4.21 at this juncture.
~Andrew
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] x86/ucode: Add extra rows to the entrysign model table
2025-11-07 14:34 ` Andrew Cooper
@ 2025-11-10 9:27 ` Oleksii Kurochko
0 siblings, 0 replies; 4+ messages in thread
From: Oleksii Kurochko @ 2025-11-10 9:27 UTC (permalink / raw)
To: Andrew Cooper, Jan Beulich; +Cc: Roger Pau Monné, Xen-devel
[-- Attachment #1: Type: text/plain, Size: 911 bytes --]
On 11/7/25 3:34 PM, Andrew Cooper wrote:
> On 07/11/2025 2:30 pm, Jan Beulich wrote:
>> On 07.11.2025 14:47, Andrew Cooper wrote:
>>> Link:https://git.kernel.org/tip/d23550efc6800841b4d1639784afaebdea946ae0
>>> Fixes: ff8228ab4658 ("x86/ucode: Relax digest check when Entrysign is fixed in firmware")
>>> Signed-off-by: Andrew Cooper<andrew.cooper3@citrix.com>
>> Acked-by: Jan Beulich<jbeulich@suse.com>
>>
>> Pretty likely wants to go into 4.21? Cc-ing Oleksii, for him to judge.
> Yes, and backporting, but I've got more ucode bugfixes I'm working on.
>
> One in particular was always broken, but exasperated by one of my recent
> changes, but I'm not sure if the result is going to be comfortable for
> 4.21 at this juncture.
I think it’s not a good idea to skip the SHA check, so it makes sense to
accept this patch:
Release-Acked-By: Oleksii Kurochko<oleksii.kurochko@gmail.com>
Thanks.
~ Oleksii
[-- Attachment #2: Type: text/html, Size: 1929 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-11-10 9:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-07 13:47 [PATCH] x86/ucode: Add extra rows to the entrysign model table Andrew Cooper
2025-11-07 14:30 ` Jan Beulich
2025-11-07 14:34 ` Andrew Cooper
2025-11-10 9:27 ` Oleksii Kurochko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).