From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Christopherson Subject: Re: [PATCH] MAINTAINERS: Add KVM selftests to existing KVM entry Date: Fri, 15 Mar 2019 11:40:50 -0700 Message-ID: <20190315184050.GE11324@linux.intel.com> References: <20190313195555.6198-1-sean.j.christopherson@intel.com> <20190313201633.GE4409@linux.intel.com> <3bbaa29f-e70d-45a7-b93e-24ecc006bcb7@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Radim =?utf-8?B?S3LEjW3DocWZ?= , kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: Paolo Bonzini Return-path: Content-Disposition: inline In-Reply-To: <3bbaa29f-e70d-45a7-b93e-24ecc006bcb7@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org 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 (supporter:KERNEL VIRTUAL MACHINE (KVM),commit_signer:8/9=89%,authored:3/9=33%) > "Radim Krčmář" (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