summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2013-10-17 10:16:07 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2013-10-17 10:16:34 -0400
commit34e7db248967d91194d4be06d9780b3f76f63f4f (patch)
treef6798f3c2b7c0e087078de4523f782543cd118fe /kernel.spec
parenta806f25181beecc220d8125f8cd1b59f827acf17 (diff)
downloadkernel-34e7db248967d91194d4be06d9780b3f76f63f4f.tar.gz
kernel-34e7db248967d91194d4be06d9780b3f76f63f4f.tar.xz
kernel-34e7db248967d91194d4be06d9780b3f76f63f4f.zip
Add patch to fix BusLogic error (rhbz 1015558)
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 7e336b59f..a181d098c 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -748,6 +748,9 @@ Patch25131: btrfs-relocate-csums-properly-with-prealloc-ext.patch
#rhbz 984696
Patch25132: rt2800usb-slow-down-TX-status-polling.patch
+#rhbz 1015558
+Patch25133: fix-buslogic.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1453,6 +1456,9 @@ ApplyPatch btrfs-relocate-csums-properly-with-prealloc-ext.patch
#rhbz 984696
ApplyPatch rt2800usb-slow-down-TX-status-polling.patch
+#rhbz 1015558
+ApplyPatch fix-buslogic.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2260,6 +2266,7 @@ fi
- Linux v3.12-rc5-78-g056cdce
* Thu Oct 17 2013 Josh Boyer <jwboyer@fedoraproject.org>
+- Add patch to fix BusLogic error (rhbz 1015558)
- Fix rt2800usb polling timeouts and throughput issues (rhbz 984696)
* Wed Oct 16 2013 Josh Boyer <jwboyer@fedoraproject.org>