aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Ryabinin <[email protected]>2016-03-25 14:22:17 -0700
committerLinus Torvalds <[email protected]>2016-03-25 16:37:42 -0700
commit0ba1d91df93b33ea2c29390881f0ba13574f1a01 (patch)
tree171c310fb3bd3bf21865551617664ec1705eaaa9
parente7080a439a6f507abbc860847c33efc39b5c1c6d (diff)
MAINTAINERS: fill entries for KASAN
Signed-off-by: Andrey Ryabinin <[email protected]> Cc: Alexander Potapenko <[email protected]> Acked-by: Dmitry Vyukov <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--MAINTAINERS14
1 files changed, 14 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index f07a174bbc81..df8cf6b924c6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6165,6 +6165,20 @@ S: Maintained
F: Documentation/hwmon/k8temp
F: drivers/hwmon/k8temp.c
+KASAN
+M: Andrey Ryabinin <[email protected]>
+R: Alexander Potapenko <[email protected]>
+R: Dmitry Vyukov <[email protected]>
+S: Maintained
+F: arch/*/include/asm/kasan.h
+F: arch/*/mm/kasan_init*
+F: Documentation/kasan.txt
+F: include/linux/kasan.h
+F: lib/test_kasan.c
+F: mm/kasan/
+F: scripts/Makefile.kasan
+
KCONFIG
M: "Yann E. MORIN" <[email protected]>