scripts/x86-microcode.sh | 1 + 1 file changed, 1 insertion(+)
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
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
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
>
© 2016 - 2026 Red Hat, Inc.