lkml.org 
[lkml]   [2014]   [Oct]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.16 029/357] libata: widen Crucial M550 blacklist matching
    Date
    3.16-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Tejun Heo <tj@kernel.org>

    commit 2a13772a144d2956a7fedd18685921d0a9b8b783 upstream.

    Crucial M550 may cause data corruption on queued trims and is
    blacklisted. The pattern used for it fails to match 1TB one as the
    capacity section will be four chars instead of three. Widen the
    pattern.

    Signed-off-by: Tejun Heo <tj@kernel.org>
    Reported-by: Charles Reiss <woggling@gmail.com>
    Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=81071
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    drivers/ata/libata-core.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/drivers/ata/libata-core.c
    +++ b/drivers/ata/libata-core.c
    @@ -4227,7 +4227,7 @@ static const struct ata_blacklist_entry
    { "Micron_M500*", NULL, ATA_HORKAGE_NO_NCQ_TRIM, },
    { "Crucial_CT???M500SSD*", NULL, ATA_HORKAGE_NO_NCQ_TRIM, },
    { "Micron_M550*", NULL, ATA_HORKAGE_NO_NCQ_TRIM, },
    - { "Crucial_CT???M550SSD*", NULL, ATA_HORKAGE_NO_NCQ_TRIM, },
    + { "Crucial_CT*M550SSD*", NULL, ATA_HORKAGE_NO_NCQ_TRIM, },

    /*
    * Some WD SATA-I drives spin up and down erratically when the link



    \
     
     \ /
      Last update: 2014-10-04 03:21    [W:2.061 / U:0.240 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site