summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2014-02-24 11:09:22 -0500
committerJosh Boyer <jwboyer@redhat.com>2014-02-24 11:10:50 -0500
commit4c81e23fa19e35c1fed8adfe8863743be69c9a8c (patch)
tree602343167e2e9aba87f456b1a6b159d679401469 /kernel.spec
parent8ee4982e1f0c632fb6f39767ec6ab83c6edc3f33 (diff)
downloadkernel-4c81e23fa19e35c1fed8adfe8863743be69c9a8c.tar.gz
kernel-4c81e23fa19e35c1fed8adfe8863743be69c9a8c.tar.xz
kernel-4c81e23fa19e35c1fed8adfe8863743be69c9a8c.zip
Fix lockdep issue in EHCI when using threaded IRQs (rhbz 1056170)
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 0eb9008f7..eaf0da1de 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -624,6 +624,9 @@ Patch25201: cifs-sanity-check-length-of-data-to-send-before-sending.patch
#rhbz 1062833
Patch25202: dma-debug-account-for-cachelines-and-read-only-mappings.patch
+#rhbz 1056170
+Patch25025: usb-ehci-fix-deadlock-when-threadirqs-option-is-used.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1270,6 +1273,9 @@ ApplyPatch cifs-sanity-check-length-of-data-to-send-before-sending.patch
#rhbz 1062833
ApplyPatch dma-debug-account-for-cachelines-and-read-only-mappings.patch
+#rhbz 1056170
+ApplyPatch usb-ehci-fix-deadlock-when-threadirqs-option-is-used.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2049,6 +2055,9 @@ fi
# ||----w |
# || ||
%changelog
+* Mon Feb 24 2014 Josh Boyer <jwboyer@fedoraproject.org>
+- Fix lockdep issue in EHCI when using threaded IRQs (rhbz 1056170)
+
* Mon Feb 24 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.14.0-0.rc4.git0.1
- Linux v3.14-rc4
- Disable debugging options.