From: Greg Joyce <gjoyce@linux.vnet.ibm.com>
To: Jens Axboe <axboe@kernel.dk>, linux-block@vger.kernel.org
Cc: nayna@linux.ibm.com, keyrings@vger.kernel.org,
jonathan.derrick@linux.dev, brking@linux.vnet.ibm.com,
akpm@linux-foundation.org, msuchanek@suse.de,
linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH v4 RESEND 0/3] sed-opal: keyrings, discovery, revert, key store
Date: Thu, 08 Jun 2023 13:28:50 -0500 [thread overview]
Message-ID: <afc0ff6d83ea72f94b8f9e95476fa987d8ff8f17.camel@linux.vnet.ibm.com> (raw)
In-Reply-To: <e340332d-ef64-9fa9-b4d6-927a3c271730@kernel.dk>
On Mon, 2023-06-05 at 15:14 -0600, Jens Axboe wrote:
> On 6/1/23 4:37\x1aPM, gjoyce@linux.vnet.ibm.com wrote:
> > From: Greg Joyce <gjoyce@linux.vnet.ibm.com>
> >
> > This patchset has gone through numerous rounds of review and
> > all comments/suggetions have been addressed. I believe that
> > this patchset is ready for inclusion.
> >
> > TCG SED Opal is a specification from The Trusted Computing Group
> > that allows self encrypting storage devices (SED) to be locked at
> > power on and require an authentication key to unlock the drive.
> >
> > The current SED Opal implementation in the block driver
> > requires that authentication keys be provided in an ioctl
> > so that they can be presented to the underlying SED
> > capable drive. Currently, the key is typically entered by
> > a user with an application like sedutil or sedcli. While
> > this process works, it does not lend itself to automation
> > like unlock by a udev rule.
> >
> > The SED block driver has been extended so it can alternatively
> > obtain a key from a sed-opal kernel keyring. The SED ioctls
> > will indicate the source of the key, either directly in the
> > ioctl data or from the keyring.
> >
> > Two new SED ioctls have also been added. These are:
> > 1) IOC_OPAL_REVERT_LSP to revert LSP state
> > 2) IOC_OPAL_DISCOVERY to discover drive capabilities/state
> >
> > change log v4:
> > - rebase to 6.3-rc7
> > - replaced "255" magic number with U8_MAX
>
> None of this applies for for-6.5/block, and I'm a little puzzled
> as to why you'd rebase to an old kernel rather than a 6.4-rc at
> least?
>
> Please resend one that is current.
Rebase to for-6.5/block coming shortly.
prev parent reply other threads:[~2023-06-08 18:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-01 22:37 [PATCH v4 RESEND 0/3] sed-opal: keyrings, discovery, revert, key store gjoyce
2023-06-01 22:37 ` [PATCH v4 RESEND 1/3] block: sed-opal: Implement IOC_OPAL_DISCOVERY gjoyce
2023-06-01 22:37 ` [PATCH v4 RESEND 2/3] block: sed-opal: Implement IOC_OPAL_REVERT_LSP gjoyce
2023-06-01 22:37 ` [PATCH v4 RESEND 3/3] block: sed-opal: keyring support for SED keys gjoyce
2023-06-05 21:14 ` [PATCH v4 RESEND 0/3] sed-opal: keyrings, discovery, revert, key store Jens Axboe
2023-06-08 18:28 ` Greg Joyce [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=afc0ff6d83ea72f94b8f9e95476fa987d8ff8f17.camel@linux.vnet.ibm.com \
--to=gjoyce@linux.vnet.ibm.com \
--cc=akpm@linux-foundation.org \
--cc=axboe@kernel.dk \
--cc=brking@linux.vnet.ibm.com \
--cc=jonathan.derrick@linux.dev \
--cc=keyrings@vger.kernel.org \
--cc=linux-block@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=msuchanek@suse.de \
--cc=nayna@linux.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).