From 4cf18abe38a89963d4886cc6c26fb1cba19cff6f Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Tue, 16 Sep 2025 21:03:26 +0200 Subject: [PATCH] - updated to 6.6.106 --- kernel-x86.config | 3 ++- kernel-x86_64.config | 3 ++- kernel.spec | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/kernel-x86.config b/kernel-x86.config index 77a7e7c..e146d7b 100644 --- a/kernel-x86.config +++ b/kernel-x86.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 6.6.102 Kernel Configuration +# Linux/x86 6.6.106 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (TLD-Linux) 15.2.0 20250810 (release)" CONFIG_CC_IS_GCC=y @@ -504,6 +504,7 @@ CONFIG_RETHUNK=y CONFIG_MITIGATION_RFDS=y CONFIG_MITIGATION_SPECTRE_BHI=y CONFIG_MITIGATION_TSA=y +CONFIG_MITIGATION_VMSCAPE=y # # Power management and ACPI options diff --git a/kernel-x86_64.config b/kernel-x86_64.config index 914c7ab..744e15a 100644 --- a/kernel-x86_64.config +++ b/kernel-x86_64.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 6.6.102 Kernel Configuration +# Linux/x86 6.6.106 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (TLD-Linux) 15.2.0 20250810 (release)" CONFIG_CC_IS_GCC=y @@ -536,6 +536,7 @@ CONFIG_MITIGATION_RFDS=y CONFIG_MITIGATION_SPECTRE_BHI=y CONFIG_MITIGATION_ITS=y CONFIG_MITIGATION_TSA=y +CONFIG_MITIGATION_VMSCAPE=y CONFIG_ARCH_HAS_ADD_PAGES=y # diff --git a/kernel.spec b/kernel.spec index 3a24843..4c25bda 100644 --- a/kernel.spec +++ b/kernel.spec @@ -4,7 +4,7 @@ %bcond_with verbose # verbose build (V=1) %define basever 6.6 -%define postver 105 +%define postver 106 %define rel 1 %define __alt_kernel %{nil} @@ -38,7 +38,7 @@ Source0: http://www.kernel.org/pub/linux/kernel/v6.x/linux-%{basever}.tar.xz # Source0-md5: 452098d80ba925af3a4ab35998f3aef5 %if "%{postver}" != "0" Source1: http://www.kernel.org/pub/linux/kernel/v6.x/patch-%{version}.xz -# Source1-md5: 3242f351ee5b5992cc30d19c8a9a378e +# Source1-md5: 6da21529a5445207610f6d344c6fd46a %endif Source2: kernel-module-build.pl -- 2.51.0