summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2013-10-22 10:21:39 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2013-10-22 10:22:43 -0400
commit197c75af1553fcfd77228e457f374795e8bccee5 (patch)
tree149933b09866b55d2df8121774d1037ace8ad5bd /kernel.spec
parent00fe90bb52c7bf33a58de109081e23517d7a2d37 (diff)
downloadkernel-197c75af1553fcfd77228e457f374795e8bccee5.tar.gz
kernel-197c75af1553fcfd77228e457f374795e8bccee5.tar.xz
kernel-197c75af1553fcfd77228e457f374795e8bccee5.zip
Add patch to fix warning in tcp_fastretrans_alert (rhbz 989251)
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 50616dabd..02aff9745 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -750,6 +750,9 @@ Patch25132: rt2800usb-slow-down-TX-status-polling.patch
#rhbz 1015558
Patch25133: fix-buslogic.patch
+#rhbz 989251
+Patch25134: tcp-fix-incorrect-ca_state-in-tail-loss-probe.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1459,6 +1462,9 @@ ApplyPatch rt2800usb-slow-down-TX-status-polling.patch
#rhbz 1015558
ApplyPatch fix-buslogic.patch
+#rhbz 989251
+ApplyPatch tcp-fix-incorrect-ca_state-in-tail-loss-probe.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2262,6 +2268,9 @@ fi
# ||----w |
# || ||
%changelog
+* Tue Oct 22 2013 Josh Boyer <jwboyer@fedoraproject.org>
+- Add patch to fix warning in tcp_fastretrans_alert (rhbz 989251)
+
* Tue Oct 22 2013 Kyle McMartin <kyle@fedoraproject.org>
- armv7hl,aarch64: re-enable kernel-modules-extra temporarily