]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
kasan: add SPDX-License-Identifier mark to source files
authorAndrey Konovalov <andreyknvl@google.com>
Fri, 28 Dec 2018 08:31:14 +0000 (00:31 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 28 Dec 2018 20:11:44 +0000 (12:11 -0800)
This patch adds a "SPDX-License-Identifier: GPL-2.0" mark to all source
files under mm/kasan.

Link: http://lkml.kernel.org/r/bce2d1e618afa5142e81961ab8fa4b4165337380.1544099024.git.andreyknvl@google.com
Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
Reviewed-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
Cc: Christoph Lameter <cl@linux.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/kasan/common.c
mm/kasan/generic.c
mm/kasan/generic_report.c
mm/kasan/init.c
mm/kasan/quarantine.c
mm/kasan/report.c
mm/kasan/tags.c
mm/kasan/tags_report.c

index 1144e741feb67daeb73815a0affad105c7e490e0..03d5d1374ca7e52c6754d9a58d36cd13c3c60ecf 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * This file contains common generic and tag-based KASAN code.
  *
index b8de6d33c55c01afd548a79c7e4d43680218f56a..ccb6207276e3047d4f4abadb7712bd6044e2d829 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * This file contains core generic KASAN code.
  *
index a4604cceae59416fee51e1affa15c508404393d4..5e12035888f2392de161e38c27aa9c103d042437 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * This file contains generic KASAN specific error reporting code.
  *
index 2b21d3717d62cf1742796ff8828ecd542d2cf68a..34afad56497bd37a1d2b100295a3852652b2d7c0 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * This file contains some kasan initialization code.
  *
index b209dbaefde822315201ab409dce65ca52b371eb..57334ef2d7efbcb9564bca02afd9d58a59589147 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * KASAN quarantine.
  *
index 214d85035f998c4727ff5ac966684d4695b6b690..ca9418fe9232a115d42af35af0a027598a375a13 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * This file contains common generic and tag-based KASAN error reporting code.
  *
index 1d1b79350e2845671fd2821e7e6d81d8bd4244e9..0777649e07c44f34125d6636beb4844fcac00bdb 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * This file contains core tag-based KASAN code.
  *
index 573c51d20d09462b8ac366741b0c177b52e44ac5..8eaf5f72227180c2af1b9e6c5e258334ae269c88 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * This file contains tag-based KASAN specific error reporting code.
  *