Change-Id: Ic0f845fa0e351aeaf9131f6c9939e85dd4193b9c
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4603
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
Tested-by: Anish Swaminathan <anishs@vmware.com>
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
# |
| 2 | 2 |
# Automatically generated file; DO NOT EDIT. |
| 3 |
-# Linux/x86 4.9.64 Kernel Configuration |
|
| 3 |
+# Linux/x86 4.9.75 Kernel Configuration |
|
| 4 | 4 |
# |
| 5 | 5 |
CONFIG_64BIT=y |
| 6 | 6 |
CONFIG_X86_64=y |
| ... | ... |
@@ -4418,6 +4418,7 @@ CONFIG_ENCRYPTED_KEYS=m |
| 4418 | 4418 |
# CONFIG_KEY_DH_OPERATIONS is not set |
| 4419 | 4419 |
# CONFIG_SECURITY_DMESG_RESTRICT is not set |
| 4420 | 4420 |
CONFIG_SECURITY=y |
| 4421 |
+CONFIG_PAGE_TABLE_ISOLATION=y |
|
| 4421 | 4422 |
CONFIG_SECURITYFS=y |
| 4422 | 4423 |
CONFIG_SECURITY_NETWORK=y |
| 4423 | 4424 |
# 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.9.66 Kernel Configuration |
|
| 3 |
+# Linux/x86 4.9.75 Kernel Configuration |
|
| 4 | 4 |
# |
| 5 | 5 |
CONFIG_64BIT=y |
| 6 | 6 |
CONFIG_X86_64=y |
| ... | ... |
@@ -3070,6 +3070,7 @@ CONFIG_KEYS_COMPAT=y |
| 3070 | 3070 |
# CONFIG_KEY_DH_OPERATIONS is not set |
| 3071 | 3071 |
# CONFIG_SECURITY_DMESG_RESTRICT is not set |
| 3072 | 3072 |
# CONFIG_SECURITY is not set |
| 3073 |
+CONFIG_PAGE_TABLE_ISOLATION=y |
|
| 3073 | 3074 |
# CONFIG_SECURITYFS is not set |
| 3074 | 3075 |
CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y |
| 3075 | 3076 |
CONFIG_HAVE_ARCH_HARDENED_USERCOPY=y |
| ... | ... |
@@ -1,15 +1,15 @@ |
| 1 | 1 |
%global security_hardening none |
| 2 | 2 |
Summary: Kernel |
| 3 | 3 |
Name: linux-esx |
| 4 |
-Version: 4.9.74 |
|
| 5 |
-Release: 3%{?dist}
|
|
| 4 |
+Version: 4.9.75 |
|
| 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=b9054174240bc452a9596e59921c93e903fa3d60 |
|
| 12 |
+%define sha1 linux=4088ca9f8f53ab4acc2700937b0f507a7f107e01 |
|
| 13 | 13 |
Source1: config-esx |
| 14 | 14 |
Source2: initramfs.trigger |
| 15 | 15 |
# common |
| ... | ... |
@@ -210,6 +210,8 @@ ln -sf linux-%{uname_r}.cfg /boot/photon.cfg
|
| 210 | 210 |
/usr/src/linux-headers-%{uname_r}
|
| 211 | 211 |
|
| 212 | 212 |
%changelog |
| 213 |
+* Fri Jan 05 2018 Anish Swaminathan <anishs@vmware.com> 4.9.75-1 |
|
| 214 |
+- Version update to 4.9.75 |
|
| 213 | 215 |
* Thu Jan 04 2018 Srivatsa S. Bhat <srivatsa@csail.mit.edu> 4.9.74-3 |
| 214 | 216 |
- Update vsock transport for 9p with newer version. |
| 215 | 217 |
* Wed Jan 03 2018 Srivatsa S. Bhat <srivatsa@csail.mit.edu> 4.9.74-2 |
| ... | ... |
@@ -1,15 +1,15 @@ |
| 1 | 1 |
%global security_hardening none |
| 2 | 2 |
Summary: Kernel |
| 3 | 3 |
Name: linux |
| 4 |
-Version: 4.9.74 |
|
| 5 |
-Release: 3%{?kat_build:.%kat_build}%{?dist}
|
|
| 4 |
+Version: 4.9.75 |
|
| 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/linux-%{version}.tar.xz
|
| 12 |
-%define sha1 linux=b9054174240bc452a9596e59921c93e903fa3d60 |
|
| 12 |
+%define sha1 linux=4088ca9f8f53ab4acc2700937b0f507a7f107e01 |
|
| 13 | 13 |
Source1: config |
| 14 | 14 |
Source2: initramfs.trigger |
| 15 | 15 |
%define ena_version 1.1.3 |
| ... | ... |
@@ -324,6 +324,8 @@ ln -sf %{name}-%{uname_r}.cfg /boot/photon.cfg
|
| 324 | 324 |
/usr/share/doc/* |
| 325 | 325 |
|
| 326 | 326 |
%changelog |
| 327 |
+* Fri Jan 05 2018 Anish Swaminathan <anishs@vmware.com> 4.9.75-1 |
|
| 328 |
+- Version update to 4.9.75 |
|
| 327 | 329 |
* Thu Jan 04 2018 Srivatsa S. Bhat <srivatsa@csail.mit.edu> 4.9.74-3 |
| 328 | 330 |
- Update vsock transport for 9p with newer version. |
| 329 | 331 |
* Wed Jan 03 2018 Srivatsa S. Bhat <srivatsa@csail.mit.edu> 4.9.74-2 |