diff options
author | 2023-07-31 13:55:42 -0400 | |
---|---|---|
committer | 2023-08-04 13:03:42 -0700 | |
commit | d1ef9dba07bf637995202d0efd29c2fea19e809c (patch) | |
tree | e4c5d37a2cf56953bc76e7800572f0c85067cc8c | |
parent | mm: compaction: fix endless looping over same migrate block (diff) | |
download | wireguard-linux-d1ef9dba07bf637995202d0efd29c2fea19e809c.tar.xz wireguard-linux-d1ef9dba07bf637995202d0efd29c2fea19e809c.zip |
MAINTAINERS: add maple tree mailing list
There is a mailing list for the maple tree development. Add the list to
the maple tree entry of the MAINTAINERS file so patches will be sent to
interested parties.
Link: https://lkml.kernel.org/r/20230731175542.1653200-1-Liam.Howlett@oracle.com
Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 53b7ca804465..8355ec45452b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12481,6 +12481,7 @@ F: net/mctp/ MAPLE TREE M: Liam R. Howlett <Liam.Howlett@oracle.com> +L: maple-tree@lists.infradead.org L: linux-mm@kvack.org S: Supported F: Documentation/core-api/maple_tree.rst |