On Wed, 30 Oct 2019 13:22:17 -0700 Song Liu <songliubraving@xxxxxx> wrote: > I was trying to find the mm tree in MAINTAINERS by searching "Morton". > Unfortunately, I didn't find one. And I didn't even locate the MEMORY > MANAGEMENT section quickly, because Andrew's name was not listed there. > > Thanks to Johannes who helped me find the mm tree. Oh all right ;) If I listed everything I "maintain" in MAINTAINERS, I'd double the size of the dang thing. q:/usr/src/25> grep "^#NEXT_PATCHES_START" series | wc -l 364 (Those are the identifiable "trees" which I do (or did) "maintain"). But mm/ is special. > Let save other's time searching around by adding: > > M: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > T: git git://github.com/hnaz/linux-mm.git Also: --- a/MAINTAINERS~maintainers-update-information-for-memory-management-fix +++ a/MAINTAINERS @@ -10523,6 +10523,8 @@ M: Andrew Morton <akpm@linux-foundation. L: linux-mm@xxxxxxxxx W: http://www.linux-mm.org T: git git://github.com/hnaz/linux-mm.git +T: quilt https://ozlabs.org/~akpm/mmotm/ +T: quilt https://ozlabs.org/~akpm/mmots/ S: Maintained F: include/linux/mm.h F: include/linux/gfp.h _