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