[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190116153628.GA871@kroah.com>
Date: Wed, 16 Jan 2019 16:36:28 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: LKML <linux-kernel@...r.kernel.org>,
Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>,
Simon Horman <horms+renesas@...ge.net.au>,
Yoshinori Sato <ysato@...rs.sourceforge.jp>,
Rich Felker <dalias@...c.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Kate Stewart <kstewart@...uxfoundation.org>,
Jonathan Corbet <corbet@....net>
Subject: Re: [patch 1/2] LICENSES: Add GCC runtime library exception text
On Wed, Jan 16, 2019 at 11:26:52AM +0100, Thomas Gleixner wrote:
> A recent commit added SPDX identifiers to the SuperH low level library code
> which originates from GCC. This code is licensed under the GPL 2.0 or later
> with the GCC runtime library exception.
>
> Unfortunately the authors did not bother to add the exception text to the
> LICENSES directory so spdxcheck fails with:
>
> arch/sh/lib/ashiftrt.S: 1:42 Invalid Exception ID: GCC-exception-2.0
> arch/sh/lib/ashlsi3.S: 1:42 Invalid Exception ID: GCC-exception-2.0
> arch/sh/lib/ashrsi3.S: 1:42 Invalid Exception ID: GCC-exception-2.0
> arch/sh/lib/lshrsi3.S: 1:42 Invalid Exception ID: GCC-exception-2.0
> arch/sh/lib/movmem.S: 1:42 Invalid Exception ID: GCC-exception-2.0
> arch/sh/lib/udiv_qrnnd.S: 1:42 Invalid Exception ID: GCC-exception-2.0
> arch/sh/lib/udivsi3.S: 1:42 Invalid Exception ID: GCC-exception-2.0
> arch/sh/lib/udivsi3_i4i-Os.S: 1:42 Invalid Exception ID: GCC-exception-2.0
> arch/sh/lib/udivsi3_i4i.S: 1:42 Invalid Exception ID: GCC-exception-2.0
>
> Add the exception text along with the required tags which allow automated
> checking.
>
> Fixes: 4494ce4fb4ff ("sh: lib: convert to SPDX identifiers")
> Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
> Cc: Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
> Cc: Simon Horman <horms+renesas@...ge.net.au>
> Cc: Yoshinori Sato <ysato@...rs.sourceforge.jp>
> Cc: Rich Felker <dalias@...c.org>
> Cc: Andrew Morton <akpm@...ux-foundation.org>
> Cc: Kate Stewart <kstewart@...uxfoundation.org>
> Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
> Cc: Jonathan Corbet <corbet@....net>
> ---
> LICENSES/exceptions/GCC-exception-2.0 | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
Acked-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Powered by blists - more mailing lists