aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <[email protected]>2021-02-12 20:52:44 -0800
committerLinus Torvalds <[email protected]>2021-02-13 11:42:40 -0800
commit30d320f089d8e1ad369375e02cf62fbe5da18e85 (patch)
tree0d0ecec7bcfd0755140610b62c772d4655bca0c0
parent93ca696376dd3d44b9e5eae835ffbc84772023ec (diff)
MAINTAINERS: update KASAN file list
Account for the following files: - lib/Kconfig.kasan - lib/test_kasan_module.c - arch/arm64/include/asm/mte-kasan.h Link: https://lkml.kernel.org/r/7f9771d97b34d396bfdc4e288ad93486bb865a06.1613150186.git.andreyknvl@google.com Signed-off-by: Andrey Konovalov <[email protected]> Cc: Alexander Potapenko <[email protected]> Cc: Dmitry Vyukov <[email protected]> Cc: Marco Elver <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--MAINTAINERS5
1 files changed, 3 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 64c7169db617..a58e56f91ed7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9565,10 +9565,11 @@ R: Dmitry Vyukov <[email protected]>
S: Maintained
F: Documentation/dev-tools/kasan.rst
-F: arch/*/include/asm/kasan.h
+F: arch/*/include/asm/*kasan.h
F: arch/*/mm/kasan_init*
F: include/linux/kasan*.h
-F: lib/test_kasan.c
+F: lib/Kconfig.kasan
+F: lib/test_kasan*.c
F: mm/kasan/
F: scripts/Makefile.kasan