From: Oleksii Kurochko <oleksii.kurochko@gmail.com>
To: Andrew Cooper <andrew.cooper3@citrix.com>,
Xen-devel <xen-devel@lists.xenproject.org>
Cc: "Jan Beulich" <JBeulich@suse.com>,
"Roger Pau Monné" <roger.pau@citrix.com>
Subject: Re: [PATCH for-4.21] x86/ucode: Add extra rows to the entrysign model table (again)
Date: Fri, 14 Nov 2025 17:36:27 +0100 [thread overview]
Message-ID: <5a5422b8-e8a5-4662-bea1-4604bdfd3d3b@gmail.com> (raw)
In-Reply-To: <20251114152447.272823-1-andrew.cooper3@citrix.com>
[-- 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 --]
next prev parent reply other threads:[~2025-11-14 16:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2025-11-17 9:43 ` Jan Beulich
2025-11-17 11:58 ` Andrew Cooper
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5a5422b8-e8a5-4662-bea1-4604bdfd3d3b@gmail.com \
--to=oleksii.kurochko@gmail.com \
--cc=JBeulich@suse.com \
--cc=andrew.cooper3@citrix.com \
--cc=roger.pau@citrix.com \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.