summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2013-03-12 09:07:02 -0400
committerJosh Boyer <jwboyer@redhat.com>2013-03-12 09:09:17 -0400
commitc9ae2ee093a90e72ce3088af7774ba37ec08f164 (patch)
tree5a9f85f171379491747a3588287ad1a2bc86963a /kernel.spec
parent18917ef8fb8811a0bfb9c6ed1313f00dd5087f60 (diff)
downloadkernel-c9ae2ee093a90e72ce3088af7774ba37ec08f164.tar.gz
kernel-c9ae2ee093a90e72ce3088af7774ba37ec08f164.tar.xz
kernel-c9ae2ee093a90e72ce3088af7774ba37ec08f164.zip
CVE-2013-0913 drm/i915: head writing overflow (rhbz 920471 920529)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec7
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index cc545ce9b..a38f224be 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -745,6 +745,9 @@ Patch21269: serial-8250-Keep-8250.-xxxx-module-options-functiona.patch
#CVE-2013-0914 rhbz 920499 920510
Patch21270: signal-always-clear-sa_restorer-on-execve.patch
+#CVE-2013-0913 rhbz 920471 920529
+Patch21271: drm-i915-bounds-check-execbuffer-relocation-count.patch
+
Patch22000: weird-root-dentry-name-debug.patch
#selinux ptrace child permissions
@@ -1448,6 +1451,9 @@ ApplyPatch serial-8250-Keep-8250.-xxxx-module-options-functiona.patch
#CVE-2013-0914 rhbz 920499 920510
ApplyPatch signal-always-clear-sa_restorer-on-execve.patch
+#CVE-2013-0913 rhbz 920471 920529
+ApplyPatch drm-i915-bounds-check-execbuffer-relocation-count.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2290,6 +2296,7 @@ fi
# || ||
%changelog
* Tue Mar 12 2013 Josh Boyer <jwboyer@redhat.com>
+- CVE-2013-0913 drm/i915: head writing overflow (rhbz 920471 920529)
- CVE-2013-0914 sa_restorer information leak (rhbz 920499 920510)
* Tue Mar 12 2013 Dave Airlie <airlied@redhat.com>