summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2016-04-07 12:15:31 -0500
committerJustin M. Forbes <jforbes@redhat.com>2016-04-07 12:15:31 -0500
commit3d917f43607780314b16d33cbc13a8dd367f8c74 (patch)
tree1cee9b30face15f6f32bdb08c68fd370e8ae6adb /kernel.spec
parent394fde452830e4487552df9e93c84e92bd226a9c (diff)
downloadkernel-3d917f43607780314b16d33cbc13a8dd367f8c74.tar.gz
kernel-3d917f43607780314b16d33cbc13a8dd367f8c74.tar.xz
kernel-3d917f43607780314b16d33cbc13a8dd367f8c74.zip
Enable Full Randomization on 32bit x86 CVE-2016-3672 (rhbz 1324749 1324750)
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 358fbe8e5..f45fb30e7 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -678,6 +678,9 @@ Patch688: 09-29-drm-udl-Use-unlocked-gem-unreferencing.patch
# CVE-2016-3157 rhbz 1315711 1321948
Patch689: x86-iopl-64-Properly-context-switch-IOPL-on-Xen-PV.patch
+# CVE-2016-3672 rhbz 1324749 1324750
+Patch690: x86-mm-32-Enable-full-randomization-on-i386-and-X86_.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -2121,6 +2124,9 @@ fi
#
#
%changelog
+* Thu Apr 07 2016 Justin M. Forbes <jforbes@fedoraproject.org>
+- Enable Full Randomization on 32bit x86 CVE-2016-3672 (rhbz 1324749 1324750)
+
* Thu Mar 31 2016 Josh Boyer <jwboyer@fedoraproject.org>
- Add two more patches for CVE-2016-2184