summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2019-04-01 16:00:19 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2019-04-01 16:00:19 -0500
commit4e4c21031481e606c686fcb6cb2994b0199b1170 (patch)
tree95cb764928b9ac7ee789122613e69ca83ebdd123 /kernel.spec
parent39b9b96f0aacbaedd4e5b167c1721bbd734b9347 (diff)
downloadkernel-4e4c21031481e606c686fcb6cb2994b0199b1170.tar.gz
kernel-4e4c21031481e606c686fcb6cb2994b0199b1170.tar.xz
kernel-4e4c21031481e606c686fcb6cb2994b0199b1170.zip
Fix CVE-2019-9857 (rhbz 1694758 1694759)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 5891d60fc..af7f46ef9 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -611,6 +611,9 @@ Patch514: v3-tpm-fix-an-invalid-condition-in-tpm_common_poll.patch
# rhbz 1683382
Patch515: nfsv4.1-avoid-false-retries.patch
+# CVE-2019-9857 rhbz 1694758 1694759
+Patch516: 0001-inotify-Fix-fsnotify_mark-refcount-leak-in-inotify_u.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1884,6 +1887,9 @@ fi
#
#
%changelog
+* Mon Apr 01 2019 Justin M. Forbes <jforbes@fedoraproject.org>
+- Fix CVE-2019-9857 (rhbz 1694758 1694759)
+
* Mon Apr 01 2019 Laura Abbott <labbott@redhat.com>
- Ensure ioschedulers are built in (rhbz 1690604)