diff options
author | Marco Elver <elver@google.com> | 2021-01-15 20:09:53 +0300 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2021-03-09 01:27:43 +0300 |
commit | bd0ccc4afca2d6ae0029cae35c4f1d2e2ade7579 (patch) | |
tree | 24fa7682721a8c29c5e5a27e503be6f30973ac8f /include/linux/kcsan.h | |
parent | f6a149140321274cbd955dee50798fe191841f94 (diff) | |
download | linux-bd0ccc4afca2d6ae0029cae35c4f1d2e2ade7579.tar.xz |
kcsan: Add missing license and copyright headers
Adds missing license and/or copyright headers for KCSAN source files.
Signed-off-by: Marco Elver <elver@google.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'include/linux/kcsan.h')
-rw-r--r-- | include/linux/kcsan.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/kcsan.h b/include/linux/kcsan.h index 53340d8789f9..fc266ecb2a4d 100644 --- a/include/linux/kcsan.h +++ b/include/linux/kcsan.h @@ -1,4 +1,11 @@ /* SPDX-License-Identifier: GPL-2.0 */ +/* + * The Kernel Concurrency Sanitizer (KCSAN) infrastructure. Public interface and + * data structures to set up runtime. See kcsan-checks.h for explicit checks and + * modifiers. For more info please see Documentation/dev-tools/kcsan.rst. + * + * Copyright (C) 2019, Google LLC. + */ #ifndef _LINUX_KCSAN_H #define _LINUX_KCSAN_H |