Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1279962

Re: [PATCH] sata_sil: disable trim

From Tejun Heo <tj@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH] sata_sil: disable trim
Date 2015-11-30 16:10 +0100
Message-ID <qAyfv-5eb-13@gated-at.bofh.it> (permalink)
References <qz8ds-86E-27@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, Nov 26, 2015 at 12:00:59PM -0500, Mikulas Patocka wrote:
> When I connect an Intel SSD to SATA SIL controller (PCI ID 1095:3114), any
> TRIM command results in I/O errors being reported in the log. There is
> other similar error reported with TRIM and the SIL controller:
> https://bugs.centos.org/view.php?id=5880
> 
> Apparently the controller doesn't support TRIM commands. This patch
> disables TRIM support on the SATA SIL controller.
> 
> ata7.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
> ata7.00: BMDMA2 stat 0x50001
> ata7.00: failed command: DATA SET MANAGEMENT
> ata7.00: cmd 06/01:01:00:00:00/00:00:00:00:00/a0 tag 0 dma 512 out
>          res 51/04:01:00:00:00/00:00:00:00:00/a0 Emask 0x1 (device error)
> ata7.00: status: { DRDY ERR }
> ata7.00: error: { ABRT }
> ata7.00: device reported invalid CHS sector 0
> sd 8:0:0:0: [sdb] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
> sd 8:0:0:0: [sdb] tag#0 Sense Key : Illegal Request [current] [descriptor]
> sd 8:0:0:0: [sdb] tag#0 Add. Sense: Unaligned write command
> sd 8:0:0:0: [sdb] tag#0 CDB: Write same(16) 93 08 00 00 00 00 00 21 95 88 00 20 00 00 00 00
> blk_update_request: I/O error, dev sdb, sector 2200968
> 
> Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
> Cc: stable@kernel.org

Applied to libata/for-4.4-fixes.  Thanks.

-- 
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] sata_sil: disable trim Mikulas Patocka <mpatocka@redhat.com> - 2015-11-26 18:10 +0100
  Re: [PATCH] sata_sil: disable trim Tejun Heo <tj@kernel.org> - 2015-11-30 16:10 +0100

csiph-web