diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2014-12-10 14:11:21 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2014-12-10 14:11:56 -0500 |
commit | 7722e301a4f62e3072ff0e411afdcedf416fbf9e (patch) | |
tree | 72451a6419bd3019300e2f811323ebd434d42a3d /kernel.spec | |
parent | 49da9ad901bda5d3c63934bae1f9c8bc6a98a7e2 (diff) | |
download | kernel-7722e301a4f62e3072ff0e411afdcedf416fbf9e.tar.gz kernel-7722e301a4f62e3072ff0e411afdcedf416fbf9e.tar.xz kernel-7722e301a4f62e3072ff0e411afdcedf416fbf9e.zip |
Fix UAS crashes with Seagate and Fresco Logic drives (rhbz 1164945)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index 202e801d4..a840ee625 100644 --- a/kernel.spec +++ b/kernel.spec @@ -615,6 +615,11 @@ Patch26070: HID-add-support-for-MS-Surface-Pro-3-Type-Cover.patch #CVE-2014-8134 rhbz 1172765 1172769 Patch26091: x86-kvm-Clear-paravirt_enabled-on-KVM-guests-for-esp.patch +#rhbz 1164945 +Patch26092: xhci-Add-broken-streams-quirk-for-Fresco-Logic-FL100.patch +Patch26093: uas-Add-US_FL_NO_ATA_1X-for-Seagate-devices-with-usb.patch +Patch26094: uas-Add-US_FL_NO_REPORT_OPCODES-for-JMicron-JMS566-w.patch + # git clone ssh://git.fedorahosted.org/git/kernel-arm64.git, git diff master...devel Patch30000: kernel-arm64.patch @@ -1339,6 +1344,11 @@ ApplyPatch HID-add-support-for-MS-Surface-Pro-3-Type-Cover.patch #CVE-2014-8134 rhbz 1172765 1172769 ApplyPatch x86-kvm-Clear-paravirt_enabled-on-KVM-guests-for-esp.patch +#rhbz 1164945 +ApplyPatch xhci-Add-broken-streams-quirk-for-Fresco-Logic-FL100.patch +ApplyPatch uas-Add-US_FL_NO_ATA_1X-for-Seagate-devices-with-usb.patch +ApplyPatch uas-Add-US_FL_NO_REPORT_OPCODES-for-JMicron-JMS566-w.patch + %if 0%{?aarch64patches} ApplyPatch kernel-arm64.patch %ifnarch aarch64 # this is stupid, but i want to notice before secondary koji does. @@ -2208,6 +2218,7 @@ fi # || || %changelog * Wed Dec 10 2014 Josh Boyer <jwboyer@fedoraproject.org> +- Fix UAS crashes with Seagate and Fresco Logic drives (rhbz 1164945) - CVE-2014-8134 fix espfix for 32-bit KVM paravirt guests (rhbz 1172765 1172769) * Tue Dec 09 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.18.0-1 |