On Mon, Aug 12, 2019 at 07:24:51AM -0700, Christoph Hellwig wrote: > > diff --git a/include/uapi/scsi/sg.h b/include/uapi/scsi/sg.h > > new file mode 100644 > > index 000000000000..072b45bd732f > > --- /dev/null > > +++ b/include/uapi/scsi/sg.h > > @@ -0,0 +1,329 @@ > > +/* SPDX-License-Identifier: GPL-2.0 */ > > This needs the syscall noticed for uapi headers. FYI, what is our > stance of just adding that notice to headers newly moved to UAPI? Just add them. > Do we need agreement from everyone who touched the file? Or just > after we started the split and SPDX annotations, as in this case > this header used to be available to user programs? The license of the entire kernel source is pretty obvious that anything UABI related needs the dual license, so adding it is fine. If not, the scripts will notice and we will just end up generating a patch to fix it anyway :) thanks, greg k-h