All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 0/2] LICENSES: Fix fallout from recent SPDX conversions
@ 2019-01-16 10:26 Thomas Gleixner
  2019-01-16 10:26 ` [patch 1/2] LICENSES: Add GCC runtime library exception text Thomas Gleixner
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Thomas Gleixner @ 2019-01-16 10:26 UTC (permalink / raw)
  To: LKML
  Cc: Kuninori Morimoto, Simon Horman, Yoshinori Sato, Rich Felker,
	Andrew Morton, Kate Stewart, Greg Kroah-Hartman, Jonathan Corbet

Recent SPDX conversions introduced new wreckage:

 arch/sh/lib/ashiftrt.S: 1:42 Invalid Exception ID: GCC-exception-2.0
 ...
 arch/sh/include/mach-ecovec24/mach/partner-jet-setup.txt: 1:38 Invalid token: "
 ,,,

The first group is due to using an exception identifier without adding the
exception text to the LICENSES directory.

The second one is due to the magic conment format in the SuperH bootcode
files.

At least the first one could have been caught by checkpatch.pl:

WARNING: 'SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0' is not supported in LICENSES/...
#38: FILE: arch/sh/lib/ashiftrt.S:1:
+/* SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0

....

The following series addresses both issues.

Thanks,

	tglx


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

end of thread, other threads:[~2019-02-06 18:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-16 10:26 [patch 0/2] LICENSES: Fix fallout from recent SPDX conversions Thomas Gleixner
2019-01-16 10:26 ` [patch 1/2] LICENSES: Add GCC runtime library exception text Thomas Gleixner
2019-01-16 15:36   ` Greg Kroah-Hartman
2019-01-16 10:26 ` [patch 2/2] scripts/spdxcheck.py: Handle special quotation mark comments Thomas Gleixner
2019-01-16 15:38   ` Greg Kroah-Hartman
2019-01-20 15:32   ` Sven Eckelmann
2019-01-20 15:32     ` [B.A.T.M.A.N.] " Sven Eckelmann
2019-01-20 18:39     ` Joe Perches
2019-01-20 18:39       ` [B.A.T.M.A.N.] " Joe Perches
2019-02-06 18:50       ` Sven Eckelmann
2019-02-06 18:50         ` [B.A.T.M.A.N.] " Sven Eckelmann
2019-01-16 21:56 ` [patch 0/2] LICENSES: Fix fallout from recent SPDX conversions Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.