Browse code

update linux kernel to 4.4.111

Change-Id: I5b271e41ae547fccaa77b3d0ba33e76808ce3779
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4628
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Bo Gan <ganb@vmware.com>

Bo Gan authored on 2018/01/11 17:12:31
Showing 2 changed files
... ...
@@ -1,15 +1,15 @@
1 1
 %global security_hardening none
2 2
 Summary:       Kernel
3 3
 Name:          linux-esx
4
-Version:       4.4.110
5
-Release:       2%{?dist}
4
+Version:       4.4.111
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=918cca36197d90b6e67fca331efe7b345be3a56d
12
+%define sha1 linux=15b1027ef42d40253fc2f88030a8aa11ae4ab095
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
... ...
@@ -241,6 +241,8 @@ ln -sf linux-%{uname_r}.cfg /boot/photon.cfg
241 241
 /usr/src/linux-headers-%{uname_r}
242 242
 
243 243
 %changelog
244
+*   Wed Jan 10 2018 Bo Gan <ganb@vmware.com> 4.4.111-1
245
+-   Version update to 4.4.111
244 246
 *   Mon Jan 08 2018 Bo Gan <ganb@vmware.com> 4.4.110-2
245 247
 -   Initial Spectre fix
246 248
 -   Add Observable speculation barrier
... ...
@@ -1,15 +1,15 @@
1 1
 %global security_hardening none
2 2
 Summary:        Kernel
3 3
 Name:           linux
4
-Version:    	4.4.110
5
-Release:        2%{?kat_build:.%kat_build}%{?dist}
4
+Version:    	4.4.111
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=918cca36197d90b6e67fca331efe7b345be3a56d
12
+%define sha1 linux=15b1027ef42d40253fc2f88030a8aa11ae4ab095
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
... ...
@@ -338,6 +338,8 @@ ln -sf %{name}-%{uname_r}.cfg /boot/photon.cfg
338 338
 /usr/share/perf-core
339 339
 
340 340
 %changelog
341
+*   Wed Jan 10 2018 Bo Gan <ganb@vmware.com> 4.4.111-1
342
+-   Version update to 4.4.111
341 343
 *   Mon Jan 08 2018 Bo Gan <ganb@vmware.com> 4.4.110-2
342 344
 -   Initial Spectre fix
343 345
 -   Add Observable speculation barrier