summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2018-07-23 14:38:59 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2018-07-23 14:38:59 -0500
commit50f0a3682dc3043429a9307fc80e75f40f6882cb (patch)
tree47c0453834037581c8811fb658ed019dad38f9ee /kernel.spec
parent635afafc7bf1ca827068b4889407e144118f2c78 (diff)
downloadkernel-50f0a3682dc3043429a9307fc80e75f40f6882cb.tar.gz
kernel-50f0a3682dc3043429a9307fc80e75f40f6882cb.tar.xz
kernel-50f0a3682dc3043429a9307fc80e75f40f6882cb.zip
Linux v4.17.9
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/kernel.spec b/kernel.spec
index 22817b63e..7f7733997 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 7
+%define stable_update 9
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev %{stable_update}
@@ -639,10 +639,6 @@ Patch508: ath10k-Update-the-phymode-along-with-bandwidth-change.patch
# In 4.18
Patch509: rtc-nvmem-don-t-return-an-error-when-not-enabled.patch
-# rhbz 1584216
-Patch510: 1-2-xen-netfront-Fix-mismatched-rtnl_unlock.patch
-Patch511: 2-2-xen-netfront-Update-features-after-registering-netdev.patch
-
# rhbz 1591516
Patch515: 0001-signal-Stop-special-casing-TRAP_FIXME-and-FPE_FIXME-.patch
@@ -671,12 +667,12 @@ Patch523: 0001-xfs-More-robust-inode-extent-count-validation.patch
# rhbz 1597333
# Patch526: xhci-Fix-perceived-dead-host-due-to-runtime-suspend-.patch
-# i686 patch that will eventually be 4.17.8
-Patch527: mm-don-t-do-zero_resv_unavail-if-memmap-is-not-allocated.patch
-
# rbhz 1607092
Patch528: Revert-iommu-intel-iommu-Enable-CONFIG_DMA_DIRECT_OP.patch
+# rhbz 1602971
+Patch529: ext4-fix-false-negative-and-false-positives.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1926,6 +1922,10 @@ fi
#
#
%changelog
+* Mon Jul 23 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.9-200
+- Linux v4.17.9
+- Fix emergency shell with ext4 rootfs (rhbz 1602971)
+
* Mon Jul 23 2018 Jeremy Cline <jeremy@jcline.org>
- Fix iwlwifi module load failure (rhbz 1607092)