commit: b573dbd49b00e26ea910847439da70cc311db1f7 Author: Arisu Tachibana <alicef <AT> gentoo <DOT> org> AuthorDate: Mon Jul 14 16:20:17 2025 +0000 Commit: Arisu Tachibana <alicef <AT> gentoo <DOT> org> CommitDate: Mon Jul 14 16:20:17 2025 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=b573dbd4
Linux patch 6.12.38 Signed-off-by: Arisu Tachibana <alicef <AT> gentoo.org> 0000_README | 4 ++++ 1037_linux-6.12.38.patch | 25 +++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/0000_README b/0000_README index 21e46663..e2568c6a 100644 --- a/0000_README +++ b/0000_README @@ -191,6 +191,10 @@ Patch: 1036_linux-6.12.37.patch From: https://www.kernel.org Desc: Linux 6.12.37 +Patch: 1037_linux-6.12.38.patch +From: https://www.kernel.org +Desc: Linux 6.12.38 + Patch: 1500_fortify-copy-size-value-range-tracking-fix.patch From: https://git.kernel.org/ Desc: fortify: Hide run-time copy size from value range tracking diff --git a/1037_linux-6.12.38.patch b/1037_linux-6.12.38.patch new file mode 100644 index 00000000..a6c3c36c --- /dev/null +++ b/1037_linux-6.12.38.patch @@ -0,0 +1,25 @@ +diff --git a/Makefile b/Makefile +index ca3225cbf130aa..28c9acdd9b3583 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,7 +1,7 @@ + # SPDX-License-Identifier: GPL-2.0 + VERSION = 6 + PATCHLEVEL = 12 +-SUBLEVEL = 37 ++SUBLEVEL = 38 + EXTRAVERSION = + NAME = Baby Opossum Posse + +diff --git a/arch/x86/kernel/cpu/amd.c b/arch/x86/kernel/cpu/amd.c +index 8a740e92e483ed..b42307200e98f3 100644 +--- a/arch/x86/kernel/cpu/amd.c ++++ b/arch/x86/kernel/cpu/amd.c +@@ -376,6 +376,7 @@ static bool amd_check_tsa_microcode(void) + + p.ext_fam = c->x86 - 0xf; + p.model = c->x86_model; ++ p.ext_model = c->x86_model >> 4; + p.stepping = c->x86_stepping; + + if (cpu_has(c, X86_FEATURE_ZEN3) ||
