summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2013-03-12 12:24:21 -0400
committerJosh Boyer <jwboyer@redhat.com>2013-03-12 12:29:38 -0400
commitb3c93b26264680eb9971429753911083800093ff (patch)
tree1e4982c047cb5feec3bc499fbdc76a7f53f797b1 /kernel.spec
parent36ee79b33edaabdc808a53f4cf27069cad686260 (diff)
downloadkernel-b3c93b26264680eb9971429753911083800093ff.tar.gz
kernel-b3c93b26264680eb9971429753911083800093ff.tar.xz
kernel-b3c93b26264680eb9971429753911083800093ff.zip
Add patches to fix cfg80211 issues with suspend (rhbz 856863)
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 4b72d1fd1..6bd9e9768 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -748,6 +748,9 @@ Patch21270: signal-always-clear-sa_restorer-on-execve.patch
#CVE-2013-0913 rhbz 920471 920529
Patch21271: drm-i915-bounds-check-execbuffer-relocation-count.patch
+#rhbz 856863
+Patch21273: cfg80211-mac80211-disconnect-on-suspend.patch
+
Patch22000: weird-root-dentry-name-debug.patch
#selinux ptrace child permissions
@@ -1454,6 +1457,9 @@ ApplyPatch signal-always-clear-sa_restorer-on-execve.patch
#CVE-2013-0913 rhbz 920471 920529
ApplyPatch drm-i915-bounds-check-execbuffer-relocation-count.patch
+#rhbz 856863
+ApplyPatch cfg80211-mac80211-disconnect-on-suspend.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2296,6 +2302,7 @@ fi
# || ||
%changelog
* Tue Mar 12 2013 Josh Boyer <jwboyer@redhat.com>
+- Add patches to fix cfg80211 issues with suspend (rhbz 856863)
- CVE-2013-0913 drm/i915: head writing overflow (rhbz 920471 920529)
- CVE-2013-0914 sa_restorer information leak (rhbz 920499 920510)