lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 29 Nov 2018 22:20:24 +0100 (CET)
From:   Thomas Gleixner <tglx@...utronix.de>
To:     LKML <linux-kernel@...r.kernel.org>
cc:     Shuah Khan <shuah@...nel.org>,
        Masami Hiramatsu <mhiramat@...nel.org>
Subject: Re: [PATCH] selftests/ftrace: Fix invalid SPDX identifiers

On Mon, 12 Nov 2018, Thomas Gleixner wrote:

Polite reminder....

> While GPL2.0 looks about right, the correct and valid identifiers for GPL v2
> only code are 'GPL-2.0' or 'GPL-2.0-only'.
> 
> Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
> Cc: Masami Hiramatsu <mhiramat@...nel.org>
> Cc: Shuah Khan (Samsung OSG) <shuah@...nel.org>
> 
> ---
> 
> P.S.: checkpatch.pl emits a warning when crappy license ids are used
> 
>  tools/testing/selftests/ftrace/test.d/ftrace/func-filter-stacktrace.tc |    2 +-
>  tools/testing/selftests/ftrace/test.d/ftrace/func_cpumask.tc           |    2 +-
>  tools/testing/selftests/ftrace/test.d/template                         |    2 +-
>  tools/testing/selftests/ftrace/test.d/tracer/wakeup.tc                 |    2 +-
>  tools/testing/selftests/ftrace/test.d/tracer/wakeup_rt.tc              |    2 +-
>  5 files changed, 5 insertions(+), 5 deletions(-)
> 
> --- a/tools/testing/selftests/ftrace/test.d/ftrace/func-filter-stacktrace.tc
> +++ b/tools/testing/selftests/ftrace/test.d/ftrace/func-filter-stacktrace.tc
> @@ -1,5 +1,5 @@
>  #!/bin/sh
> -# SPDX-License-Identifier: GPL2.0
> +# SPDX-License-Identifier: GPL-2.0
>  # description: ftrace - stacktrace filter command
>  # flags: instance
>  
> --- a/tools/testing/selftests/ftrace/test.d/ftrace/func_cpumask.tc
> +++ b/tools/testing/selftests/ftrace/test.d/ftrace/func_cpumask.tc
> @@ -1,5 +1,5 @@
>  #!/bin/sh
> -# SPDX-License-Identifier: GPL2.0
> +# SPDX-License-Identifier: GPL-2.0
>  # description: ftrace - function trace with cpumask
>  
>  if ! which nproc ; then
> --- a/tools/testing/selftests/ftrace/test.d/template
> +++ b/tools/testing/selftests/ftrace/test.d/template
> @@ -1,5 +1,5 @@
>  #!/bin/sh
> -# SPDX-License-Identifier: GPL2.0
> +# SPDX-License-Identifier: GPL-2.0
>  # description: %HERE DESCRIBE WHAT THIS DOES%
>  # you have to add ".tc" extention for your testcase file
>  # Note that all tests are run with "errexit" option.
> --- a/tools/testing/selftests/ftrace/test.d/tracer/wakeup.tc
> +++ b/tools/testing/selftests/ftrace/test.d/tracer/wakeup.tc
> @@ -1,5 +1,5 @@
>  #!/bin/sh
> -# SPDX-License-Identifier: GPL2.0
> +# SPDX-License-Identifier: GPL-2.0
>  # description: Test wakeup tracer
>  
>  if ! which chrt ; then
> --- a/tools/testing/selftests/ftrace/test.d/tracer/wakeup_rt.tc
> +++ b/tools/testing/selftests/ftrace/test.d/tracer/wakeup_rt.tc
> @@ -1,5 +1,5 @@
>  #!/bin/sh
> -# SPDX-License-Identifier: GPL2.0
> +# SPDX-License-Identifier: GPL-2.0
>  # description: Test wakeup RT tracer
>  
>  if ! which chrt ; then
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ