summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2017-04-05 11:51:48 -0500
committerJustin M. Forbes <jforbes@redhat.com>2017-04-05 11:51:48 -0500
commit8bfda9e6c254fbe76209f0a08d470d868b1a50a0 (patch)
treec56d987d5d982c2266e1f61bab5565117be2ef69 /kernel.spec
parente576d4a2a4e46b1901975554a81d9d2f9030735e (diff)
downloadkernel-8bfda9e6c254fbe76209f0a08d470d868b1a50a0.tar.gz
kernel-8bfda9e6c254fbe76209f0a08d470d868b1a50a0.tar.xz
kernel-8bfda9e6c254fbe76209f0a08d470d868b1a50a0.zip
Don't print MCEs and fix ping CVE
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec10
1 files changed, 10 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 4905bead1..69b5b440a 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -611,6 +611,12 @@ Patch857: vmwgfx-check-that-number-of-mip-levels-is-above-zero.patch
#CVE-2017-7277 rhbz 1436629 1436661
Patch858: tcp-mark-skbs-with-SCM_TIMESTAMPING_OPT_STATS.patch
+# rhbz 1438316
+Patch859: 0001-x86-mce-Don-t-print-MCEs-when-mcelog-is-active.patch
+
+# CVE-2017-2671 rhbz 1436649 1436663
+Patch860: 0001-ping-implement-proper-locking.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -2180,6 +2186,10 @@ fi
#
#
%changelog
+* Wed Apr 05 2017 Justin M. Forbes <jforbes@fedoraproject.org>
+- Don't print MCEs when mcelog is running (rhbz 1438316)
+- CVE-2017-2671 Fix ping locking (rhbz 1436649 1436663)
+
* Tue Apr 04 2017 Justin M. Forbes <jforbes@fedoraproject.org>
- redisable CONFIG_IWLWIFI_PCIE_RTPM (rhbz 1429135)