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: Wed, 13 Mar 2019 13:16:33 -0700 Message-ID: <20190313201633.GE4409@linux.intel.com> References: <20190313195555.6198-1-sean.j.christopherson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: Paolo Bonzini , Radim =?utf-8?B?S3LEjW3DocWZ?= Return-path: Content-Disposition: inline In-Reply-To: <20190313195555.6198-1-sean.j.christopherson@intel.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Wed, Mar 13, 2019 at 12:55:55PM -0700, Sean Christopherson wrote: > It's safe to assume Paolo and Radim are maintaining the KVM selftests > given that the vast majority of commits have their SOBs. Play nice > with get_maintainers and make it official. > > Signed-off-by: Sean Christopherson > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 8347269aa386..b95f5b69e5be 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -8295,6 +8295,7 @@ F: include/linux/kvm* > F: include/kvm/iodev.h > F: virt/kvm/* > F: tools/kvm/ > +F: tools/testing/selftests/kvm/ Gah, this also needs: tools/testing/selftests/kvm/*/ > > KERNEL VIRTUAL MACHINE FOR AMD-V (KVM/amd) > M: Joerg Roedel > -- > 2.21.0 >