The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Jens Wiklander <jens.wiklander@linaro.org>
Cc: linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.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>,
	"Tomas Winkler" <tomas.winkler@intel.com>,
	"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 13:36:08 +0200	[thread overview]
Message-ID: <2024081346-riveting-unwired-d9dc@gregkh> (raw)
In-Reply-To: <CAHUa44HYQVhT0=E9py2JsO2X93wLhZ=YvH0fBqQpzFBujSGgtw@mail.gmail.com>

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.
> 
> I'm sorry that was added via one of the patch sets before mine. I'll
> revert to GPL-2.0 only.

Please be sure to get proper legal approval to change the license of
code not written by you :)

  reply	other threads:[~2024-08-13 11:36 UTC|newest]

Thread overview: 16+ 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 ` [PATCH v8 1/4] rpmb: add " Jens Wiklander
2024-08-13  9:29   ` Greg Kroah-Hartman
2024-08-13 11:26     ` Jens Wiklander
2024-08-13 11:36       ` Greg Kroah-Hartman [this message]
2024-08-13 12:04         ` Winkler, Tomas
2024-08-13 12:41           ` Greg Kroah-Hartman
2024-08-13 13:06             ` Winkler, Tomas
2024-08-13 12:12         ` Jens Wiklander
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 ` [PATCH v8 3/4] tee: add tee_device_set_dev_groups() Jens Wiklander
2024-08-13 11:39   ` Sumit Garg
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-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=2024081346-riveting-unwired-d9dc@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox