summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2013-03-12 12:57:55 -0400
committerJosh Boyer <jwboyer@redhat.com>2013-03-12 12:58:16 -0400
commit28ce01fc8cd23ea4112fa6b8432234967621fad7 (patch)
tree8cd3ba3434bcdb7f7359e82bcbcb9426ef409543 /kernel.spec
parentb3c93b26264680eb9971429753911083800093ff (diff)
downloadkernel-28ce01fc8cd23ea4112fa6b8432234967621fad7.tar.gz
kernel-28ce01fc8cd23ea4112fa6b8432234967621fad7.tar.xz
kernel-28ce01fc8cd23ea4112fa6b8432234967621fad7.zip
Add patch to fix ieee80211_do_stop (rhbz 892599)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec
index 6bd9e9768..c4262f9c8 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -748,8 +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
+#rhbz 856863 892599
Patch21273: cfg80211-mac80211-disconnect-on-suspend.patch
+Patch21274: mac80211_fixes_for_ieee80211_do_stop_while_suspend_v3.9.patch
Patch22000: weird-root-dentry-name-debug.patch
@@ -1457,8 +1458,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
+#rhbz 856863 892599
ApplyPatch cfg80211-mac80211-disconnect-on-suspend.patch
+ApplyPatch mac80211_fixes_for_ieee80211_do_stop_while_suspend_v3.9.patch
# END OF PATCH APPLICATIONS
@@ -2302,6 +2304,7 @@ fi
# || ||
%changelog
* Tue Mar 12 2013 Josh Boyer <jwboyer@redhat.com>
+- Add patch to fix ieee80211_do_stop (rhbz 892599)
- 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)