From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 2/3] Documentation/kvm: patches should be against linux.git Date: Thu, 31 Oct 2013 11:59:27 +0100 Message-ID: <5272380F.9000600@redhat.com> References: <1383216396-12869-1-git-send-email-artagnon@gmail.com> <1383216396-12869-3-git-send-email-artagnon@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: LKML , Gleb Natapov , "kvm@vger.kernel.org" To: Ramkumar Ramachandra Return-path: In-Reply-To: <1383216396-12869-3-git-send-email-artagnon@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Il 31/10/2013 11:46, Ramkumar Ramachandra ha scritto: > The document hasn't been updated since cf3e3d3 (KVM: Document KVM > specific review items, 2010-06-24); kvm does not have a separate > repository anymore. Maintainer have their repository at git://git.kernel.org/pub/scm/virt/kvm/kvm.git. The right fix is to add that tree to MAINTAINERS. Paolo > Cc: Avi Kivity > Cc: Gleb Natapov > Cc: Paolo Bonzini > Signed-off-by: Ramkumar Ramachandra > --- > Documentation/virtual/kvm/review-checklist.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/virtual/kvm/review-checklist.txt b/Documentation/virtual/kvm/review-checklist.txt > index a850986..8385c4d 100644 > --- a/Documentation/virtual/kvm/review-checklist.txt > +++ b/Documentation/virtual/kvm/review-checklist.txt > @@ -4,7 +4,7 @@ Review checklist for kvm patches > 1. The patch must follow Documentation/CodingStyle and > Documentation/SubmittingPatches. > > -2. Patches should be against kvm.git master branch. > +2. Patches should be against linux.git master branch. > > 3. If the patch introduces or modifies a new userspace API: > - the API must be documented in Documentation/virtual/kvm/api.txt >