> -----Original Message----- > From: Greg KH <gre...@linuxfoundation.org> > Sent: Wednesday, January 27, 2021 7:29 AM > To: Chen, Mike Ximing <mike.ximing.c...@intel.com> > Cc: linux-kernel@vger.kernel.org; a...@arndb.de; Williams, Dan J > <dan.j.willi...@intel.com>; pierre-louis.boss...@linux.intel.com; Gage Eads > <gage.e...@intel.com> > Subject: Re: [PATCH v9 04/20] dlb: add device ioctl layer and first three > ioctls > > On Fri, Jan 22, 2021 at 01:01:22PM -0600, Mike Ximing Chen wrote: > > --- /dev/null > > +++ b/include/uapi/linux/dlb.h > > @@ -0,0 +1,167 @@ > > +/* SPDX-License-Identifier: GPL-2.0-only */ > > As the bot points out, this is an "odd" license for a uapi .h file, are > you SURE about this? > > If so, I need an Intel lawyer's signed-off-by on it as well, so we know > to talk to in the future about it. > > thanks, > > greg k-h
Sorry, it should be "GPL-2.0-only WITH Linux-syscall-note". Should I correct it and submit a new patch set (v10) now, or wait for more feedback on the current patch set? Thanks Mike