]> git.pld-linux.org Git - packages/kernel.git/commitdiff
up to 5.18.3
authorJan Palus <jpalus@fastmail.com>
Thu, 9 Jun 2022 16:18:51 +0000 (18:18 +0200)
committerJan Palus <jpalus@fastmail.com>
Thu, 9 Jun 2022 16:18:51 +0000 (18:18 +0200)
kernel-multiarch.config
kernel.spec

index 1a1af29ce8c78bf16ef949da34b2276504836816..1d20f1f34aff3a27c93f666815baa6bdc5732d1d 100644 (file)
@@ -54,6 +54,7 @@ SCHED_CLUSTER all=y
 SCHED_MC_PRIO all=y
 SECCOMP all=y
 SECCOMP_CACHE_DEBUG all=n
+SHADOW_CALL_STACK arm64=y
 STACKPROTECTOR all=y
 STACKPROTECTOR_STRONG all=y
 STATIC_CALL_SELFTEST all=n
@@ -1643,6 +1644,7 @@ RESET_ATTACK_MITIGATION all=y
 EFI_RCI2_TABLE all=y
 EFI_DISABLE_PCI_DMA all=n
 EFI_CUSTOM_SSDT_OVERLAYS all=y
+EFI_DISABLE_RUNTIME all=n
 
 #-
 #- *** FILE: drivers/firmware/google/Kconfig ***
@@ -5116,7 +5118,7 @@ VIDEO_XILINX_VTC arm=m arm64=m
 #-
 #- *** FILE: drivers/media/radio/Kconfig ***
 #-
-RADIO_ADAPTERS all=y
+RADIO_ADAPTERS all=m
 RADIO_MAXIRADIO all=m
 RADIO_SAA7706H all=m
 RADIO_SHARK all=m
index 7085206ecc26ed88e66d503334f59af55df540d8..729ba43c5f2fab13d52ed17cd9c0294fd6d1b86e 100644 (file)
@@ -67,7 +67,7 @@
 
 %define                rel             1
 %define                basever         5.18
-%define                postver         .0
+%define                postver         .3
 
 # define this to '-%{basever}' for longterm branch
 %define                versuffix       %{nil}
@@ -121,7 +121,7 @@ Source0:    https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
 # Source0-md5: 58e80452e2d8e1993cd7ec95e697ab5a
 %if "%{postver}" != ".0"
 Patch0:                https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Patch0-md5:  c942f79b0f310ca6e8d5828fad539a7f
+# Patch0-md5:  4bf54f332af56bd84f02a948d57d043f
 %endif
 Source1:       kernel.sysconfig
 
This page took 1.98046 seconds and 4 git commands to generate.