On Mon, Nov 15, 2021 at 2:42 AM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote: Just couple of side notes on the same topic (dropped people from Cc, just MLs are left): > Suggested-by: Russell King (Oracle) <rmk+kernel@xxxxxxxxxxxxxxx> > Cc: Jonathan Cameron <jic23@xxxxxxxxxx> > Cc: Andy Shevchenko <andy.shevchenko@xxxxxxxxx> > Cc: Russell King <linux@xxxxxxxxxxxxxxx> > Reviewed-by: Andy Shevchenko <andy.shevchenko@xxxxxxxxx> > Acked-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > Acked-by: Russell King (Oracle) <rmk+kernel@xxxxxxxxxxxxxxx> 1/ `git format-patch`/`git send-email` will create the Cc list from all known tags, hence no need to repeat people in Cc. 2/ Consider to use --cc and --to to avoid burden on the git history (sometimes people want to see it on mobile devices). For myself I wrote the script [1] to give me some smartness. Maybe you can find some ideas inside its implementation. [1]: https://github.com/andy-shev/home-bin-tools/blob/master/ge2maintainer.sh -- With Best Regards, Andy Shevchenko