public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation•org>
To: Matthew Garrett <mjg59@srcf•ucam.org>
Cc: linux-efi@vger•kernel.org, Brijesh Singh <brijesh.singh@amd•com>,
	Lenny Szubowicz <lszubowi@redhat•com>,
	Gerd Hoffmann <kraxel@redhat•com>,
	gcwilson@linux•ibm.com, Ard Biesheuvel <ardb@kernel•org>,
	Daniele Buono <dbuono@linux•vnet.ibm.com>,
	Andi Kleen <ak@linux•intel.com>, Nayna Jain <nayna@linux•ibm.com>,
	James Morris <jmorris@namei•org>,
	Dov Murik <dovmurik@linux•ibm.com>, Jim Cadden <jcadden@ibm•com>,
	Peter Gonda <pgonda@google•com>, Borislav Petkov <bp@suse•de>,
	"Serge E. Hallyn" <serge@hallyn•com>,
	Tom Lendacky <thomas.lendacky@amd•com>,
	Ashish Kalra <ashish.kalra@amd•com>,
	dougmill@linux•vnet.ibm.com, James Bottomley <jejb@linux•ibm.com>,
	"Dr. David Alan Gilbert" <dgilbert@redhat•com>,
	Tobin Feldman-Fitzthum <tobin@linux•ibm.com>,
	linux-coco@lists•linux.dev, gjoyce@ibm•com, dja@axtens•net,
	Dave Hansen <dave.hansen@intel•com>,
	linux-kernel@vger•kernel.org,
	linux-security-module@vger•kernel.org,
	linuxppc-dev@lists•ozlabs.org, Andrew Scull <ascull@google•com>
Subject: Re: [PATCH v7 0/5] Allow guest access to EFI confidential computing secret area
Date: Wed, 2 Feb 2022 08:05:23 +0100	[thread overview]
Message-ID: <YfotMyQiQ66xfCOQ@kroah.com> (raw)
In-Reply-To: <20220202065443.GA9249@srcf.ucam.org>

On Wed, Feb 02, 2022 at 06:54:43AM +0000, Matthew Garrett wrote:
> On Wed, Feb 02, 2022 at 07:10:02AM +0100, Greg KH wrote:
> > On Wed, Feb 02, 2022 at 04:01:57AM +0000, Matthew Garrett wrote:
> > > We're talking about things that have massively different semantics.
> > 
> > I see lots of different platforms trying to provide access to their
> > "secure" firmware data to userspace in different ways.  That feels to me
> > like they are the same thing that userspace would care about in a
> > unified way.
> 
> EFI variables are largely for the OS to provide information to the 
> firmware, while this patchset is to provide information from the 
> firmware to the OS. I don't see why we'd expect to use the same userland 
> tooling for both.

I totally agree, I'm not worried about EFI variables here, I don't know
why that came up.

> In the broader case - I don't think we *can* use the same userland
> tooling for everything. For example, the patches to add support for 
> manipulating the Power secure boot keys originally attempted to make it 
> look like efivars, but the underlying firmware semantics are 
> sufficiently different that even exposing the same kernel interface 
> wouldn't be a sufficient abstraction and userland would still need to 
> behave differently. Exposing an interface that looks consistent but 
> isn't is arguably worse for userland than exposing explicitly distinct 
> interfaces.

So what does userspace really need here?  Just the ability to find if
the platform has blobs that it cares about, and how to read/write them.

I see different platform patches trying to stick these blobs in
different locations and ways to access (securityfs, sysfs, char device
node), which seems crazy to me.  Why can't we at least pick one way to
access these to start with, and then have the filesystem layout be
platform-specific as needed, which will give the correct hints to
userspace as to what it needs to do here?

thanks,

greg k-h

  reply	other threads:[~2022-02-02  7:06 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20220201124413.1093099-1-dovmurik@linux.ibm.com>
     [not found] ` <Yfk6vEuZFtgtA+G+@kroah.com>
2022-02-01 14:24   ` [PATCH v7 0/5] Allow guest access to EFI confidential computing secret area James Bottomley
2022-02-01 14:41     ` Greg KH
2022-02-01 15:05       ` James Bottomley
2022-02-01 18:07     ` Dr. David Alan Gilbert
2022-02-02  4:01     ` Matthew Garrett
2022-02-02  6:10       ` Greg KH
2022-02-02  6:54         ` Matthew Garrett
2022-02-02  7:05           ` Greg KH [this message]
2022-02-02  7:10             ` Matthew Garrett
2022-02-02  7:22               ` Ard Biesheuvel
2022-02-02  8:04                 ` Matthew Garrett
2022-02-02  8:25                   ` Greg KH
2022-02-09  0:19                     ` Nayna
2022-02-09  0:25                     ` Nayna
2022-02-02  8:36                   ` Gerd Hoffmann
2022-02-02  8:45                     ` Matthew Garrett
2022-02-07 18:50                       ` Dov Murik

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=YfotMyQiQ66xfCOQ@kroah.com \
    --to=gregkh@linuxfoundation$(echo .)org \
    --cc=ak@linux$(echo .)intel.com \
    --cc=ardb@kernel$(echo .)org \
    --cc=ascull@google$(echo .)com \
    --cc=ashish.kalra@amd$(echo .)com \
    --cc=bp@suse$(echo .)de \
    --cc=brijesh.singh@amd$(echo .)com \
    --cc=dave.hansen@intel$(echo .)com \
    --cc=dbuono@linux$(echo .)vnet.ibm.com \
    --cc=dgilbert@redhat$(echo .)com \
    --cc=dja@axtens$(echo .)net \
    --cc=dougmill@linux$(echo .)vnet.ibm.com \
    --cc=dovmurik@linux$(echo .)ibm.com \
    --cc=gcwilson@linux$(echo .)ibm.com \
    --cc=gjoyce@ibm$(echo .)com \
    --cc=jcadden@ibm$(echo .)com \
    --cc=jejb@linux$(echo .)ibm.com \
    --cc=jmorris@namei$(echo .)org \
    --cc=kraxel@redhat$(echo .)com \
    --cc=linux-coco@lists$(echo .)linux.dev \
    --cc=linux-efi@vger$(echo .)kernel.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-security-module@vger$(echo .)kernel.org \
    --cc=linuxppc-dev@lists$(echo .)ozlabs.org \
    --cc=lszubowi@redhat$(echo .)com \
    --cc=mjg59@srcf$(echo .)ucam.org \
    --cc=nayna@linux$(echo .)ibm.com \
    --cc=pgonda@google$(echo .)com \
    --cc=serge@hallyn$(echo .)com \
    --cc=thomas.lendacky@amd$(echo .)com \
    --cc=tobin@linux$(echo .)ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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