summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2013-04-16 10:36:56 -0400
committerJosh Boyer <jwboyer@redhat.com>2013-04-16 10:42:22 -0400
commit87048d88845905ce3a61a68a11abb5cfdd8e86b5 (patch)
tree4f6f851fc5014b140176d625f3d1ccf22e62cab7 /kernel.spec
parent54cd486f881b1c8e9be478961aae2e96f171adf2 (diff)
downloadkernel-87048d88845905ce3a61a68a11abb5cfdd8e86b5.tar.gz
kernel-87048d88845905ce3a61a68a11abb5cfdd8e86b5.tar.xz
kernel-87048d88845905ce3a61a68a11abb5cfdd8e86b5.zip
Fix race in regulatory code (rhbz 919176)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec9
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index e935a6b56..cb6e15d21 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -745,6 +745,9 @@ Patch23006: fix-child-thread-introspection.patch
#rhbz 928024
Patch23008: forcedeth-dma-error-check.patch
+#rhbz 919176
+Patch25010: wireless-regulatory-fix-channel-disabling-race-condition.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1440,6 +1443,9 @@ ApplyPatch fix-child-thread-introspection.patch
#rhbz 928024
ApplyPatch forcedeth-dma-error-check.patch
+#rhbz 919176
+ApplyPatch wireless-regulatory-fix-channel-disabling-race-condition.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2273,6 +2279,9 @@ fi
# ||----w |
# || ||
%changelog
+* Tue Apr 16 2013 Josh Boyer <jwboyer@redhat.com>
+- Fix race in regulatory code (rhbz 919176)
+
* Mon Apr 15 2013 Josh Boyer <jwboyer@redhat.com>
- Fix debug patches to build on s390x/ppc