]> git.pld-linux.org Git - packages/kernel.git/commitdiff
Up to 6.8.9 auto/th/kernel-6.8.9-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 9 May 2024 22:06:39 +0000 (00:06 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 9 May 2024 22:06:39 +0000 (00:06 +0200)
kernel-x86.config
kernel.spec

index 00e0edadaf5694634f3a9cf749f77286404bd132..5637eb98248358aac3407e02464c0686ea8b5b66 100644 (file)
@@ -72,7 +72,6 @@ PAGE_OFFSET i386=0xC0000000
 X86_5LEVEL x86=n
 X86_CPA_STATISTICS x86=y
 AMD_MEM_ENCRYPT x86=y
-AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT x86=y
 NUMA x86_64=y
 AMD_NUMA x86=n
 X86_64_ACPI_NUMA x86_64=y
@@ -112,7 +111,7 @@ LEGACY_VSYSCALL_NONE all=n
 CMDLINE_BOOL x86=n
 STRICT_SIGALTSTACK_SIZE all=y
 #- file kernel/livepatch/Kconfig goes here
-SPECULATION_MITIGATIONS x86=y
+CPU_MITIGATIONS x86=y x86_64=y
 PAGE_TABLE_ISOLATION all=y
 RETPOLINE x86=y
 RETHUNK x86=n x86_64=y
@@ -123,6 +122,7 @@ CPU_SRSO x86_64=y
 SLS x86_64=y
 GDS_FORCE_MITIGATION x86_64=n x86=n
 MITIGATION_RFDS x86_64=y
+MITIGATION_SPECTRE_BHI x86=y x86_64=y
 #- file kernel/power/Kconfig goes here
 #- file drivers/acpi/Kconfig goes here
 APM i386=m
@@ -257,8 +257,10 @@ X86_SPEEDSTEP_RELAXED_CAP_CHECK i386=y
 #-
 #- *** PROBABLY REMOVED OPTIONS ***
 #-
+AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT x86=y
 BOOTPARAM_HOTPLUG_CPU0 all=n
 DEBUG_HOTPLUG_CPU0 all=n
 KEXEC_JUMP x86=y
 MICROCODE_AMD x86=y
 MICROCODE_INTEL x86=y
+SPECULATION_MITIGATIONS x86=y
index ff94c89441fb763194435fae0523d08f76272c4d..dd9c5c5cc5925530acae815a561c44d6142ebe37 100644 (file)
@@ -53,7 +53,7 @@
 
 %define                rel             1
 %define                basever         6.8
-%define                postver         .8
+%define                postver         .9
 
 # define this to '-%{basever}' for longterm branch
 %define                versuffix       %{nil}
@@ -107,7 +107,7 @@ Source0:    https://www.kernel.org/pub/linux/kernel/v6.x/linux-%{basever}.tar.xz
 # Source0-md5: 72d623b959a11850b57406f0b9fe3946
 %if "%{postver}" != ".0"
 Patch0:                https://www.kernel.org/pub/linux/kernel/v6.x/patch-%{version}.xz
-# Patch0-md5:  c396f1eb7dc38fd3bef2476d7d901b97
+# Patch0-md5:  dc5d54c8f0e01412d18a520ff3f95a06
 %endif
 Source1:       kernel.sysconfig
 
This page took 0.742054 seconds and 4 git commands to generate.