[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d5b626d3-ebfe-b63d-86e0-9a396169ee5d@siemens.com>
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