]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
libata: widen Crucial M550 blacklist matching
authorTejun Heo <tj@kernel.org>
Mon, 18 Aug 2014 21:40:09 +0000 (17:40 -0400)
committerJiri Slaby <jslaby@suse.cz>
Fri, 26 Sep 2014 09:23:42 +0000 (11:23 +0200)
commit61ee2622648853cd3b2d36f9972773ec37b3c71a
treef1ef3cc0495693343ad08c47df11a9c5ecb1a873
parent619f5c40406327a31e3a8b330bf82d0dcf1060df
libata: widen Crucial M550 blacklist matching

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: Jiri Slaby <jslaby@suse.cz>
drivers/ata/libata-core.c