summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2018-07-03 17:33:39 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2018-07-03 17:33:39 +0200
commit4128a0dc7118d61f8bbcd06b6468468143266cda (patch)
treebaa77510744e3470ce809864e01cd9d92f900ef5 /kernel.spec
parent8c4584724b35dfd9dbc3ed0d05292ca5b695a8a9 (diff)
parentd7febc550b99504804be36634f2d282a8d3e340f (diff)
downloadkernel-4128a0dc7118d61f8bbcd06b6468468143266cda.tar.gz
kernel-4128a0dc7118d61f8bbcd06b6468468143266cda.tar.xz
kernel-4128a0dc7118d61f8bbcd06b6468468143266cda.zip
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec37
1 files changed, 19 insertions, 18 deletions
diff --git a/kernel.spec b/kernel.spec
index 32b9db33c..429f53f0d 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -58,7 +58,7 @@ Summary: The Linux kernel
%define stable_rc 0
# Do we have a -stable update to apply?
-%define stable_update 3
+%define stable_update 4
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev %{stable_update}
@@ -600,9 +600,6 @@ Patch304: ACPI-irq-Workaround-firmware-issue-on-X-Gene-based-m400.patch
# https://patchwork.kernel.org/patch/9820417/
Patch305: qcom-msm89xx-fixes.patch
-# https://patchwork.kernel.org/patch/10173115/
-Patch306: arm-dts-imx6qdl-udoo-Disable-usbh1-to-avoid-kernel-hang.patch
-
# https://marc.info/?l=linux-kernel&m=152328880417846&w=2
Patch307: arm64-thunderx-crypto-zip-fixes.patch
@@ -626,8 +623,6 @@ Patch312: arm64-msm8916-fix-gic_irq_domain_translate-warnings.patch
# https://patchwork.kernel.org/patch/10133165/
Patch313: mvebu-a37xx-fixes.patch
-Patch324: bcm283x-clk-audio-fixes.patch
-
# Enabling Patches for the RPi3+
Patch330: bcm2837-rpi-initial-3plus-support.patch
Patch332: bcm2837-enable-pmu.patch
@@ -650,9 +645,6 @@ Patch503: kexec-bzimage-verify-pe-signature-fix.patch
# https://www.spinics.net/lists/linux-acpi/msg82405.html
Patch504: mailbox-ACPI-erroneous-error-message-when-parsing-ACPI.patch
-# CVE-2018-12232 rhbz 1590215 1590216
-Patch506: 0001-socket-close-race-condition-between-sock_close-and-s.patch
-
# https://www.spinics.net/lists/platform-driver-x86/msg15719.html
Patch507: platform-x86-dell-laptop-Fix-keyboard-backlight-time.patch
@@ -668,18 +660,12 @@ Patch509: rtc-nvmem-don-t-return-an-error-when-not-enabled.patch
Patch510: 1-2-xen-netfront-Fix-mismatched-rtnl_unlock.patch
Patch511: 2-2-xen-netfront-Update-features-after-registering-netdev.patch
-# CVE-2018-12633 rhbz 1594170 1594172
-Patch512: 0001-virt-vbox-Only-copy_from_user-the-request-header-onc.patch
-
-# rhbz 1590304
-Patch513: 0001-media-uvcvideo-Prevent-setting-unavailable-flags.patch
-
-# rhbz 1592454
-Patch514: 0001-media-uvcvideo-Support-realtek-s-UVC-1.5-device.patch
-
# rhbz 1591516
Patch515: 0001-signal-Stop-special-casing-TRAP_FIXME-and-FPE_FIXME-.patch
+# rhbz 1572944
+Patch517: Revert-the-random-series-for-4.16.4.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1932,6 +1918,21 @@ fi
#
#
%changelog
+* Tue Jul 03 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.4-200
+- Linux v4.17.4
+
+* Fri Jun 29 2018 Jeremy Cline <jeremy@jcline.org>
+- Revert the CRNG init patches (rhbz 1572944)
+
+* Thu Jun 28 2018 Jeremy Cline <jeremy@jcline.org>
+- Fix CVE-2018-12714 (rhbz 1595835 1595837)
+
+* Tue Jun 26 2018 Laura Abbott <labbott@redhat.com>
+- Enable leds-pca9532 module (rhbz 1595163)
+
+* Tue Jun 26 2018 Jeremy Cline <jcline@redhat.com> - 4.17.3-200
+- Linux v4.17.3
+
* Mon Jun 25 2018 Laura Abbott <labbott@fedoraproject.org>
- Some webcam fixes (rhbz 1592454 1590304)
- Fix for armv7 siginfo ABI regression (rhbz 1591516)