On Fri, 11 Apr 2025 13:33:28 -0400 "Liam R. Howlett" <liam.howl...@oracle.com> wrote:
> MEMORY MAPPING does not list the mmap.h trace point file, but does list > the mmap.c file. Couple the trace points with the users and authors of > the trace points for notifications of updates. > > Cc:Andrew Morton <a...@linux-foundation.org> > Cc:Lorenzo Stoakes <lorenzo.stoa...@oracle.com> > Cc:Vlastimil Babka <vba...@suse.cz> > Cc:Jann Horn <ja...@google.com> > Signed-off-by: Liam R. Howlett <liam.howl...@oracle.com> Aced-by: SeongJae Park <s...@kernel.org> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 4c7fdc41a6bfb..d8e9a10adc81d 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -15571,6 +15571,7 @@ L: linux...@kvack.org > S: Maintained > W: http://www.linux-mm.org > T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm > +F: include/trace/events/mmap.h Should mmap_lock.h also be added here? > F: mm/mlock.c > F: mm/mmap.c > F: mm/mprotect.c > -- > 2.43.0 Thanks, SJ