All kernels: version update to 4.9.28
Change-Id: I24bfd54dff8383993b010b7400a0de558ab23299
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2692
Reviewed-by: Vinay Kulkarni <kulkarniv@vmware.com>
Tested-by: gerrit-photon <photon-checkins@vmware.com>
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
Summary: Linux API header files |
| 2 | 2 |
Name: linux-api-headers |
| 3 |
-Version: 4.9.27 |
|
| 3 |
+Version: 4.9.28 |
|
| 4 | 4 |
Release: 1%{?dist}
|
| 5 | 5 |
License: GPLv2 |
| 6 | 6 |
URL: http://www.kernel.org/ |
| ... | ... |
@@ -8,7 +8,7 @@ Group: System Environment/Kernel |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%{version}.tar.xz
|
| 11 |
-%define sha1 linux=d248ff518f822d4324a482a39f3159b1ee86cc84 |
|
| 11 |
+%define sha1 linux=58ca565d0675f518465220b8b2515b10c779c426 |
|
| 12 | 12 |
BuildArch: noarch |
| 13 | 13 |
%description |
| 14 | 14 |
The Linux API Headers expose the kernel's API for use by Glibc. |
| ... | ... |
@@ -25,6 +25,8 @@ find /%{buildroot}%{_includedir} \( -name .install -o -name ..install.cmd \) -de
|
| 25 | 25 |
%defattr(-,root,root) |
| 26 | 26 |
%{_includedir}/*
|
| 27 | 27 |
%changelog |
| 28 |
+* Tue May 16 2017 Alexey Makhalov <amakhalov@vmware.com> 4.9.28-1 |
|
| 29 |
+- Version update |
|
| 28 | 30 |
* Wed May 10 2017 Alexey Makhalov <amakhalov@vmware.com> 4.9.27-1 |
| 29 | 31 |
- Update to linux-4.9.27 |
| 30 | 32 |
* Sun May 7 2017 Alexey Makhalov <amakhalov@vmware.com> 4.9.26-1 |
| ... | ... |
@@ -1457,7 +1457,7 @@ CONFIG_VMWARE_PVSCSI=y |
| 1457 | 1457 |
# CONFIG_SCSI_PM8001 is not set |
| 1458 | 1458 |
# CONFIG_SCSI_DH is not set |
| 1459 | 1459 |
# CONFIG_SCSI_OSD_INITIATOR is not set |
| 1460 |
-CONFIG_ATA=m |
|
| 1460 |
+CONFIG_ATA=y |
|
| 1461 | 1461 |
# CONFIG_ATA_NONSTANDARD is not set |
| 1462 | 1462 |
# CONFIG_ATA_VERBOSE_ERROR is not set |
| 1463 | 1463 |
CONFIG_ATA_ACPI=y |
| ... | ... |
@@ -1466,7 +1466,7 @@ CONFIG_ATA_ACPI=y |
| 1466 | 1466 |
# |
| 1467 | 1467 |
# Controllers with non-SFF native interface |
| 1468 | 1468 |
# |
| 1469 |
-CONFIG_SATA_AHCI=m |
|
| 1469 |
+CONFIG_SATA_AHCI=y |
|
| 1470 | 1470 |
CONFIG_SATA_AHCI_PLATFORM=m |
| 1471 | 1471 |
# CONFIG_SATA_INIC162X is not set |
| 1472 | 1472 |
# CONFIG_SATA_ACARD_AHCI is not set |
| ... | ... |
@@ -1484,7 +1484,7 @@ CONFIG_ATA_BMDMA=y |
| 1484 | 1484 |
# |
| 1485 | 1485 |
# SATA SFF controllers with BMDMA |
| 1486 | 1486 |
# |
| 1487 |
-CONFIG_ATA_PIIX=m |
|
| 1487 |
+CONFIG_ATA_PIIX=y |
|
| 1488 | 1488 |
# CONFIG_SATA_MV is not set |
| 1489 | 1489 |
# CONFIG_SATA_NV is not set |
| 1490 | 1490 |
# CONFIG_SATA_PROMISE is not set |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
%global security_hardening none |
| 2 | 2 |
Summary: Kernel |
| 3 | 3 |
Name: linux-esx |
| 4 |
-Version: 4.9.27 |
|
| 4 |
+Version: 4.9.28 |
|
| 5 | 5 |
Release: 1%{?dist}
|
| 6 | 6 |
License: GPLv2 |
| 7 | 7 |
URL: http://www.kernel.org/ |
| ... | ... |
@@ -9,7 +9,7 @@ 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=d248ff518f822d4324a482a39f3159b1ee86cc84 |
|
| 12 |
+%define sha1 linux=58ca565d0675f518465220b8b2515b10c779c426 |
|
| 13 | 13 |
Source1: config-esx |
| 14 | 14 |
Source2: initramfs.trigger |
| 15 | 15 |
# common |
| ... | ... |
@@ -189,6 +189,8 @@ ln -sf linux-%{uname_r}.cfg /boot/photon.cfg
|
| 189 | 189 |
/usr/src/linux-headers-%{uname_r}
|
| 190 | 190 |
|
| 191 | 191 |
%changelog |
| 192 |
+* Tue May 16 2017 Alexey Makhalov <amakhalov@vmware.com> 4.9.28-1 |
|
| 193 |
+- .config: built ATA drivers in a kernel |
|
| 192 | 194 |
* Wed May 10 2017 Alexey Makhalov <amakhalov@vmware.com> 4.9.27-1 |
| 193 | 195 |
- New pci=scan_all cmdline parameter to verify hardcoded pci-probe values |
| 194 | 196 |
- pci-probe added more known values |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
%global security_hardening none |
| 2 | 2 |
Summary: Kernel |
| 3 | 3 |
Name: linux-secure |
| 4 |
-Version: 4.9.27 |
|
| 4 |
+Version: 4.9.28 |
|
| 5 | 5 |
Release: 1%{?dist}
|
| 6 | 6 |
License: GPLv2 |
| 7 | 7 |
URL: http://www.kernel.org/ |
| ... | ... |
@@ -9,7 +9,7 @@ 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=d248ff518f822d4324a482a39f3159b1ee86cc84 |
|
| 12 |
+%define sha1 linux=58ca565d0675f518465220b8b2515b10c779c426 |
|
| 13 | 13 |
Source1: config-secure |
| 14 | 14 |
Source2: aufs4.9.tar.gz |
| 15 | 15 |
Source3: initramfs.trigger |
| ... | ... |
@@ -228,6 +228,8 @@ ln -sf linux-%{uname_r}.cfg /boot/photon.cfg
|
| 228 | 228 |
/usr/src/linux-headers-%{uname_r}
|
| 229 | 229 |
|
| 230 | 230 |
%changelog |
| 231 |
+* Tue May 16 2017 Alexey Makhalov <amakhalov@vmware.com> 4.9.28-1 |
|
| 232 |
+- Version update |
|
| 231 | 233 |
* Wed May 10 2017 Alexey Makhalov <amakhalov@vmware.com> 4.9.27-1 |
| 232 | 234 |
- Version update |
| 233 | 235 |
* Sun May 7 2017 Alexey Makhalov <amakhalov@vmware.com> 4.9.26-1 |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
%global security_hardening none |
| 2 | 2 |
Summary: Kernel |
| 3 | 3 |
Name: linux |
| 4 |
-Version: 4.9.27 |
|
| 4 |
+Version: 4.9.28 |
|
| 5 | 5 |
Release: 1%{?dist}
|
| 6 | 6 |
License: GPLv2 |
| 7 | 7 |
URL: http://www.kernel.org/ |
| ... | ... |
@@ -9,7 +9,7 @@ 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=d248ff518f822d4324a482a39f3159b1ee86cc84 |
|
| 12 |
+%define sha1 linux=58ca565d0675f518465220b8b2515b10c779c426 |
|
| 13 | 13 |
Source1: config |
| 14 | 14 |
Source2: initramfs.trigger |
| 15 | 15 |
# common |
| ... | ... |
@@ -253,6 +253,8 @@ ln -sf %{name}-%{uname_r}.cfg /boot/photon.cfg
|
| 253 | 253 |
/usr/share/doc/* |
| 254 | 254 |
|
| 255 | 255 |
%changelog |
| 256 |
+* Tue May 16 2017 Alexey Makhalov <amakhalov@vmware.com> 4.9.28-1 |
|
| 257 |
+- Version update |
|
| 256 | 258 |
* Wed May 10 2017 Alexey Makhalov <amakhalov@vmware.com> 4.9.27-1 |
| 257 | 259 |
- Version update |
| 258 | 260 |
* Sun May 7 2017 Alexey Makhalov <amakhalov@vmware.com> 4.9.26-1 |