Re: [PATCH] MAINTAINERS: Add mmap trace events to MEMORY MAPPING

From: Vlastimil Babka
Date: Tue Apr 15 2025 - 05:06:05 EST


On 4/11/25 19:33, Liam R. Howlett 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 <akpm@xxxxxxxxxxxxxxxxxxxx>
> Cc:Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
> Cc:Vlastimil Babka <vbabka@xxxxxxx>
> Cc:Jann Horn <jannh@xxxxxxxxxx>
> Signed-off-by: Liam R. Howlett <Liam.Howlett@xxxxxxxxxx>

Acked-by: Vlastimil Babka <vbabka@xxxxxxx>

> ---
> 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-mm@xxxxxxxxx
> 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
> F: mm/mlock.c
> F: mm/mmap.c
> F: mm/mprotect.c