diff options
author | Lorenzo Stoakes <[email protected]> | 2024-10-09 21:10:32 +0100 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2024-10-17 00:28:08 -0700 |
commit | f8dc524e5929695664fd05a7c3e369cd7edcf8a9 (patch) | |
tree | 547e3e8ee9934baf5c58700035969a269cef76b0 | |
parent | 5778ace04e6f07043f1564bc9b47b1098608cfdd (diff) |
MAINTAINERS: add memory mapping/VMA co-maintainers
Add myself and Liam as co-maintainers of the memory mapping and VMA code
alongside Andrew as we are heavily involved in its implementation and
maintenance.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Lorenzo Stoakes <[email protected]>
Acked-by: Vlastimil Babka <[email protected]>
Acked-by: Liam R. Howlett <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7ad507f49324..51430c225666 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14907,9 +14907,9 @@ N: include/linux/page[-_]* MEMORY MAPPING M: Andrew Morton <[email protected]> -R: Liam R. Howlett <[email protected]> +M: Liam R. Howlett <[email protected]> +M: Lorenzo Stoakes <[email protected]> R: Vlastimil Babka <[email protected]> -R: Lorenzo Stoakes <[email protected]> S: Maintained W: http://www.linux-mm.org @@ -24737,9 +24737,9 @@ F: tools/testing/vsock/ VMA M: Andrew Morton <[email protected]> -R: Liam R. Howlett <[email protected]> +M: Liam R. Howlett <[email protected]> +M: Lorenzo Stoakes <[email protected]> R: Vlastimil Babka <[email protected]> -R: Lorenzo Stoakes <[email protected]> S: Maintained W: https://www.linux-mm.org |