On Tue, Apr 22, 2025 at 09:23:02PM +0100, Andrew Cooper wrote:
> On 22/04/2025 4:06 pm, Sergii Dmytruk wrote:
> > diff --git a/xen/include/xen/slr_table.h b/xen/include/xen/slr_table.h
> > new file mode 100644
> > index 0000000000..e9dbac5d0a
> > --- /dev/null
> > +++ b/xen/include/xen/slr_table.h
> > @@ -0,0 +1,274 @@
> > +/* SPDX-License-Identifier: GPL-3.0-or-later */
>
> I'm sorry, but we cannot accept this submission.
>
> Xen is GPL-2-only, and can only accept source code compatible with this
> license.  Everything else in this series appears to be compatible (and
> therefore is fine), but this patch is not.
>
> ~Andrew

I think the license comes from GRUB's version which is GPL-3-or-later
while the original Linux header file is GPL-2.  Linux patches is really
the source here.  I don't think anything prevents use of the header
under GPL-2, so I'll change the license in v2.  Adding Ross Philipson to
CC as the original author of both Linux and GRUB versions just in case.

Reply via email to