summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2017-03-06 10:08:53 -0600
committerJustin M. Forbes <jforbes@redhat.com>2017-03-06 10:08:53 -0600
commitff3f49e499f685591d36072d31f3245d8427a286 (patch)
tree79ce73f9130af572eb2257342b5351b90e8af91b /kernel.spec
parent788861c7e14d03efe6387ee23465f4c5f6f232c1 (diff)
downloadkernel-ff3f49e499f685591d36072d31f3245d8427a286.tar.gz
kernel-ff3f49e499f685591d36072d31f3245d8427a286.tar.xz
kernel-ff3f49e499f685591d36072d31f3245d8427a286.zip
CVE-2017-6353 Possible double free in stcp_sendmsg (rhbz 1428907 1428910)
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 a61769c65..24d2d5b1f 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -612,6 +612,9 @@ Patch853: 0001-Work-around-for-gcc7-and-arm64.patch
#CVE-2017-2596 rhbz 1417812 1417813
Patch854: kvm-fix-page-struct-leak-in-handle_vmon.patch
+#CVE-2017-6353 rhbz 1428907 1428910
+Patch855: sctp-deny-peeloff-operation-on-asocs-with-threads-sl.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -2181,6 +2184,9 @@ fi
#
#
%changelog
+* Mon Mar 6 2017 Justin M. Forbes <jforbes@fedoraproject.org>
+- CVE-2017-6353 Possible double free in stcp_sendmsg (rhbz 1428907 1428910)
+
* Wed Mar 1 2017 Peter Robinson <pbrobinson@fedoraproject.org>
- Add patch to fix desktop lockups on RPi (vc4) RHBZ# 1389163
- Minor config cleanups