linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scsi: uapi: ufs: Fix SPDX license identifier
@ 2019-06-12 13:34 Avri Altman
  2019-06-27  5:38 ` Avri Altman
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Avri Altman @ 2019-06-12 13:34 UTC (permalink / raw)
  To: James E.J. Bottomley, Martin K. Petersen, linux-scsi,
	linux-kernel, Arnd Bergmann, Pedro Sousa, Alim Akhtar
  Cc: Avi Shchislowski, Alex Lemberg, Avri Altman

added 'WITH Linux-syscall-note' exception, which is the officially
assigned exception identifier for the kernel syscall exception.
This exception makes it possible to include GPL headers into non GPL
code, without confusing license compliance tools.

fixes: a851b2bd3632 (scsi: uapi: ufs: Make utp_upiu_req visible to user
		     space)

Signed-off-by: Avri Altman <avri.altman@wdc.com>
---
 include/uapi/scsi/scsi_bsg_ufs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/scsi/scsi_bsg_ufs.h b/include/uapi/scsi/scsi_bsg_ufs.h
index 17c7abd..9988db6 100644
--- a/include/uapi/scsi/scsi_bsg_ufs.h
+++ b/include/uapi/scsi/scsi_bsg_ufs.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
 /*
  * UFS Transport SGIO v4 BSG Message Support
  *
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] scsi: uapi: ufs: Fix SPDX license identifier
  2019-06-12 13:34 [PATCH] scsi: uapi: ufs: Fix SPDX license identifier Avri Altman
@ 2019-06-27  5:38 ` Avri Altman
  2019-06-28 11:25 ` Pedro Sousa
  2019-07-12  0:14 ` Martin K. Petersen
  2 siblings, 0 replies; 8+ messages in thread
From: Avri Altman @ 2019-06-27  5:38 UTC (permalink / raw)
  To: James E.J. Bottomley, Martin K. Petersen,
	linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org,
	Arnd Bergmann, Pedro Sousa, Alim Akhtar
  Cc: Avi Shchislowski, Alex Lemberg

A gentle ping.

Thanks,
Avri



________________________________________
From: Avri Altman <avri.altman@wdc.com>
Sent: Wednesday, June 12, 2019 4:34:37 PM
To: James E.J. Bottomley; Martin K. Petersen; linux-scsi@vger.kernel.org; linux-kernel@vger.kernel.org; Arnd Bergmann; Pedro Sousa; Alim Akhtar
Cc: Avi Shchislowski; Alex Lemberg; Avri Altman
Subject: [PATCH] scsi: uapi: ufs: Fix SPDX license identifier

added 'WITH Linux-syscall-note' exception, which is the officially
assigned exception identifier for the kernel syscall exception.
This exception makes it possible to include GPL headers into non GPL
code, without confusing license compliance tools.

fixes: a851b2bd3632 (scsi: uapi: ufs: Make utp_upiu_req visible to user
                     space)

Signed-off-by: Avri Altman <avri.altman@wdc.com>
---
 include/uapi/scsi/scsi_bsg_ufs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/scsi/scsi_bsg_ufs.h b/include/uapi/scsi/scsi_bsg_ufs.h
index 17c7abd..9988db6 100644
--- a/include/uapi/scsi/scsi_bsg_ufs.h
+++ b/include/uapi/scsi/scsi_bsg_ufs.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
 /*
  * UFS Transport SGIO v4 BSG Message Support
  *
--
1.9.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* RE: [PATCH] scsi: uapi: ufs: Fix SPDX license identifier
  2019-06-12 13:34 [PATCH] scsi: uapi: ufs: Fix SPDX license identifier Avri Altman
  2019-06-27  5:38 ` Avri Altman
@ 2019-06-28 11:25 ` Pedro Sousa
  2019-07-04  7:47   ` Avri Altman
  2019-07-12  0:14 ` Martin K. Petersen
  2 siblings, 1 reply; 8+ messages in thread
From: Pedro Sousa @ 2019-06-28 11:25 UTC (permalink / raw)
  To: Avri Altman, James E.J. Bottomley, Martin K. Petersen,
	linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org,
	Arnd Bergmann, Pedro Sousa, Alim Akhtar
  Cc: Avi Shchislowski, Alex Lemberg

From: Avri Altman <avri.altman@wdc.com>
Date: Wed, Jun 12, 2019 at 14:34:37

> added 'WITH Linux-syscall-note' exception, which is the officially
> assigned exception identifier for the kernel syscall exception.
> This exception makes it possible to include GPL headers into non GPL
> code, without confusing license compliance tools.
> 
> fixes: a851b2bd3632 (scsi: uapi: ufs: Make utp_upiu_req visible to user
> 		     space)
> 
> Signed-off-by: Avri Altman <avri.altman@wdc.com>
> ---
>  include/uapi/scsi/scsi_bsg_ufs.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/uapi/scsi/scsi_bsg_ufs.h b/include/uapi/scsi/scsi_bsg_ufs.h
> index 17c7abd..9988db6 100644
> --- a/include/uapi/scsi/scsi_bsg_ufs.h
> +++ b/include/uapi/scsi/scsi_bsg_ufs.h
> @@ -1,4 +1,4 @@
> -/* SPDX-License-Identifier: GPL-2.0 */
> +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
>  /*
>   * UFS Transport SGIO v4 BSG Message Support
>   *
> -- 
> 1.9.1

Hi Avri,

I don't see any issue. 

Thanks

Reviewed-by: Pedro Sousa <pedrom.sousa@synopsys.com> 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: [PATCH] scsi: uapi: ufs: Fix SPDX license identifier
  2019-06-28 11:25 ` Pedro Sousa
@ 2019-07-04  7:47   ` Avri Altman
  0 siblings, 0 replies; 8+ messages in thread
From: Avri Altman @ 2019-07-04  7:47 UTC (permalink / raw)
  To: Pedro Sousa, James E.J. Bottomley, Martin K. Petersen,
	linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org,
	Arnd Bergmann, Alim Akhtar
  Cc: Avi Shchislowski, Alex Lemberg

Martin - a kind reminder.

Thanks,
Avri

> Subject: RE: [PATCH] scsi: uapi: ufs: Fix SPDX license identifier
> 
> From: Avri Altman <avri.altman@wdc.com>
> Date: Wed, Jun 12, 2019 at 14:34:37
> 
> > added 'WITH Linux-syscall-note' exception, which is the officially
> > assigned exception identifier for the kernel syscall exception.
> > This exception makes it possible to include GPL headers into non GPL
> > code, without confusing license compliance tools.
> >
> > fixes: a851b2bd3632 (scsi: uapi: ufs: Make utp_upiu_req visible to user
> > 		     space)
> >
> > Signed-off-by: Avri Altman <avri.altman@wdc.com>
> Reviewed-by: Pedro Sousa <pedrom.sousa@synopsys.com>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] scsi: uapi: ufs: Fix SPDX license identifier
  2019-06-12 13:34 [PATCH] scsi: uapi: ufs: Fix SPDX license identifier Avri Altman
  2019-06-27  5:38 ` Avri Altman
  2019-06-28 11:25 ` Pedro Sousa
@ 2019-07-12  0:14 ` Martin K. Petersen
  2019-07-12  0:20   ` James Bottomley
  2 siblings, 1 reply; 8+ messages in thread
From: Martin K. Petersen @ 2019-07-12  0:14 UTC (permalink / raw)
  To: Avri Altman
  Cc: James E.J. Bottomley, Martin K. Petersen, linux-scsi,
	linux-kernel, Arnd Bergmann, Pedro Sousa, Alim Akhtar,
	Avi Shchislowski, Alex Lemberg


Avri,

> added 'WITH Linux-syscall-note' exception, which is the officially
> assigned exception identifier for the kernel syscall exception.
> This exception makes it possible to include GPL headers into non GPL
> code, without confusing license compliance tools.

I'd like Arnd to ack the license change since he has made changes
(however mechanical) to the file.

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] scsi: uapi: ufs: Fix SPDX license identifier
  2019-07-12  0:14 ` Martin K. Petersen
@ 2019-07-12  0:20   ` James Bottomley
  2019-07-12  1:22     ` Martin K. Petersen
  0 siblings, 1 reply; 8+ messages in thread
From: James Bottomley @ 2019-07-12  0:20 UTC (permalink / raw)
  To: Martin K. Petersen, Avri Altman
  Cc: linux-scsi, linux-kernel, Arnd Bergmann, Pedro Sousa, Alim Akhtar,
	Avi Shchislowski, Alex Lemberg

On Thu, 2019-07-11 at 20:14 -0400, Martin K. Petersen wrote:
> Avri,
> 
> > added 'WITH Linux-syscall-note' exception, which is the officially
> > assigned exception identifier for the kernel syscall exception.
> > This exception makes it possible to include GPL headers into non
> > GPL code, without confusing license compliance tools.
> 
> I'd like Arnd to ack the license change since he has made changes
> (however mechanical) to the file.

Just to note: this isn't technically a licence change at all.  The
entire kernel is covered by the system call exception and this file is
thus also covered.  It's really a simple tag change to allow tools
which parse uapi header files to recognise from the SPDX tags that this
is a kernel header to which the Linux-syscall-note applies.

James

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] scsi: uapi: ufs: Fix SPDX license identifier
  2019-07-12  0:20   ` James Bottomley
@ 2019-07-12  1:22     ` Martin K. Petersen
  2019-07-18  6:46       ` Avri Altman
  0 siblings, 1 reply; 8+ messages in thread
From: Martin K. Petersen @ 2019-07-12  1:22 UTC (permalink / raw)
  To: James Bottomley
  Cc: Martin K. Petersen, Avri Altman, linux-scsi, linux-kernel,
	Arnd Bergmann, Pedro Sousa, Alim Akhtar, Avi Shchislowski,
	Alex Lemberg


James,

> Just to note: this isn't technically a licence change at all.  The
> entire kernel is covered by the system call exception and this file is
> thus also covered.  It's really a simple tag change to allow tools
> which parse uapi header files to recognise from the SPDX tags that this
> is a kernel header to which the Linux-syscall-note applies.

OK.

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: [PATCH] scsi: uapi: ufs: Fix SPDX license identifier
  2019-07-12  1:22     ` Martin K. Petersen
@ 2019-07-18  6:46       ` Avri Altman
  0 siblings, 0 replies; 8+ messages in thread
From: Avri Altman @ 2019-07-18  6:46 UTC (permalink / raw)
  To: Martin K. Petersen, James Bottomley
  Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org,
	Arnd Bergmann, Pedro Sousa, Alim Akhtar, Avi Shchislowski,
	Alex Lemberg

Martin,

Are there any further clarifications required?
Thanks,
Avri

> 
> 
> James,
> 
> > Just to note: this isn't technically a licence change at all.  The
> > entire kernel is covered by the system call exception and this file is
> > thus also covered.  It's really a simple tag change to allow tools
> > which parse uapi header files to recognise from the SPDX tags that this
> > is a kernel header to which the Linux-syscall-note applies.
> 
> OK.
> 
> --
> Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-07-18  6:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-12 13:34 [PATCH] scsi: uapi: ufs: Fix SPDX license identifier Avri Altman
2019-06-27  5:38 ` Avri Altman
2019-06-28 11:25 ` Pedro Sousa
2019-07-04  7:47   ` Avri Altman
2019-07-12  0:14 ` Martin K. Petersen
2019-07-12  0:20   ` James Bottomley
2019-07-12  1:22     ` Martin K. Petersen
2019-07-18  6:46       ` Avri Altman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).