From: Greg Kroah-Hartman Date: Thu, 30 Jul 2015 01:03:27 +0000 (-0700) Subject: remove 3.14 broken patch X-Git-Tag: v4.1.4~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=064752d10a92d0f880605e044099d2e67ad7a1ba;p=thirdparty%2Fkernel%2Fstable-queue.git remove 3.14 broken patch --- diff --git a/queue-3.14/libata-force-disable-trim-for-supersspeed-s238.patch b/queue-3.14/libata-force-disable-trim-for-supersspeed-s238.patch deleted file mode 100644 index f8e85feae00..00000000000 --- a/queue-3.14/libata-force-disable-trim-for-supersspeed-s238.patch +++ /dev/null @@ -1,33 +0,0 @@ -From cda57b1b05cf7b8b99ab4b732bea0b05b6c015cc Mon Sep 17 00:00:00 2001 -From: Arne Fitzenreiter -Date: Wed, 15 Jul 2015 13:54:37 +0200 -Subject: libata: force disable trim for SuperSSpeed S238 - -From: Arne Fitzenreiter - -commit cda57b1b05cf7b8b99ab4b732bea0b05b6c015cc upstream. - -This device loses blocks, often the partition table area, on trim. -Disable TRIM. -http://pcengines.ch/msata16a.htm - -Signed-off-by: Arne Fitzenreiter -Signed-off-by: Tejun Heo -Signed-off-by: Greg Kroah-Hartman - ---- - drivers/ata/libata-core.c | 3 +++ - 1 file changed, 3 insertions(+) - ---- a/drivers/ata/libata-core.c -+++ b/drivers/ata/libata-core.c -@@ -4230,6 +4230,9 @@ static const struct ata_blacklist_entry - { "Micron_M550*", NULL, ATA_HORKAGE_NO_NCQ_TRIM, }, - { "Crucial_CT*M550SSD*", NULL, ATA_HORKAGE_NO_NCQ_TRIM, }, - -+ /* devices that don't properly handle TRIM commands */ -+ { "SuperSSpeed S238*", NULL, ATA_HORKAGE_NOTRIM, }, -+ - /* - * Some WD SATA-I drives spin up and down erratically when the link - * is put into the slumber mode. We don't have full list of the diff --git a/queue-3.14/series b/queue-3.14/series index a515a9a8a2c..9605304c46f 100644 --- a/queue-3.14/series +++ b/queue-3.14/series @@ -56,4 +56,3 @@ asoc-wm8903-fix-define-for-wm8903_vmid_res_250k.patch asoc-wm8960-the-enum-of-dac-polarity-should-be-wm8960_enum.patch libata-add-ata_horkage_broken_fpdma_aa-quirk-for-hp-250gb-sata-disk-vb0250eaver.patch libata-increase-the-timeout-when-setting-transfer-mode.patch -libata-force-disable-trim-for-supersspeed-s238.patch