On 23/09/2021 12.16, 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> --- scripts/get_maintainer.pl | 2586 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 2586 insertions(+) create mode 100755 scripts/get_maintainer.pl
I'm basically fine with this (maybe we need some modifications as Vitaly suggested?), but please add at least the Linux kernel commit ID (or tag) to the commit description where you've copied the script from. Otherwise it will get ugly if we later try to decide whether we need to backport some patches from the kernel...
Thomas