[PATCH 0/1] MAINTAINERS: fix folders within glob pattern

Anthony Loiseau anthony at loiseau.fr
Fri Dec 22 16:44:07 CET 2023


From: Anthony Loiseau <anthony.loiseau at allcircuits.com>

This patch fixes few folders I think mishandled within MAINTAINERS file.

For example, files within drivers/clk/tegra/ were not affilated to ARM TEGRA
because rule "F: drivers/*/tegra*" does not match them. See MAINTAINERS file
embedded documentation on top.

The same for tools/env/* files which where not affiliated to Environment
section despite the "F: tools/env*" rule.

It worth be noted that despite I successfully tested this update for
Arm Tegra and Environment sections, Arm TI related updates does nothing.
My feeling is that those updates are good and wanted but another issue remains.
It looks like all sections maintained by Tom Rini are entirely ignored, I don't
know why and did not dig into it deeply.

Example of test:
./scripts/get_maintainer.pl -f drivers/clk/tegra/Makefile
now lists Arm Tegra maintainers were it did not.

Cc: Tom Rini <trini at konsulko.com>
Cc: Thierry Reding <treding at nvidia.com>
Cc: Svyatoslav Ryhel <clamor95 at gmail.com>
Cc: Tom Rini <trini at konsulko.com>
Cc: Joe Hershberger <joe.hershberger at ni.com>
Signed-off-by: Anthony Loiseau <anthony.loiseau at allcircuits.com>

Anthony Loiseau (1):
  MAINTAINERS: fix folders within glob pattern

 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

-- 
2.11.0



More information about the U-Boot mailing list