Re: [PATCH v10 2/2] testing: use the copyleft-next-0.3.1 SPDX tag

From: Kees Cook
Date: Sat Oct 01 2022 - 10:58:16 EST


On Tue, Sep 13, 2022 at 11:01:47PM -0700, Luis Chamberlain wrote:
> Two selftests drivers exist under the copyleft-next license.
> These drivers were added prior to SPDX practice taking full swing
> in the kernel. Now that we have an SPDX tag for copylef-next-0.3.1

nit: copylef -> copyleft

> documented, embrace it and remove the boiler plate.
>
> Cc: Goldwyn Rodrigues <rgoldwyn@xxxxxxxx>
> Cc: Kuno Woudt <kuno@xxxxxxx>
> Cc: Richard Fontana <fontana@xxxxxxxxxxxxxxx>
> Cc: copyleft-next@xxxxxxxxxxxxxxxxxxxxxx
> Cc: Ciaran Farrell <Ciaran.Farrell@xxxxxxxx>
> Cc: Christopher De Nicolo <Christopher.DeNicolo@xxxxxxxx>
> Cc: Christoph Hellwig <hch@xxxxxx>
> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> Cc: Jonathan Corbet <corbet@xxxxxxx>
> Cc: Thorsten Leemhuis <linux@xxxxxxxxxxxxx>
> Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> Signed-off-by: Luis Chamberlain <mcgrof@xxxxxxxxxx>
> ---
> lib/test_kmod.c | 12 +-----------
> lib/test_sysctl.c | 12 +-----------
> tools/testing/selftests/kmod/kmod.sh | 13 +------------
> tools/testing/selftests/sysctl/sysctl.sh | 12 +-----------
> 4 files changed, 4 insertions(+), 45 deletions(-)

Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx>

Always nice to see more lines removed than added. :)

--
Kees Cook