]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- up to 4.4.113; SECURITY: spectre v2 mitigations auto/th/kernel-4.4-4.4.113-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 24 Jan 2018 07:09:33 +0000 (08:09 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 24 Jan 2018 07:09:33 +0000 (08:09 +0100)
kernel-x86.config
kernel.spec

index 595aa29644460a3d832bc32c3357a59dc780491c..d170f377f60930a78a323bffc3fa0e9ba1ffc6da 100644 (file)
@@ -19,6 +19,7 @@ SMP x86=y
 X86_X2APIC all=y
 X86_MPPARSE x86=y
 X86_BIGSMP i386=y
+RETPOLINE x86=y
 X86_EXTENDED_PLATFORM i386=y x86_64=y
 X86_NUMACHIP all=n
 X86_VSMP x86_64=n
@@ -154,11 +155,8 @@ X86_X32 x86_64=y
 #- file drivers/firmware/Kconfig goes here
 #- file fs/Kconfig goes here
 #- file arch/x86/Kconfig.debug goes here
-#-
-#- *** FILE: security/Kconfig ***
-#-
+#- file kernel/vserver/Kconfig goes here
 #- file security/Kconfig goes here
-PAGE_TABLE_ISOLATION x86_64=y
 #- file crypto/Kconfig goes here
 #- file arch/x86/kvm/Kconfig goes here
 #- file lib/Kconfig goes here
@@ -370,6 +368,18 @@ MEMTEST x86=n
 #- file samples/Kconfig goes here
 #- file lib/Kconfig.kgdb goes here
 
+#-
+#- *** FILE: security/Kconfig ***
+#-
+#- file security/keys/Kconfig goes here
+PAGE_TABLE_ISOLATION x86_64=y
+#- file security/selinux/Kconfig goes here
+#- file security/smack/Kconfig goes here
+#- file security/tomoyo/Kconfig goes here
+#- file security/apparmor/Kconfig goes here
+#- file security/yama/Kconfig goes here
+#- file security/integrity/Kconfig goes here
+
 #-
 #- *** PROBABLY REMOVED OPTIONS ***
 #-
index 4053e8673d3475ec87855237ec9a32174f29e49a..0b2552d15955727a27d96dde0f0a0eed3bc155f7 100644 (file)
@@ -70,9 +70,9 @@
 %define                have_pcmcia     0
 %endif
 
-%define                rel             2
+%define                rel             1
 %define                basever         4.4
-%define                postver         .112
+%define                postver         .113
 
 # define this to '-%{basever}' for longterm branch
 %define                versuffix       -%{basever}
@@ -124,7 +124,7 @@ Source0:    http://www.kernel.org/pub/linux/kernel/v4.x/linux-%{basever}.tar.xz
 # Source0-md5: 9a78fa2eb6c68ca5a40ed5af08142599
 %if "%{postver}" != ".0"
 Patch0:                http://www.kernel.org/pub/linux/kernel/v4.x/patch-%{version}.xz
-# Patch0-md5:  ed2aeb222d60effac008e8ed99618122
+# Patch0-md5:  b480cea7675b9f0394ecb99061bb0793
 %endif
 Source1:       kernel.sysconfig
 
@@ -252,7 +252,7 @@ BuildRequires:      elftoaout
 BuildRequires: uboot-mkimage
 %endif
 BuildRequires: /sbin/depmod
-BuildRequires: gcc >= 5:3.2
+BuildRequires: gcc >= 6:7.2.0-6
 BuildRequires: xz >= 1:4.999.7
 AutoReqProv:   no
 BuildRequires: hostname
This page took 0.106893 seconds and 4 git commands to generate.