Browse code

Upgrade kernel to 4.4.110

Change-Id: Id50f230179d0d617603fcc74eb3df302422b2b69
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4604
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
Tested-by: Anish Swaminathan <anishs@vmware.com>

suezzelur authored on 2018/01/06 04:55:26
Showing 4 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 #
2 2
 # Automatically generated file; DO NOT EDIT.
3
-# Linux/x86 4.4.99 Kernel Configuration
3
+# Linux/x86 4.4.110 Kernel Configuration
4 4
 #
5 5
 CONFIG_64BIT=y
6 6
 CONFIG_X86_64=y
... ...
@@ -4217,6 +4217,7 @@ CONFIG_TRUSTED_KEYS=m
4217 4217
 CONFIG_ENCRYPTED_KEYS=m
4218 4218
 # CONFIG_SECURITY_DMESG_RESTRICT is not set
4219 4219
 CONFIG_SECURITY=y
4220
+CONFIG_PAGE_TABLE_ISOLATION=y
4220 4221
 CONFIG_SECURITYFS=y
4221 4222
 CONFIG_SECURITY_NETWORK=y
4222 4223
 # CONFIG_SECURITY_NETWORK_XFRM is not set
... ...
@@ -1,6 +1,6 @@
1 1
 #
2 2
 # Automatically generated file; DO NOT EDIT.
3
-# Linux/x86 4.4.99 Kernel Configuration
3
+# Linux/x86 4.4.110 Kernel Configuration
4 4
 #
5 5
 CONFIG_64BIT=y
6 6
 CONFIG_X86_64=y
... ...
@@ -2916,6 +2916,7 @@ CONFIG_KEYS_COMPAT=y
2916 2916
 # CONFIG_ENCRYPTED_KEYS is not set
2917 2917
 # CONFIG_SECURITY_DMESG_RESTRICT is not set
2918 2918
 # CONFIG_SECURITY is not set
2919
+CONFIG_PAGE_TABLE_ISOLATION=y
2919 2920
 # CONFIG_SECURITYFS is not set
2920 2921
 CONFIG_DEFAULT_SECURITY_DAC=y
2921 2922
 CONFIG_DEFAULT_SECURITY=""
... ...
@@ -1,15 +1,15 @@
1 1
 %global security_hardening none
2 2
 Summary:       Kernel
3 3
 Name:          linux-esx
4
-Version:       4.4.109
5
-Release:       3%{?dist}
4
+Version:       4.4.110
5
+Release:       1%{?dist}
6 6
 License:       GPLv2
7 7
 URL:           http://www.kernel.org/
8 8
 Group:         System Environment/Kernel
9 9
 Vendor:        VMware, Inc.
10 10
 Distribution:  Photon
11 11
 Source0:       http://www.kernel.org/pub/linux/kernel/v4.x/linux-%{version}.tar.xz
12
-%define sha1 linux=bcc074736b9ba1801d04371e0a9a4bfd8a5a2967
12
+%define sha1 linux=918cca36197d90b6e67fca331efe7b345be3a56d
13 13
 Source1:       config-esx
14 14
 Patch0:        double-tcp_mem-limits.patch
15 15
 Patch1:        linux-4.4-sysctl-sched_weighted_cpuload_uses_rla.patch
... ...
@@ -46,7 +46,6 @@ Patch28:       netfilter-nfnetlink_cthelper-Add-missing-permission-checks.patch
46 46
 # Fix CVE-2017-17450
47 47
 Patch29:       netfilter-xt_osf-Add-missing-permission-checks.patch
48 48
 Patch30:       revert-SMB-validate-negotiate-even-if-signing-off.patch
49
-
50 49
 BuildRequires: bc
51 50
 BuildRequires: kbd
52 51
 BuildRequires: kmod
... ...
@@ -201,6 +200,8 @@ ln -sf linux-%{uname_r}.cfg /boot/photon.cfg
201 201
 /usr/src/linux-headers-%{uname_r}
202 202
 
203 203
 %changelog
204
+*   Fri Jan 05 2018 Anish Swaminathan <anishs@vmware.com> 4.4.110-1
205
+-   Version update to 4.4.110
204 206
 *   Thu Jan 04 2018 Srivatsa S. Bhat <srivatsa@csail.mit.edu> 4.4.109-3
205 207
 -   Update vsock transport for 9p with newer version.
206 208
 *   Wed Jan 03 2018 Srivatsa S. Bhat <srivatsa@csail.mit.edu> 4.4.109-2
... ...
@@ -1,15 +1,15 @@
1 1
 %global security_hardening none
2 2
 Summary:        Kernel
3 3
 Name:           linux
4
-Version:    	4.4.109
5
-Release:        3%{?kat_build:.%kat_build}%{?dist}
4
+Version:    	4.4.110
5
+Release:        1%{?kat_build:.%kat_build}%{?dist}
6 6
 License:    	GPLv2
7 7
 URL:        	http://www.kernel.org/
8 8
 Group:        	System Environment/Kernel
9 9
 Vendor:         VMware, Inc.
10 10
 Distribution: 	Photon
11 11
 Source0:    	http://www.kernel.org/pub/linux/kernel/v4.x/%{name}-%{version}.tar.xz
12
-%define sha1 linux=bcc074736b9ba1801d04371e0a9a4bfd8a5a2967
12
+%define sha1 linux=918cca36197d90b6e67fca331efe7b345be3a56d
13 13
 Source1:	config
14 14
 %define ena_version 1.1.3
15 15
 Source2:    	https://github.com/amzn/amzn-drivers/archive/ena_linux_1.1.3.tar.gz
... ...
@@ -298,6 +298,8 @@ ln -sf %{name}-%{uname_r}.cfg /boot/photon.cfg
298 298
 /usr/share/perf-core
299 299
 
300 300
 %changelog
301
+*   Fri Jan 05 2018 Anish Swaminathan <anishs@vmware.com> 4.4.110-1
302
+-   Version update to 4.4.110
301 303
 *   Thu Jan 04 2018 Srivatsa S. Bhat <srivatsa@csail.mit.edu> 4.4.109-3
302 304
 -   Update vsock transport for 9p with newer version.
303 305
 *   Wed Jan 03 2018 Srivatsa S. Bhat <srivatsa@csail.mit.edu> 4.4.109-2