On Thu, Sep 23, 2021 at 01:29:33PM +0200, Alexander Graf wrote: > While we adopted the MAINTAINERS file in kvm-unit-tests, the tool to > determine who to CC on patch submissions is still missing. > > Copy Linux's version over and adjust it to work with and call out the > kvm-unit-tests tree. > > Signed-off-by: Alexander Graf <graf@xxxxxxxxxx> > > --- > > v1 -> v2: > > - Remove Pengiun Chief logic > --- > scripts/get_maintainer.pl | 2543 +++++++++++++++++++++++++++++++++++++ > 1 file changed, 2543 insertions(+) > create mode 100755 scripts/get_maintainer.pl You know a project is getting serious when it contains 2500 lines of perl. Acked-by: Andrew Jones <drjones@xxxxxxxxxx>