* [PATCH for-4.21] x86/ucode: Add extra rows to the entrysign model table (again)
@ 2025-11-14 15:24 Andrew Cooper
2025-11-14 16:36 ` Oleksii Kurochko
2025-11-17 9:43 ` Jan Beulich
0 siblings, 2 replies; 4+ messages in thread
From: Andrew Cooper @ 2025-11-14 15:24 UTC (permalink / raw)
To: Xen-devel
Cc: Andrew Cooper, Jan Beulich, Roger Pau Monné,
Oleksii Kurochko
Link: https://git.kernel.org/tip/dd14022a7ce96963aa923e35cf4bcc8c32f95840
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>
CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
Found because AMD have released ucode to fix RDSEED on this CPU, and I
cross-referenced the tables.
Again, for 4.21 even at this juncture. It wants backporting everywhere in due
course.
---
xen/arch/x86/cpu/microcode/amd.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/xen/arch/x86/cpu/microcode/amd.c b/xen/arch/x86/cpu/microcode/amd.c
index 550b8c1e57ec..4a7573c885e5 100644
--- a/xen/arch/x86/cpu/microcode/amd.c
+++ b/xen/arch/x86/cpu/microcode/amd.c
@@ -659,6 +659,7 @@ void __init amd_check_entrysign(void)
case 0x0b1010: fixed_rev = 0x47; break;
case 0x0b2040: fixed_rev = 0x32; break;
case 0x0b4040: fixed_rev = 0x32; break;
+ case 0x0b4041: fixed_rev = 0x02; break;
case 0x0b6000: fixed_rev = 0x32; break;
case 0x0b6080: fixed_rev = 0x32; break;
case 0x0b7000: fixed_rev = 0x32; break;
--
2.39.5
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH for-4.21] x86/ucode: Add extra rows to the entrysign model table (again)
2025-11-14 15:24 [PATCH for-4.21] x86/ucode: Add extra rows to the entrysign model table (again) Andrew Cooper
@ 2025-11-14 16:36 ` Oleksii Kurochko
2025-11-17 9:43 ` Jan Beulich
1 sibling, 0 replies; 4+ messages in thread
From: Oleksii Kurochko @ 2025-11-14 16:36 UTC (permalink / raw)
To: Andrew Cooper, Xen-devel; +Cc: Jan Beulich, Roger Pau Monné
[-- Attachment #1: Type: text/plain, Size: 1421 bytes --]
On 11/14/25 4:24 PM, Andrew Cooper wrote:
> Link:https://git.kernel.org/tip/dd14022a7ce96963aa923e35cf4bcc8c32f95840
> 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>
> CC: Oleksii Kurochko<oleksii.kurochko@gmail.com>
>
> Found because AMD have released ucode to fix RDSEED on this CPU, and I
> cross-referenced the tables.
>
> Again, for 4.21 even at this juncture. It wants backporting everywhere in due
> course.
The same as for previous/another patch:
Release-Acked-By: Oleksii Kurochko<oleksii.kurochko@gmail.com>
Thanks.
~ Oleksii
> ---
> xen/arch/x86/cpu/microcode/amd.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/xen/arch/x86/cpu/microcode/amd.c b/xen/arch/x86/cpu/microcode/amd.c
> index 550b8c1e57ec..4a7573c885e5 100644
> --- a/xen/arch/x86/cpu/microcode/amd.c
> +++ b/xen/arch/x86/cpu/microcode/amd.c
> @@ -659,6 +659,7 @@ void __init amd_check_entrysign(void)
> case 0x0b1010: fixed_rev = 0x47; break;
> case 0x0b2040: fixed_rev = 0x32; break;
> case 0x0b4040: fixed_rev = 0x32; break;
> + case 0x0b4041: fixed_rev = 0x02; break;
> case 0x0b6000: fixed_rev = 0x32; break;
> case 0x0b6080: fixed_rev = 0x32; break;
> case 0x0b7000: fixed_rev = 0x32; break;
[-- Attachment #2: Type: text/html, Size: 2436 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH for-4.21] x86/ucode: Add extra rows to the entrysign model table (again)
2025-11-14 15:24 [PATCH for-4.21] x86/ucode: Add extra rows to the entrysign model table (again) Andrew Cooper
2025-11-14 16:36 ` Oleksii Kurochko
@ 2025-11-17 9:43 ` Jan Beulich
2025-11-17 11:58 ` Andrew Cooper
1 sibling, 1 reply; 4+ messages in thread
From: Jan Beulich @ 2025-11-17 9:43 UTC (permalink / raw)
To: Andrew Cooper; +Cc: Roger Pau Monné, Oleksii Kurochko, Xen-devel
On 14.11.2025 16:24, Andrew Cooper wrote:
> Link: https://git.kernel.org/tip/dd14022a7ce96963aa923e35cf4bcc8c32f95840
> 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>
> ---
> CC: Jan Beulich <JBeulich@suse.com>
> CC: Roger Pau Monné <roger.pau@citrix.com>
> CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
>
> Found because AMD have released ucode to fix RDSEED on this CPU, and I
> cross-referenced the tables.
I wonder how many more we're going to see.
Jan
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH for-4.21] x86/ucode: Add extra rows to the entrysign model table (again)
2025-11-17 9:43 ` Jan Beulich
@ 2025-11-17 11:58 ` Andrew Cooper
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Cooper @ 2025-11-17 11:58 UTC (permalink / raw)
To: Jan Beulich; +Cc: Roger Pau Monné, Oleksii Kurochko, Xen-devel
On 17/11/2025 9:43 am, Jan Beulich wrote:
> On 14.11.2025 16:24, Andrew Cooper wrote:
>> Link: https://git.kernel.org/tip/dd14022a7ce96963aa923e35cf4bcc8c32f95840
>> 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>
Thanks.
>> ---
>> CC: Jan Beulich <JBeulich@suse.com>
>> CC: Roger Pau Monné <roger.pau@citrix.com>
>> CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
>>
>> Found because AMD have released ucode to fix RDSEED on this CPU, and I
>> cross-referenced the tables.
> I wonder how many more we're going to see.
I doubt this will be the last.
~Andrew
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-11-17 11:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-14 15:24 [PATCH for-4.21] x86/ucode: Add extra rows to the entrysign model table (again) Andrew Cooper
2025-11-14 16:36 ` Oleksii Kurochko
2025-11-17 9:43 ` Jan Beulich
2025-11-17 11:58 ` Andrew Cooper
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.