public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: "Gaba, Aahit" <aahit.gaba@hpe.com>
Cc: "Hsiao, Matt (CBG Linux Enablement)" <matt.hsiao@hpe.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"arnd@arndb.de" <arnd@arndb.de>,
	"christophe.jaillet@wanadoo.fr" <christophe.jaillet@wanadoo.fr>,
	"gustavoars@kernel.org" <gustavoars@kernel.org>,
	"nishadkamdar@gmail.com" <nishadkamdar@gmail.com>,
	"torvalds@linux-foundation.org" <torvalds@linux-foundation.org>,
	"dhaval.experiance@gmail.com" <dhaval.experiance@gmail.com>,
	"viro@zeniv.linux.org.uk" <viro@zeniv.linux.org.uk>,
	"arvind.yadav.cs@gmail.com" <arvind.yadav.cs@gmail.com>,
	"standby24x7@gmail.com" <standby24x7@gmail.com>,
	"wfp5p@virginia.edu" <wfp5p@virginia.edu>,
	"jslaby@suse.cz" <jslaby@suse.cz>,
	"prarit@redhat.com" <prarit@redhat.com>,
	"tj@kernel.org" <tj@kernel.org>,
	"adobriyan@gmail.com" <adobriyan@gmail.com>
Subject: Re: [PATCH v2] misc: hpilo: relicense HPE iLO driver as Dual MIT/GPL
Date: Fri, 10 Feb 2023 12:29:53 +0100	[thread overview]
Message-ID: <Y+YqscpBXMMTWT6V@kroah.com> (raw)
In-Reply-To: <MW4PR84MB1539887EFAA00D60D777C75696D99@MW4PR84MB1539.NAMPRD84.PROD.OUTLOOK.COM>

On Thu, Feb 09, 2023 at 03:59:04AM +0000, Gaba, Aahit wrote:
> On Thu, Feb 09, 2023 at 09:29:00AM +0530, Aahit Gaba wrote:
> > On Wed, Nov 16, 2022 at 12:36:40PM +0100, Greg KH wrote:
> > > On Wed, Nov 16, 2022 at 06:34:57PM +0800, matt.hsiao@hpe.com wrote:
> > > > From: Matt Hsiao <matt.hsiao@hpe.com>
> > > >
> > > > Currently, the hpilo driver is licensed as GPL. To run OpenBSD on
> > > > HPE servers with BMC (HPE iLO) functionality, a dual MIT/GPL license
> > > > is needed for porting the hpilo driver to OpenBSD.
> > > >
> > > > Signed-off-by: Matt Hsiao <matt.hsiao@hpe.com>
> > > > ---
> > > >
> > > > Hello contributors in the CC list,
> > > >
> > > > Thanks for your contributions to the hpilo driver. Please kindly
> > > > review the license change and hopefully you would agree and approve it.
> > Thanks!
> > > >
> > > > Patch v2:
> > > > ---------
> > > > - Change MODULE_LICENSE to Dual MIT/GPL too
> > >
> > > As I asked for on the v1 version (delayed email on my side), I need a
> > > lawyer from HPE to sign off on this change as well.
> > >
> > > thanks,
> > >
> > > greg k-h
> > 
> > Add HPE attorney Aahit Gaba to sign off.
> 
> Signed-off-by: Aahit Gaba <aahit.gaba@hpe.com>
> 
> The reasons we want to dual license Linux hpilo driver are:
> - There are required bug fixes that are not copyrighted by HPE in the current Linux hpilo driver.

And have you identified them and gotten a sign-off from those copyright
holders?  I don't see that here documented at all, so I imagine you
documented it somewhere else?  If so, where?

> - We want to maintain one hpilo driver between Linux and OpenBSD, and dual-licensing of hpilo driver's existing codebase and all the future bug fixes are the requirements for it. Therefore, we requested all other copyright owners of Linux hpilo driver to accept dual-licensing (MIT/GPL-2.0) for their respective contributions.

You can request, you can not require, right?

How are you going to deal with the fact that the driver really can not
be shared between these two operating systems without a lot of rewriting
and changing of the code?

Also, this code uses GPL-only symbols out of the Linux kernel, how are
you going to handle them in openbsd?  Do you have a port of the code to
openbsd somewhere for review that shows how this all is translated?

And this is really a tiny driver, why not just rewrite it from scratch
for openbsd anyway?  Odds are that's going to be required to fit into
the openbsd driver and coding style, right?

thanks,

greg k-h

  reply	other threads:[~2023-02-10 11:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-16 10:34 [PATCH v2] misc: hpilo: relicense HPE iLO driver as Dual MIT/GPL matt.hsiao
2022-11-16 11:06 ` Jiri Slaby
2022-11-16 11:36 ` Greg KH
2023-02-09  3:38   ` Matt Hsiao
2023-02-09  3:59     ` Gaba, Aahit
2023-02-10 11:29       ` Greg KH [this message]
2023-02-14  8:30         ` Matt Hsiao
2023-02-14  8:52           ` Greg KH
2023-02-10 11:27     ` Greg KH

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=Y+YqscpBXMMTWT6V@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=aahit.gaba@hpe.com \
    --cc=adobriyan@gmail.com \
    --cc=arnd@arndb.de \
    --cc=arvind.yadav.cs@gmail.com \
    --cc=christophe.jaillet@wanadoo.fr \
    --cc=dhaval.experiance@gmail.com \
    --cc=gustavoars@kernel.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=matt.hsiao@hpe.com \
    --cc=nishadkamdar@gmail.com \
    --cc=prarit@redhat.com \
    --cc=standby24x7@gmail.com \
    --cc=tj@kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=viro@zeniv.linux.org.uk \
    --cc=wfp5p@virginia.edu \
    /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