Message ID | 20231206164726.418990-3-fabrice.gasnier@foss.st.com (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | tools: counter: add counter_watch_events | expand |
On Wed, Dec 06, 2023 at 05:47:26PM +0100, Fabrice Gasnier wrote: > Add MAINTAINERS entry for the counter watch events tool. William has > been asking to add at least me as the point of contact for this utility. > > Signed-off-by: Fabrice Gasnier <fabrice.gasnier@foss.st.com> > --- > Changes in v3: Add MAINTAINERS entry. This is a split of another patch > series[1]. > [1] https://lore.kernel.org/lkml/20230922143920.3144249-1-fabrice.gasnier@foss.st.com/ > --- > MAINTAINERS | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index dd5de540ec0b..b8541ab7866a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -5322,6 +5322,11 @@ F: include/linux/counter.h > F: include/uapi/linux/counter.h > F: tools/counter/ > > +COUNTER WATCH EVENTS TOOL > +M: Fabrice Gasnier <fabrice.gasnier@foss.st.com> > +S: Maintained > +F: tools/counter/counter_watch_events.c Add an L line as well for the linux-iio@vger.kernel.org address so discussions get sent to our public mailing list. Thanks, William Breathitt Gray
On 12/11/23 16:59, William Breathitt Gray wrote: > On Wed, Dec 06, 2023 at 05:47:26PM +0100, Fabrice Gasnier wrote: >> Add MAINTAINERS entry for the counter watch events tool. William has >> been asking to add at least me as the point of contact for this utility. >> >> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@foss.st.com> >> --- >> Changes in v3: Add MAINTAINERS entry. This is a split of another patch >> series[1]. >> [1] https://lore.kernel.org/lkml/20230922143920.3144249-1-fabrice.gasnier@foss.st.com/ >> --- >> MAINTAINERS | 5 +++++ >> 1 file changed, 5 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index dd5de540ec0b..b8541ab7866a 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -5322,6 +5322,11 @@ F: include/linux/counter.h >> F: include/uapi/linux/counter.h >> F: tools/counter/ >> >> +COUNTER WATCH EVENTS TOOL >> +M: Fabrice Gasnier <fabrice.gasnier@foss.st.com> >> +S: Maintained >> +F: tools/counter/counter_watch_events.c > > Add an L line as well for the linux-iio@vger.kernel.org address so > discussions get sent to our public mailing list. Hi William, I can add it, yes. But just to be sure, with current patch, get_maintainer.pl gives me: ./scripts/get_maintainer.pl tools/counter/counter_watch_events.c Fabrice Gasnier <fabrice.gasnier@foss.st.com> (maintainer:COUNTER WATCH EVENTS TOOL) William Breathitt Gray <william.gray@linaro.org> (maintainer:COUNTER SUBSYSTEM) linux-iio@vger.kernel.org (open list:COUNTER SUBSYSTEM) linux-kernel@vger.kernel.org (open list) So is it really needed to add an L line ? Best Regards, Fabrice > > Thanks, > > William Breathitt Gray
On Mon, Dec 11, 2023 at 06:09:44PM +0100, Fabrice Gasnier wrote: > On 12/11/23 16:59, William Breathitt Gray wrote: > > On Wed, Dec 06, 2023 at 05:47:26PM +0100, Fabrice Gasnier wrote: > >> Add MAINTAINERS entry for the counter watch events tool. William has > >> been asking to add at least me as the point of contact for this utility. > >> > >> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@foss.st.com> > >> --- > >> Changes in v3: Add MAINTAINERS entry. This is a split of another patch > >> series[1]. > >> [1] https://lore.kernel.org/lkml/20230922143920.3144249-1-fabrice.gasnier@foss.st.com/ > >> --- > >> MAINTAINERS | 5 +++++ > >> 1 file changed, 5 insertions(+) > >> > >> diff --git a/MAINTAINERS b/MAINTAINERS > >> index dd5de540ec0b..b8541ab7866a 100644 > >> --- a/MAINTAINERS > >> +++ b/MAINTAINERS > >> @@ -5322,6 +5322,11 @@ F: include/linux/counter.h > >> F: include/uapi/linux/counter.h > >> F: tools/counter/ > >> > >> +COUNTER WATCH EVENTS TOOL > >> +M: Fabrice Gasnier <fabrice.gasnier@foss.st.com> > >> +S: Maintained > >> +F: tools/counter/counter_watch_events.c > > > > Add an L line as well for the linux-iio@vger.kernel.org address so > > discussions get sent to our public mailing list. > > Hi William, > > I can add it, yes. But just to be sure, with current patch, > get_maintainer.pl gives me: > > ./scripts/get_maintainer.pl tools/counter/counter_watch_events.c > Fabrice Gasnier <fabrice.gasnier@foss.st.com> (maintainer:COUNTER WATCH > EVENTS TOOL) > William Breathitt Gray <william.gray@linaro.org> (maintainer:COUNTER > SUBSYSTEM) > linux-iio@vger.kernel.org (open list:COUNTER SUBSYSTEM) > linux-kernel@vger.kernel.org (open list) > > So is it really needed to add an L line ? > > Best Regards, > Fabrice I think the get_maintainer.pl script tries its best to find a list when one isn't specified, so when it doesn't find a list under the COUNTER WATCH EVENTS TOOL entry, it finds the "tools/counter" directory specified under the COUNTER SUBSYSTEM entry and pulls in that list. Although we end up with the same list, that level of indirection makes it somewhat ambiguous to a user whether that's the correct list to mail. So just to be proper and clear, we should provide an explicit L line so there is no confusion. William Breathitt Gray
diff --git a/MAINTAINERS b/MAINTAINERS index dd5de540ec0b..b8541ab7866a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5322,6 +5322,11 @@ F: include/linux/counter.h F: include/uapi/linux/counter.h F: tools/counter/ +COUNTER WATCH EVENTS TOOL +M: Fabrice Gasnier <fabrice.gasnier@foss.st.com> +S: Maintained +F: tools/counter/counter_watch_events.c + CP2615 I2C DRIVER M: Bence Csókás <bence98@sch.bme.hu> S: Maintained
Add MAINTAINERS entry for the counter watch events tool. William has been asking to add at least me as the point of contact for this utility. Signed-off-by: Fabrice Gasnier <fabrice.gasnier@foss.st.com> --- Changes in v3: Add MAINTAINERS entry. This is a split of another patch series[1]. [1] https://lore.kernel.org/lkml/20230922143920.3144249-1-fabrice.gasnier@foss.st.com/ --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+)