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:   Mon, 23 Apr 2018 08:52:19 +0200
From:   Jan Kiszka <jan.kiszka@...mens.com>
To:     Thomas Gleixner <tglx@...utronix.de>,
        LKML <linux-kernel@...r.kernel.org>
Cc:     Philippe Ombredanne <pombredanne@...b.com>,
        Kate Stewart <kstewart@...uxfoundation.org>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        Jonathan Corbet <corbet@....net>
Subject: Re: [patch 1/9] x86/jailhouse: Fix incorrect SPDX identifier

On 2018-04-23 00:02, Thomas Gleixner wrote:
> GPL2.0 is not a valid SPDX identiier. Replace it with GPL-2.0.
> 
> Fixes: 4a362601baa6 ("x86/jailhouse: Add infrastructure for running in non-root cell")
> Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
> Cc: Jan Kiszka <jan.kiszka@...mens.com>
> ---
>  arch/x86/include/asm/jailhouse_para.h |    2 +-
>  arch/x86/kernel/jailhouse.c           |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> --- a/arch/x86/include/asm/jailhouse_para.h
> +++ b/arch/x86/include/asm/jailhouse_para.h
> @@ -1,4 +1,4 @@
> -/* SPDX-License-Identifier: GPL2.0 */
> +/* SPDX-License-Identifier: GPL-2.0 */
>  
>  /*
>   * Jailhouse paravirt detection
> --- a/arch/x86/kernel/jailhouse.c
> +++ b/arch/x86/kernel/jailhouse.c
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL2.0
> +// SPDX-License-Identifier: GPL-2.0
>  /*
>   * Jailhouse paravirt_ops implementation
>   *
> 
> 

Acked-by: Jan Kiszka <jan.kiszka@...mens.com>

-- 
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ