summaryrefslogtreecommitdiffstats
path: root/mm/kasan/generic.c
diff options
context:
space:
mode:
authorAndrey Konovalov2018-12-28 09:31:14 +0100
committerLinus Torvalds2018-12-28 21:11:44 +0100
commite886bf9d9abedf8236464bfd21bc5707748b4a02 (patch)
tree6abb9c8365d0837cdd77a9e4c05dc5860c01e671 /mm/kasan/generic.c
parentkasan: update documentation (diff)
downloadkernel-qcow2-linux-e886bf9d9abedf8236464bfd21bc5707748b4a02.tar.gz
kernel-qcow2-linux-e886bf9d9abedf8236464bfd21bc5707748b4a02.tar.xz
kernel-qcow2-linux-e886bf9d9abedf8236464bfd21bc5707748b4a02.zip
kasan: add SPDX-License-Identifier mark to source files
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>
Diffstat (limited to 'mm/kasan/generic.c')
-rw-r--r--mm/kasan/generic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/kasan/generic.c b/mm/kasan/generic.c
index b8de6d33c55c..ccb6207276e3 100644
--- a/mm/kasan/generic.c
+++ b/mm/kasan/generic.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* This file contains core generic KASAN code.
*