All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: "Winkler, Tomas" <tomas.winkler@intel.com>
Cc: "Jens Wiklander" <jens.wiklander@linaro.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-mmc@vger.kernel.org" <linux-mmc@vger.kernel.org>,
	"op-tee@lists.trustedfirmware.org"
	<op-tee@lists.trustedfirmware.org>,
	"Ulf Hansson" <ulf.hansson@linaro.org>,
	"Shyam Saini" <shyamsaini@linux.microsoft.com>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Jerome Forissier" <jerome.forissier@linaro.org>,
	"Sumit Garg" <sumit.garg@linaro.org>,
	"Ilias Apalodimas" <ilias.apalodimas@linaro.org>,
	"Bart Van Assche" <bvanassche@acm.org>,
	"Randy Dunlap" <rdunlap@infradead.org>,
	"Ard Biesheuvel" <ardb@kernel.org>,
	"Arnd Bergmann" <arnd@arndb.de>, "Manuel Traut" <manut@mecka.net>,
	"Mikko Rapeli" <mikko.rapeli@linaro.org>,
	"Alex Bennée" <alex.bennee@linaro.org>
Subject: Re: [PATCH v8 1/4] rpmb: add Replay Protected Memory Block (RPMB) subsystem
Date: Tue, 13 Aug 2024 14:41:06 +0200	[thread overview]
Message-ID: <2024081315-cofounder-stem-8b3d@gregkh> (raw)
In-Reply-To: <PH7PR11MB7605F50AC47D18361D933CE1E5862@PH7PR11MB7605.namprd11.prod.outlook.com>

On Tue, Aug 13, 2024 at 12:04:03PM +0000, Winkler, Tomas wrote:
> > 
> > On Tue, Aug 13, 2024 at 01:26:18PM +0200, Jens Wiklander wrote:
> > > On Tue, Aug 13, 2024 at 11:29 AM Greg Kroah-Hartman
> > > <gregkh@linuxfoundation.org> wrote:
> > > >
> > > > On Mon, Aug 12, 2024 at 03:31:24PM +0200, Jens Wiklander wrote:
> > > > > --- /dev/null
> > > > > +++ b/drivers/misc/rpmb-core.c
> > > > > @@ -0,0 +1,233 @@
> > > > > +// SPDX-License-Identifier: GPL-2.0
> > > >
> > > > Fine, but:
> > > >
> > > > > --- /dev/null
> > > > > +++ b/include/linux/rpmb.h
> > > > > @@ -0,0 +1,136 @@
> > > > > +/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
> > > >
> > > > Really?
> > > >
> > > > Why?  I need lots of documentation and a lawyer sign off for why
> > > > this is a dual license for a file that is obviously only for
> > > > internal Linux kernel stuff.
> 
> This was legal approved.

This internal Linux kernel header file for an internal-only Linux kernel
api?  Wonderful, please get the Intel lawyer who agreed with that to
sign off on the commit next time around explaining why it needs to be
this way.

thanks,

greg k-h

WARNING: multiple messages have this Message-ID (diff)
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: op-tee@lists.trustedfirmware.org
Subject: Re: [PATCH v8 1/4] rpmb: add Replay Protected Memory Block (RPMB) subsystem
Date: Tue, 13 Aug 2024 14:41:06 +0200	[thread overview]
Message-ID: <2024081315-cofounder-stem-8b3d@gregkh> (raw)
In-Reply-To: <<PH7PR11MB7605F50AC47D18361D933CE1E5862@PH7PR11MB7605.namprd11.prod.outlook.com>>

[-- Attachment #1: Type: text/plain, Size: 1132 bytes --]

On Tue, Aug 13, 2024 at 12:04:03PM +0000, Winkler, Tomas wrote:
> > 
> > On Tue, Aug 13, 2024 at 01:26:18PM +0200, Jens Wiklander wrote:
> > > On Tue, Aug 13, 2024 at 11:29 AM Greg Kroah-Hartman
> > > <gregkh@linuxfoundation.org> wrote:
> > > >
> > > > On Mon, Aug 12, 2024 at 03:31:24PM +0200, Jens Wiklander wrote:
> > > > > --- /dev/null
> > > > > +++ b/drivers/misc/rpmb-core.c
> > > > > @@ -0,0 +1,233 @@
> > > > > +// SPDX-License-Identifier: GPL-2.0
> > > >
> > > > Fine, but:
> > > >
> > > > > --- /dev/null
> > > > > +++ b/include/linux/rpmb.h
> > > > > @@ -0,0 +1,136 @@
> > > > > +/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
> > > >
> > > > Really?
> > > >
> > > > Why?  I need lots of documentation and a lawyer sign off for why
> > > > this is a dual license for a file that is obviously only for
> > > > internal Linux kernel stuff.
> 
> This was legal approved.

This internal Linux kernel header file for an internal-only Linux kernel
api?  Wonderful, please get the Intel lawyer who agreed with that to
sign off on the commit next time around explaining why it needs to be
this way.

thanks,

greg k-h

  reply	other threads:[~2024-08-13 12:41 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-12 13:31 [PATCH v8 0/4] Replay Protected Memory Block (RPMB) subsystem Jens Wiklander
2024-08-12 13:31 ` Jens Wiklander
2024-08-12 13:31 ` [PATCH v8 1/4] rpmb: add " Jens Wiklander
2024-08-12 13:31   ` Jens Wiklander
2024-08-13  9:29   ` Greg Kroah-Hartman
2024-08-13  9:29     ` Greg Kroah-Hartman
2024-08-13 11:26     ` Jens Wiklander
2024-08-13 11:26       ` Jens Wiklander
2024-08-13 11:36       ` Greg Kroah-Hartman
2024-08-13 11:36         ` Greg Kroah-Hartman
2024-08-13 12:04         ` Winkler, Tomas
2024-08-13 12:04           ` Winkler, Tomas
2024-08-13 12:41           ` Greg Kroah-Hartman [this message]
2024-08-13 12:41             ` Greg Kroah-Hartman
2024-08-13 13:06             ` Winkler, Tomas
2024-08-13 13:06               ` Winkler, Tomas
2024-08-13 12:12         ` Jens Wiklander
2024-08-13 12:12           ` Jens Wiklander
2024-08-13 13:07           ` Winkler, Tomas
2024-08-13 13:07             ` Winkler, Tomas
2024-08-12 13:31 ` [PATCH v8 2/4] mmc: block: register RPMB partition with the RPMB subsystem Jens Wiklander
2024-08-12 13:31   ` Jens Wiklander
2024-08-12 13:31 ` [PATCH v8 3/4] tee: add tee_device_set_dev_groups() Jens Wiklander
2024-08-12 13:31   ` Jens Wiklander
2024-08-13 11:39   ` Sumit Garg
2024-08-13 11:39     ` Sumit Garg
2024-08-13 12:55     ` Jens Wiklander
2024-08-13 12:55       ` Jens Wiklander
2024-08-12 13:31 ` [PATCH v8 4/4] optee: probe RPMB device using RPMB subsystem Jens Wiklander
2024-08-12 13:31   ` Jens Wiklander
2024-08-13 11:53   ` Sumit Garg
2024-08-13 11:53     ` Sumit Garg

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=2024081315-cofounder-stem-8b3d@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=alex.bennee@linaro.org \
    --cc=ardb@kernel.org \
    --cc=arnd@arndb.de \
    --cc=bvanassche@acm.org \
    --cc=ilias.apalodimas@linaro.org \
    --cc=jens.wiklander@linaro.org \
    --cc=jerome.forissier@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=manut@mecka.net \
    --cc=mikko.rapeli@linaro.org \
    --cc=op-tee@lists.trustedfirmware.org \
    --cc=rdunlap@infradead.org \
    --cc=shyamsaini@linux.microsoft.com \
    --cc=sumit.garg@linaro.org \
    --cc=tomas.winkler@intel.com \
    --cc=ulf.hansson@linaro.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.