2021-02-12 17:19:28

by Andrey Konovalov

[permalink] [raw]
Subject: [PATCH 1/3] 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

Signed-off-by: Andrey Konovalov <[email protected]>
---
MAINTAINERS | 5 +++--
1 file 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]>
L: [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

--
2.30.0.478.g8a0d178c01-goog


2021-02-12 17:20:38

by Andrey Konovalov

[permalink] [raw]
Subject: [PATCH 3/3] MAINTAINERS: add Andrey Konovalov to KASAN reviewers

Add my personal email address to KASAN reviewers list.

Signed-off-by: Andrey Konovalov <[email protected]>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7b3d374c858d..e9fccfb27e2d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9561,6 +9561,7 @@ F: drivers/hwmon/k8temp.c
KASAN
M: Andrey Ryabinin <[email protected]>
R: Alexander Potapenko <[email protected]>
+R: Andrey Konovalov <[email protected]>
R: Dmitry Vyukov <[email protected]>
L: [email protected]
S: Maintained
--
2.30.0.478.g8a0d178c01-goog

2021-02-12 17:20:46

by Andrey Konovalov

[permalink] [raw]
Subject: [PATCH 2/3] MAINTAINERS: update Andrey Konovalov's email address

Use my personal email address.

Signed-off-by: Andrey Konovalov <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a58e56f91ed7..7b3d374c858d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9584,7 +9584,7 @@ F: scripts/kconfig/

KCOV
R: Dmitry Vyukov <[email protected]>
-R: Andrey Konovalov <[email protected]>
+R: Andrey Konovalov <[email protected]>
L: [email protected]
S: Maintained
F: Documentation/dev-tools/kcov.rst
--
2.30.0.478.g8a0d178c01-goog