Re: [PATCH v10 2/2] testing: use the copyleft-next-0.3.1 SPDX tag
Kees Cook <[email protected]>
| Newsgroups | org.kernel.vger.linux-spdx,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest |
|---|---|
| Message-ID | <202210010755.204FC88C@keescook> |
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 <[email protected]> > Cc: Kuno Woudt <[email protected]> > Cc: Richard Fontana <[email protected]> > Cc: [email protected] > Cc: Ciaran Farrell <[email protected]> > Cc: Christopher De Nicolo <[email protected]> > Cc: Christoph Hellwig <[email protected]> > Cc: Greg Kroah-Hartman <[email protected]> > Cc: Thomas Gleixner <[email protected]> > Cc: Jonathan Corbet <[email protected]> > Cc: Thorsten Leemhuis <[email protected]> > Cc: Andrew Morton <[email protected]> > Signed-off-by: Luis Chamberlain <[email protected]> > --- > 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 <[email protected]> Always nice to see more lines removed than added. :) -- Kees Cook