From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de ([213.95.11.211]:45368 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751329AbdFFJ75 (ORCPT ); Tue, 6 Jun 2017 05:59:57 -0400 Date: Tue, 6 Jun 2017 11:59:55 +0200 From: Christoph Hellwig To: Scott Bauer Cc: Christoph Hellwig , Tejun Heo , Jonathan Derrick , Rafael Antognolli , Robert Elliott , linux-ide@vger.kernel.org, linux-block@vger.kernel.org, linux-scsi@vger.kernel.org Subject: Re: [PATCH 6/6] sd: add support for TCG OPAL self encrypting disks Message-ID: <20170606095955.GC20590@lst.de> References: <20170604124225.27032-1-hch@lst.de> <20170604124225.27032-7-hch@lst.de> <20170605211530.aqxwigcrxgsdvmhs@sbauer-Z170X-UD5> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20170605211530.aqxwigcrxgsdvmhs@sbauer-Z170X-UD5> Sender: linux-block-owner@vger.kernel.org List-Id: linux-block@vger.kernel.org On Mon, Jun 05, 2017 at 03:15:31PM -0600, Scott Bauer wrote: > I'm not familiar at all with ATA, but I noticed there was no unlock from suspend support > in the series. Does ATA not have a way to determine if we're coming out of a suspend? I don't know, and not having a test system with a OPAL capable driver and suspend support I could not even test the code. > I see there are some power-ops in scsi/sd.c, if you do want to add it you can mabe toss a > > if (sdkp->security) > opal_unlock_from_suspend(sdpk->opal_dev) > > somewhere in the resume path? We handle null opal_devs and no unlock from suspend list > so calling it when nothing is set up is just a no-op. Yeah, maybe. We'll just need someone who could test it first.