[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH 2/3] xen/ppc: Implement early serial printk on PaPR/pseries
On Fri, Jun 9, 2023 at 5:07 PM Julien Grall <julien@xxxxxxx> wrote: Hi Shawn, Shawn, Again sorry that you've sort of bumped a hornet's nest here. Just to clarify, the situation as I understand it is: 1. Large parts of Xen, being inherited from the Linux Kernel, are GPLv2-only; and the documentation clearly states that code is GPLv2-only unless explicitly stated otherwise. 2. Some individual files in Xen are labelled as GPLv2-or-later; but as they rely on the "only" files, Xen as a whole can only be compiled under a GPLv2 license. 3. New contributions to a file assumed to have the same license as the header of the file; i.e., the code contained in patches to GPLv2-or-later files is assumed to be granted according to a GPLv2-or-later license. 4. In the past, the legal teams of some contributors -- namely ARM -- were wary of the GPLv3; specifically the patent grant. Since ARM doesn't make anything themselves, their patents are literally their product; they need to be very careful of not accidentally granting them to the world. I think one thing ARM may have been afraid of at some point is one of their engineers accidentally submitting a patch to a GPLv2-or-later file which would, when taken with a GPLv3 (or GPLv4 license, once it comes out) cause them to lose too much control over their IP. My understanding is that Julien is afraid that if the "GPLv2-or-later" files start to proliferate, that companies like ARM will start to become more wary of contributing; and so has been generally trying to encourage new files to be labelled "GPLv2-only" unless there's a good reason to do otherwise. (Other issues like copying code from GPLv2-only are potential pitfalls as well, but probably less important.) HOWEVER, as Andrew says, there is no official policy at this point; all the document say is that GPLv2-only is the default unless explicitly stated otherwise. Furthermore, the concerns raised by ARM's legal team were nearly a decade ago; it's not clear to me whether they still care that much. All that to say: If you don't mind and feel that you can do so legally, then consider switching to GPLv2-only; but if you don't want to and/or feel that you can't do so legally, feel free to leave it as-is. Additionally, I think it would be good if the community *did* have a discussion about whether we want an official policy; so that either we can point people to the relevant doc (with explanation), or stop bothering about it. :-) -George
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |