[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170308094810.GB30552@kroah.com>
Date: Wed, 8 Mar 2017 10:48:10 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: john.hubbard@...il.com
Cc: Peter Zijlstra <peterz@...radead.org>,
Thomas Gleixner <tglx@...utronix.de>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Ingo Molnar <mingo@...nel.org>, linux-kernel@...r.kernel.org,
John Hubbard <jhubbard@...dia.com>
Subject: Re: [PATCH 0/1] refcount: restore kref_get and kref_put to non-GPL
status
On Wed, Mar 08, 2017 at 01:25:48AM -0800, john.hubbard@...il.com wrote:
> From: John Hubbard <jhubbard@...dia.com>
>
> Hi,
>
> Say, I'm 99% sure that this was just an oversight, so
> I'm sticking my neck out here and floating a patch to
> Put Things Back. I'm hoping that there is not some
> firm reason to GPL-protect the basic kref_get and
> kref_put routines, because when designing some
> recent new (open-source, yay!) device drivers, we relied
> on this being available, even for MIT-licensed code.
MIT-licensed code should be just fine with GPL symbols, just use the
correct MODULE_LICENSE() setting and all is good.
As all of the previous kref functions were in a GPL-only header file,
and included directly that way, they were already GPL-only symbols, so
there really was no change here except now the linker checks them. If
you have questions about using inline GPL-only functions from a .h file,
in a non-GPL codebase, please consult your corporate lawyer to get
clarification.
thanks,
greg k-h
Powered by blists - more mailing lists