public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Luis R. Rodriguez" <mcgrof@kernel.org>
To: Andy Shevchenko <andy.shevchenko@gmail.com>
Cc: "Luis R. Rodriguez" <mcgrof@kernel.org>,
	Kent Overstreet <kent.overstreet@gmail.com>,
	Jessica Yu <jeyu@kernel.org>, Tso Ted <tytso@mit.edu>,
	Coly Li <colyli@suse.de>,
	Ciaran Farrell <ciaran.farrell@suse.com>,
	One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>,
	linux-bcache@vger.kernel.org,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Philippe Ombredanne <pombredanne@nexb.com>,
	Kate Stewart <kstewart@linuxfoundation.org>,
	Jonas Oberg <jonas@fsfe.org>
Subject: Re: PostgreSQL licensed code on Linux
Date: Wed, 30 May 2018 02:03:21 +0200	[thread overview]
Message-ID: <20180530000321.GP4511@wotan.suse.de> (raw)
In-Reply-To: <CAHp75Vefx7zwrn4CwhDYZrMSLdaaqta1uJHJrqD7c40MQ_N0ZA@mail.gmail.com>

On Wed, May 30, 2018 at 02:22:14AM +0300, Andy Shevchenko wrote:
> On Wed, May 30, 2018 at 2:12 AM, Luis R. Rodriguez <mcgrof@kernel.org> wrote:
> > It would seem I did follow up with a v3 patch and Rusty noted that although
> > I may be right, its hard to care [0]. But of relevance here is again if one
> > of the MODULE_LICENSE() dual tags should be used or the GPL tag. I'll
> > continue to side recommending with the MODULE_LICENSE("GPL") tag even on
> > files with permissive licenses, and even if it we haven't clarified this in
> > documentation as I think scaling these tags further is just silly.
> >
> > [0] http://lkml.kernel.org/r/87bom0hf0f.fsf@rustcorp.com.au
> 
> https://www.spinics.net/lists/linux-bcache/msg06048.html
> 
> https://www.spinics.net/lists/linux-bcache/msg06058.html

For those that are not developers:

The proposed changes referenced in the above URLs take old portions PostgreSQL
C code which were previously on a larger C file and move them to a new module
which has the PostgreSQL header. Modules need to have a MODULE_LICENSE() tag,
and if one is not used the kernel assumes the module is proprietary. The above
code lacks a MODULE_LICENSE() tag as such currently the driver is proprietary.
Clearly that needs to be fixed before upstreaming.

  Luis

  reply	other threads:[~2018-05-30  0:03 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-29 19:14 PostgreSQL licensed code on Linux Luis R. Rodriguez
2018-05-29 19:26 ` Kent Overstreet
2018-05-29 20:51   ` Theodore Y. Ts'o
2018-05-29 21:00     ` Kent Overstreet
2018-05-29 22:59       ` Luis R. Rodriguez
2018-05-29 23:12         ` Luis R. Rodriguez
2018-05-29 23:22           ` Andy Shevchenko
2018-05-30  0:03             ` Luis R. Rodriguez [this message]
2018-05-30  0:10               ` Andy Shevchenko
2018-05-29 22:55   ` Luis R. Rodriguez

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=20180530000321.GP4511@wotan.suse.de \
    --to=mcgrof@kernel.org \
    --cc=andy.shevchenko@gmail.com \
    --cc=ciaran.farrell@suse.com \
    --cc=colyli@suse.de \
    --cc=gnomes@lxorguk.ukuu.org.uk \
    --cc=gregkh@linuxfoundation.org \
    --cc=jeyu@kernel.org \
    --cc=jonas@fsfe.org \
    --cc=kent.overstreet@gmail.com \
    --cc=kstewart@linuxfoundation.org \
    --cc=linux-bcache@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pombredanne@nexb.com \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    --cc=tytso@mit.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