]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- 5.10.136 auto/th/kernel-5.10-5.10.136-1
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 13 Aug 2022 07:57:06 +0000 (09:57 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 13 Aug 2022 07:57:06 +0000 (09:57 +0200)
kernel-multiarch.config
kernel-x86.config
kernel.spec

index 8ce98b6c3d65273ad314bf2efa2489e77a998356..f3162b6c09038e8aa2bd3cae23913b9a456df4d9 100644 (file)
@@ -9521,6 +9521,7 @@ TYPEC_RT1711H all=m
 TYPEC_MT6360 all=m
 TYPEC_TCPCI_MAXIM all=m
 TYPEC_FUSB302 all=m
+TYPEC_WCOVE all=m
 
 #-
 #- *** FILE: drivers/usb/typec/ucsi/Kconfig ***
index 1d1bbef4fba8dec0c37e99a3c33b1ba6a7cc48c4..28149885bcb011d1cc70decc0e768b73dc0f8167 100644 (file)
@@ -6,7 +6,6 @@
 SMP x86=y
 X86_X2APIC all=y
 X86_MPPARSE x86=y
-RETPOLINE x86=y
 X86_CPU_RESCTRL all=y
 X86_BIGSMP i386=y
 X86_EXTENDED_PLATFORM i386=y x86_64=y
@@ -107,6 +106,14 @@ LEGACY_VSYSCALL_XONLY all=y
 LEGACY_VSYSCALL_NONE all=n
 CMDLINE_BOOL x86=n
 #- file kernel/livepatch/Kconfig goes here
+SPECULATION_MITIGATIONS x86=y
+PAGE_TABLE_ISOLATION all=y
+RETPOLINE x86=y
+RETHUNK x86=n x86_64=y
+CPU_UNRET_ENTRY x86_64=y
+CPU_IBPB_ENTRY x86_64=y
+CPU_IBRS_ENTRY x86_64=y
+SLS x86_64=y
 #- file kernel/power/Kconfig goes here
 #- file drivers/acpi/Kconfig goes here
 #- file drivers/sfi/Kconfig goes here
@@ -265,7 +272,6 @@ OPROFILE x86=m
 OPROFILE_EVENT_MULTIPLEX x86=y
 OPTIMIZE_INLINING x86=n
 OPTPROBES x86=y
-PAGE_TABLE_ISOLATION x86_64=y x86=y
 PC104 all=y
 PCIEASPM_DEFAULT all=y
 PCIEASPM_PERFORMANCE all=n
index 01c4e738e2b9c7179b8e88ba8f2c699b3a3b55ca..cf829dc5531d0e2daa586a842d47d8cc8b6d7e18 100644 (file)
@@ -73,7 +73,7 @@
 
 %define                rel             1
 %define                basever         5.10
-%define                postver         .123
+%define                postver         .136
 
 # define this to '-%{basever}' for longterm branch
 %define                versuffix       -%{basever}
@@ -127,7 +127,7 @@ Source0:    https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
 # Source0-md5: 753adc474bf799d569dec4f165ed92c3
 %if "%{postver}" != ".0"
 Patch0:                https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Patch0-md5:  67379f96ca863a31e320c268c4c04f21
+# Patch0-md5:  594962f2d490fa40f2b1808a7252f037
 %endif
 Source1:       kernel.sysconfig
 
This page took 0.170722 seconds and 4 git commands to generate.