[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bf25e7b270fb247475254254fece22cf6abbd0ef.camel@perches.com>
Date: Tue, 13 Jul 2021 09:49:53 -0700
From: Joe Perches <joe@...ches.com>
To: SeongJae Park <sj38.park@...il.com>, akpm@...ux-foundation.org
Cc: SeongJae Park <sjpark@...zon.de>, Jonathan.Cameron@...wei.com,
acme@...nel.org, alexander.shishkin@...ux.intel.com,
amit@...nel.org, benh@...nel.crashing.org,
brendanhiggins@...gle.com, corbet@....net, david@...hat.com,
dwmw@...zon.com, elver@...gle.com, fan.du@...el.com,
foersleo@...zon.de, greg@...ah.com, gthelen@...gle.com,
guoju.fgj@...baba-inc.com, jgowans@...zon.com, mgorman@...e.de,
mheyne@...zon.de, minchan@...nel.org, mingo@...hat.com,
namhyung@...nel.org, peterz@...radead.org, riel@...riel.com,
rientjes@...gle.com, rostedt@...dmis.org, rppt@...nel.org,
shakeelb@...gle.com, shuah@...nel.org, sieberf@...zon.com,
snu@...le79.org, vbabka@...e.cz, vdavydov.dev@...il.com,
zgf574564920@...il.com, linux-damon@...zon.com, linux-mm@...ck.org,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v33 13/13] MAINTAINERS: Update for DAMON
On Tue, 2021-07-13 at 12:33 +0000, SeongJae Park wrote:
> From: SeongJae Park <sjpark@...zon.de>
>
> This commit updates MAINTAINERS file for DAMON related files.
>
> Signed-off-by: SeongJae Park <sjpark@...zon.de>
> Reviewed-by: Markus Boehme <markubo@...zon.de>
> ---
> MAINTAINERS | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a61f4f3b78a9..d492ae8b77de 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5114,6 +5114,18 @@ F: net/ax25/ax25_out.c
> F: net/ax25/ax25_timer.c
> F: net/ax25/sysctl_net_ax25.c
>
>
> +DATA ACCESS MONITOR
> +M: SeongJae Park <sjpark@...zon.de>
> +L: linux-mm@...ck.org
> +S: Maintained
> +F: Documentation/admin-guide/mm/damon/*
> +F: Documentation/vm/damon/*
> +F: include/linux/damon.h
> +F: include/trace/events/damon.h
> +F: mm/damon/*
> +F: tools/damon/*
> +F: tools/testing/selftests/damon/*
Using "F: <path>/*" means that you are maintaining only
files in that specific path and not any subdirectory of that path.
Are there subdirectories in these uses of <path>/*
that you are avoiding?
If not, the proper use is just a trailing forward slash like
F: <path>/
I believe this should be:
DATA ACCESS MONITOR
M: SeongJae Park <sjpark@...zon.de>
L: linux-mm@...ck.org
S: Maintained
F: Documentation/admin-guide/mm/damon/
F: Documentation/vm/damon/
F: include/linux/damon.h
F: include/trace/events/damon.h
F: mm/damon/
F: tools/damon/
F: tools/testing/selftests/damon/
Powered by blists - more mailing lists