* [PATCH TEST-ARTEFACTS] Add PantherLake microcode
@ 2026-07-08 14:56 Andrew Cooper
2026-07-08 16:24 ` Marek Marczykowski-Górecki
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Cooper @ 2026-07-08 14:56 UTC (permalink / raw)
To: Xen-devel
Cc: Andrew Cooper, Anthony PERARD, Stefano Stabellini, Michal Orzel,
Doug Goldstein, Marek Marczykowski-Górecki
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Anthony PERARD <anthony.perard@vates.tech>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Michal Orzel <michal.orzel@amd.com>
CC: Doug Goldstein <cardoe@cardoe.com>
CC: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
---
scripts/x86-microcode.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/x86-microcode.sh b/scripts/x86-microcode.sh
index cb55a3bd2d52..7442e0ae9671 100755
--- a/scripts/x86-microcode.sh
+++ b/scripts/x86-microcode.sh
@@ -21,6 +21,7 @@ tar xf intel-latest.tar --strip-components=1
cd intel-ucode
cat 06-97-02 # adl-*
cat 06-8e-09 # kbl-*
+ cat 06-cc-03 # ptl-*
) > "${UCODEDIR}/GenuineIntel.bin"
#
base-commit: fe26bfd25cf09cd5ad11ecdf69699d3dde2c865d
--
2.39.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH TEST-ARTEFACTS] Add PantherLake microcode
2026-07-08 14:56 [PATCH TEST-ARTEFACTS] Add PantherLake microcode Andrew Cooper
@ 2026-07-08 16:24 ` Marek Marczykowski-Górecki
2026-07-08 17:17 ` Stefano Stabellini
0 siblings, 1 reply; 3+ messages in thread
From: Marek Marczykowski-Górecki @ 2026-07-08 16:24 UTC (permalink / raw)
To: Andrew Cooper
Cc: Xen-devel, Anthony PERARD, Stefano Stabellini, Michal Orzel,
Doug Goldstein
[-- Attachment #1: Type: text/plain, Size: 1338 bytes --]
On Wed, Jul 08, 2026 at 03:56:23PM +0100, Andrew Cooper wrote:
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
And it seems to already apply to the new runner:
https://gitlab.com/xen-project/people/marmarek/xen/-/pipelines/2662156525
(XEN) [0000001882e96f95] microcode: CPU0 updated from revision 0x115 to 0x11b, date = 2026-03-24
> ---
> CC: Anthony PERARD <anthony.perard@vates.tech>
> CC: Stefano Stabellini <sstabellini@kernel.org>
> CC: Michal Orzel <michal.orzel@amd.com>
> CC: Doug Goldstein <cardoe@cardoe.com>
> CC: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
> ---
> scripts/x86-microcode.sh | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/scripts/x86-microcode.sh b/scripts/x86-microcode.sh
> index cb55a3bd2d52..7442e0ae9671 100755
> --- a/scripts/x86-microcode.sh
> +++ b/scripts/x86-microcode.sh
> @@ -21,6 +21,7 @@ tar xf intel-latest.tar --strip-components=1
> cd intel-ucode
> cat 06-97-02 # adl-*
> cat 06-8e-09 # kbl-*
> + cat 06-cc-03 # ptl-*
> ) > "${UCODEDIR}/GenuineIntel.bin"
>
> #
>
> base-commit: fe26bfd25cf09cd5ad11ecdf69699d3dde2c865d
> --
> 2.39.5
>
--
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH TEST-ARTEFACTS] Add PantherLake microcode
2026-07-08 16:24 ` Marek Marczykowski-Górecki
@ 2026-07-08 17:17 ` Stefano Stabellini
0 siblings, 0 replies; 3+ messages in thread
From: Stefano Stabellini @ 2026-07-08 17:17 UTC (permalink / raw)
To: Marek Marczykowski-Górecki
Cc: Andrew Cooper, Xen-devel, Anthony PERARD, Stefano Stabellini,
Michal Orzel, Doug Goldstein
[-- Attachment #1: Type: text/plain, Size: 1490 bytes --]
On Wed, 8 Jul 2026, Marek Marczykowski-Górecki wrote:
> On Wed, Jul 08, 2026 at 03:56:23PM +0100, Andrew Cooper wrote:
> > Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
>
> Reviewed-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
>
> And it seems to already apply to the new runner:
> https://gitlab.com/xen-project/people/marmarek/xen/-/pipelines/2662156525
>
> (XEN) [0000001882e96f95] microcode: CPU0 updated from revision 0x115 to 0x11b, date = 2026-03-24
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
> > ---
> > CC: Anthony PERARD <anthony.perard@vates.tech>
> > CC: Stefano Stabellini <sstabellini@kernel.org>
> > CC: Michal Orzel <michal.orzel@amd.com>
> > CC: Doug Goldstein <cardoe@cardoe.com>
> > CC: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
> > ---
> > scripts/x86-microcode.sh | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/scripts/x86-microcode.sh b/scripts/x86-microcode.sh
> > index cb55a3bd2d52..7442e0ae9671 100755
> > --- a/scripts/x86-microcode.sh
> > +++ b/scripts/x86-microcode.sh
> > @@ -21,6 +21,7 @@ tar xf intel-latest.tar --strip-components=1
> > cd intel-ucode
> > cat 06-97-02 # adl-*
> > cat 06-8e-09 # kbl-*
> > + cat 06-cc-03 # ptl-*
> > ) > "${UCODEDIR}/GenuineIntel.bin"
> >
> > #
> >
> > base-commit: fe26bfd25cf09cd5ad11ecdf69699d3dde2c865d
> > --
> > 2.39.5
> >
>
> --
> Best Regards,
> Marek Marczykowski-Górecki
> Invisible Things Lab
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-07-08 17:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-08 14:56 [PATCH TEST-ARTEFACTS] Add PantherLake microcode Andrew Cooper
2026-07-08 16:24 ` Marek Marczykowski-Górecki
2026-07-08 17:17 ` Stefano Stabellini
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.