From: Greg Kroah-Hartman Date: Thu, 30 Jul 2015 01:02:37 +0000 (-0700) Subject: delete broken 3.10 patch X-Git-Tag: v4.1.4~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=922a493b34243346131fb08442d65384dc7286ad;p=thirdparty%2Fkernel%2Fstable-queue.git delete broken 3.10 patch --- diff --git a/queue-3.10/libata-force-disable-trim-for-supersspeed-s238.patch b/queue-3.10/libata-force-disable-trim-for-supersspeed-s238.patch deleted file mode 100644 index 8c18a520ddc..00000000000 --- a/queue-3.10/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 -@@ -4201,6 +4201,9 @@ static const struct ata_blacklist_entry - { "PIONEER DVD-RW DVR-212D", NULL, ATA_HORKAGE_NOSETXFER }, - { "PIONEER DVD-RW DVR-216D", NULL, ATA_HORKAGE_NOSETXFER }, - -+ /* 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.10/series b/queue-3.10/series index 6268af99d83..c4ebaa1ece5 100644 --- a/queue-3.10/series +++ b/queue-3.10/series @@ -40,4 +40,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