summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2015-10-05 09:53:15 -0500
committerJustin M. Forbes <jforbes@redhat.com>2015-10-05 09:53:15 -0500
commit8ad49d88de7e7c53e142a8d6e5dcd191dbf6c914 (patch)
tree1a0865ec0379a6e72c83194de661126a9fbb92fb /kernel.spec
parent77add2b3df0e0a184fba301465f7f73a7a873dfe (diff)
downloadkernel-8ad49d88de7e7c53e142a8d6e5dcd191dbf6c914.tar.gz
kernel-8ad49d88de7e7c53e142a8d6e5dcd191dbf6c914.tar.xz
kernel-8ad49d88de7e7c53e142a8d6e5dcd191dbf6c914.zip
Netdev fix race in resq_queue_unlink
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 320e3c0ff..110cafdcc 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -636,6 +636,8 @@ Patch529: vfs-Test-for-and-handle-paths-that-are-unreachable-f.patch
#CVE-2015-7613 rhbz 1268270 1268273
Patch532: Initialize-msg-shm-IPC-objects-before-doing-ipc_addi.patch
+Patch533: net-inet-fix-race-in-reqsk_queue_unlink.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1391,6 +1393,8 @@ ApplyPatch vfs-Test-for-and-handle-paths-that-are-unreachable-f.patch
#CVE-2015-7613 rhbz 1268270 1268273
ApplyPatch Initialize-msg-shm-IPC-objects-before-doing-ipc_addi.patch
+ApplyPatch net-inet-fix-race-in-reqsk_queue_unlink.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2243,6 +2247,7 @@ fi
%changelog
* Mon Oct 05 2015 Justin M. Forbes <jforbes@fedoraproject.org>
- Linux v4.2.3
+- Netdev fix race in resq_queue_unlink
* Fri Oct 02 2015 Josh Boyer <jwboyer@fedoraproject.org>
- CVE-2015-7613 Unauthorized access to IPC via SysV shm (rhbz 1268270 1268273)