summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2018-08-03 09:08:47 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2018-08-03 09:08:47 -0500
commitc274f6a4eead224a1e0c846be19ad0e2c19c69c0 (patch)
tree3cdd39c74dbcafe897d13a8708d8d523f6019d55 /kernel.spec
parent059f3ba4f27b430040c8c7ea030219004c80e140 (diff)
downloadkernel-c274f6a4eead224a1e0c846be19ad0e2c19c69c0.tar.gz
kernel-c274f6a4eead224a1e0c846be19ad0e2c19c69c0.tar.xz
kernel-c274f6a4eead224a1e0c846be19ad0e2c19c69c0.zip
Linux v4.17.12
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec13
1 files changed, 6 insertions, 7 deletions
diff --git a/kernel.spec b/kernel.spec
index b48b47d8d..1361ad2b3 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -54,7 +54,7 @@ Summary: The Linux kernel
%if 0%{?released_kernel}
# Do we have a -stable update to apply?
-%define stable_update 11
+%define stable_update 12
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev %{stable_update}
@@ -615,9 +615,6 @@ Patch330: bcm2837-rpi-initial-3plus-support.patch
Patch332: bcm2837-enable-pmu.patch
Patch333: bcm2837-lan78xx-fixes.patch
-# https://patchwork.kernel.org/patch/10547897/
-Patch334: net-lan78xx-fix-rx-handling-before-first-packet-is-send.patch
-
# 400 - IBM (ppc/s390x) patches
# 500 - Temp fixes/CVEs etc
@@ -674,9 +671,6 @@ Patch523: 0001-xfs-More-robust-inode-extent-count-validation.patch
# rhbz 1597333
# Patch526: xhci-Fix-perceived-dead-host-due-to-runtime-suspend-.patch
-# rhbz 1602971
-Patch529: ext4-fix-false-negative-and-false-positives.patch
-
# CVE-2018-14678 rhbz 1608559 1608560
Patch530: xsa274-linux-4_17.patch
@@ -1929,6 +1923,11 @@ fi
#
#
%changelog
+* Fri Aug 03 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.12-200
+- Linux v4.17.12
+- Fixes CVE-2018-14734 (rhbz 1611005 1611007)
+- Fixes (rhbz 1609932)
+
* Wed Aug 1 2018 Peter Robinson <pbrobinson@fedoraproject.org>
- Add fix for lan78xx RX packets (Raspberry Pi 3B+)