diff options
author | Jann Horn <[email protected]> | 2024-10-14 22:50:57 +0200 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2024-10-17 00:28:11 -0700 |
commit | cb2bb9c564acf45f1725696177fdb1bc067f4dbb (patch) | |
tree | cff3ac1fc94d6167d7be0d3e4b69356113d3a020 | |
parent | 818f916e3a07bf0c64bbf5e250ad209eebe21c85 (diff) |
MAINTAINERS: add Jann as memory mapping/VMA reviewer
Add myself as a reviewer for memory mapping / VMA code. I will probably
only reply to patches sporadically, but hopefully this will help me keep
up with changes that look interesting security-wise.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Jann Horn <[email protected]>
Acked-by: Liam R. Howlett <[email protected]>
Acked-by: Lorenzo Stoakes <[email protected]>
Acked-by: Vlastimil Babka <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a3b75fe83f47..942467edf58b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14912,6 +14912,7 @@ M: Andrew Morton <[email protected]> M: Liam R. Howlett <[email protected]> M: Lorenzo Stoakes <[email protected]> R: Vlastimil Babka <[email protected]> +R: Jann Horn <[email protected]> S: Maintained W: http://www.linux-mm.org @@ -24742,6 +24743,7 @@ M: Andrew Morton <[email protected]> M: Liam R. Howlett <[email protected]> M: Lorenzo Stoakes <[email protected]> R: Vlastimil Babka <[email protected]> +R: Jann Horn <[email protected]> S: Maintained W: https://www.linux-mm.org |