Re: [PATCH] sd: add support for TCG OPAL self encrypting disks
From: Tejun Heo <tj@kernel.org>
Date: 2017-06-28 18:33:55
Also in:
linux-ide, linux-scsi
From: Tejun Heo <tj@kernel.org>
Date: 2017-06-28 18:33:55
Also in:
linux-ide, linux-scsi
On Mon, Jun 19, 2017 at 02:26:46PM +0200, Christoph Hellwig wrote:
Just wire up the generic TCG OPAL infrastructure to the SCSI disk driver and the Security In/Out commands. Note that I don't know of any actual SCSI disks that do support TCG OPAL, but this is required to support ATA disks through libata. Signed-off-by: Christoph Hellwig <hch@lst.de>
Applied to libata/for-4.13 w/ Martin's ack added. Thanks. -- tejun