Re: [PATCH] MAINTAINERS: Add KVM selftests to existing KVM entry

From: Sean Christopherson
Date: Fri Mar 15 2019 - 14:40:54 EST


On Fri, Mar 15, 2019 at 07:07:45PM +0100, Paolo Bonzini wrote:
> On 13/03/19 21:16, Sean Christopherson wrote:
> > Gah, this also needs: tools/testing/selftests/kvm/*/
> >
>
> No, it doesn't.
>
> $ scripts/get_maintainer.pl tools/testing/selftests/kvm/x86_64/state_test.c
> Paolo Bonzini <pbonzini@xxxxxxxxxx> (supporter:KERNEL VIRTUAL MACHINE (KVM),commit_signer:8/9=89%,authored:3/9=33%)
> "Radim KrÄmÃÅ" <rkrcmar@xxxxxxxxxx> (supporter:KERNEL VIRTUAL MACHINE (KVM),commit_signer:1/9=11%)

Ah, I always run with --pattern-depth=1 when sending KVM patches to avoid
picking up the x86 maintainers. I guess now is as good a time as any to
dynamically select the depth.

That means the similiar "F: arch/x86/kvm/*/" entry I added is also
gratutious. Want me to send a revert for c2a7fad5fcd3 ("MAINTAINERS:
Add arch/x86/kvm sub-directories to existing KVM/x86 entry"), or just
leave it be?

> Queued, thanks.
>
> Paolo