[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-7010adcdd23527f7efef1e7bc0d8c458f6ec0dd2@git.kernel.org>
Date: Mon, 23 Apr 2018 01:22:18 -0700
From: tip-bot for Thomas Gleixner <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, tglx@...utronix.de,
kstewart@...uxfoundation.org, gregkh@...uxfoundation.org,
hpa@...or.com, mingo@...nel.org, pombredanne@...b.com,
jan.kiszka@...mens.com, corbet@....net
Subject: [tip:x86/urgent] x86/jailhouse: Fix incorrect SPDX identifier
Commit-ID: 7010adcdd23527f7efef1e7bc0d8c458f6ec0dd2
Gitweb: https://git.kernel.org/tip/7010adcdd23527f7efef1e7bc0d8c458f6ec0dd2
Author: Thomas Gleixner <tglx@...utronix.de>
AuthorDate: Mon, 23 Apr 2018 00:02:09 +0200
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitDate: Mon, 23 Apr 2018 10:17:28 +0200
x86/jailhouse: Fix incorrect SPDX identifier
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>
Acked-by: Jan Kiszka <jan.kiszka@...mens.com>
Cc: Kate Stewart <kstewart@...uxfoundation.org>
Cc: Jonathan Corbet <corbet@....net>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Philippe Ombredanne <pombredanne@...b.com>
Link: https://lkml.kernel.org/r/20180422220832.815346488@linutronix.de
---
arch/x86/include/asm/jailhouse_para.h | 2 +-
arch/x86/kernel/jailhouse.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/x86/include/asm/jailhouse_para.h b/arch/x86/include/asm/jailhouse_para.h
index b885a961a150..a34897aef2c2 100644
--- 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
diff --git a/arch/x86/kernel/jailhouse.c b/arch/x86/kernel/jailhouse.c
index fa183a131edc..a15fe0e92cf9 100644
--- 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
*
Powered by blists - more mailing lists