commit: 614d5cd35524269526e674c12e07017e9f754f75 Author: Arisu Tachibana <alicef <AT> gentoo <DOT> org> AuthorDate: Mon Jul 14 16:20:40 2025 +0000 Commit: Arisu Tachibana <alicef <AT> gentoo <DOT> org> CommitDate: Mon Jul 14 16:20:40 2025 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=614d5cd3
Linux patch 6.6.98 Signed-off-by: Arisu Tachibana <alicef <AT> gentoo.org> 0000_README | 4 ++++ 1097_linux-6.6.98.patch | 25 +++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/0000_README b/0000_README index 049a6902..248cceeb 100644 --- a/0000_README +++ b/0000_README @@ -431,6 +431,10 @@ Patch: 1096_linux-6.6.97.patch From: https://www.kernel.org Desc: Linux 6.6.97 +Patch: 1097_linux-6.6.98.patch +From: https://www.kernel.org +Desc: Linux 6.6.98 + Patch: 1510_fs-enable-link-security-restrictions-by-default.patch From: http://sources.debian.net/src/linux/3.16.7-ckt4-3/debian/patches/debian/fs-enable-link-security-restrictions-by-default.patch Desc: Enable link security restrictions by default. diff --git a/1097_linux-6.6.98.patch b/1097_linux-6.6.98.patch new file mode 100644 index 00000000..b76fa95c --- /dev/null +++ b/1097_linux-6.6.98.patch @@ -0,0 +1,25 @@ +diff --git a/Makefile b/Makefile +index 9d5c08363637bd..0bb5c23c640616 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,7 +1,7 @@ + # SPDX-License-Identifier: GPL-2.0 + VERSION = 6 + PATCHLEVEL = 6 +-SUBLEVEL = 97 ++SUBLEVEL = 98 + EXTRAVERSION = + NAME = Pinguïn Aangedreven + +diff --git a/arch/x86/kernel/cpu/amd.c b/arch/x86/kernel/cpu/amd.c +index 1180689a239037..f6690df70b43ea 100644 +--- a/arch/x86/kernel/cpu/amd.c ++++ b/arch/x86/kernel/cpu/amd.c +@@ -547,6 +547,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) ||
