summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2013-02-14 09:41:40 -0500
committerJosh Boyer <jwboyer@redhat.com>2013-02-14 09:43:56 -0500
commit04aff465e5f449c09098cc8fb95b778ac8915b61 (patch)
tree3a21ad604a307f5b28eb737d4165821e7033fbb6 /kernel.spec
parentf052f6baaeedbeb79bfe9d1366eb49e8878895d2 (diff)
downloadkernel-04aff465e5f449c09098cc8fb95b778ac8915b61.tar.gz
kernel-04aff465e5f449c09098cc8fb95b778ac8915b61.tar.xz
kernel-04aff465e5f449c09098cc8fb95b778ac8915b61.zip
Add patch to fix corruption on newer M6116 SATA bridges (rhbz 909591)
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 e72bcb2dc..edc0714ad 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -745,6 +745,9 @@ Patch21247: ath9k_rx_dma_stop_check.patch
#rhbz 910126
Patch21249: pstore-Create-a-convenient-mount-point-for-pstore.patch
+#rhbz 909591
+Patch21255: usb-cypress-supertop.patch
+
#rhbz 906309 910848 CVE-2013-0228
Patch21260: xen-dont-assume-ds-is-usable-in-xen_iret-for-32-bit-PVOPS.patch
@@ -1461,6 +1464,9 @@ ApplyPatch pstore-Create-a-convenient-mount-point-for-pstore.patch
#rhbz 906309 910848 CVE-2013-0228
ApplyPatch xen-dont-assume-ds-is-usable-in-xen_iret-for-32-bit-PVOPS.patch
+#rhbz 909591
+ApplyPatch usb-cypress-supertop.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2317,6 +2323,7 @@ fi
# || ||
%changelog
* Thu Feb 14 2013 Josh Boyer <jwboyer@redhat.com>
+- Add patch to fix corruption on newer M6116 SATA bridges (rhbz 909591)
- CVE-2013-0228 xen: xen_iret() invalid %ds local DoS (rhbz 910848 906309)
* Wed Feb 13 2013 Peter Robinson <pbrobinson@fedoraproject.org>