On Sat, 2020-03-21 at 21:48 +0200, Andy Shevchenko wrote: > On Tue, Mar 17, 2020 at 04:33:36PM +0200, Alexandru Ardelean wrote: > > The email is no longer active. This change removes Stefan's email from the > > MAINTAINERS list and replaces it with Michael Hennerich's. > > > > Are you planning to fix entries as parse-maintainers.pl does? > (Maybe in a separate change, but also why not here) I think perhaps you should not ask people to use parse-maintainers on specific sections anymore as it's rather confusing to use and it's best done as a one-shot by Linus one day. I hope soon. Linus, are you going to apply this patch to parse-maintainers and one day run and commit the large change to MAINTAINERS? https://lore.kernel.org/lkml/4d5291fa3fb4962b1fa55e8fd9ef421ef0c1b1e5.camel@xxxxxxxxxxx/ $ ./scripts/parse-maintainers.pl --input=MAINTAINERS --output=MAINTAINERS Current diffstat for -next would be: $ git diff --shortstat MAINTAINERS 1 file changed, 2749 insertions(+), 2749 deletions(-) btw: your current tree is still missing this patch from -next to fix a broken pattern in 'TI VPE/CAL DRIVERS' commit d44535cb14c981dea66e565edf1df1df4b9e823b Author: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Date: Tue Jan 28 11:58:28 2020 -0300 media: MAINTAINERS: Sort entries in database for TI VPE/CAL Run parse-maintainers.pl and choose TI VPE/CAL record. Fix it accordingly. Note, this is urgent fix, without which parse-maintainers.pl throws an exception: Odd non-pattern line ' Documentation/devicetree/bindings/media/ti,cal.yaml ' for 'TI VPE/CAL DRIVERS' at scripts/parse-maintainers.pl line 147, <$file> line 16770. Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Acked-by: Benoit Parrot <bparrot@xxxxxx> Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@xxxxxxxxxx>