Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp7158180ybi; Mon, 8 Jul 2019 15:50:03 -0700 (PDT) X-Google-Smtp-Source: APXvYqwEgOBIwMunhq1eHqVZnsG75JfSXzmngEXXEnkCeW1cLF9c+yycv4Jk8h5ry2vuxbrK7xUC X-Received: by 2002:a17:90a:2247:: with SMTP id c65mr27633164pje.24.1562626203219; Mon, 08 Jul 2019 15:50:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562626203; cv=none; d=google.com; s=arc-20160816; b=efutLqlUu7a5W5a2oOluWU5ndAVyOtd0gr7LGbAfMqxfZSHUHrTVN7Z60eSEkB8IhT 6Hlz497tUwLFhzdixEl4OWTV8iD5DGCaB275QWzQLQsJeDEjcOEfVGTwIjehXVHpw0Iu uAhFcSQpqk6JMkW+1uCaxPcq3c9IPhv75sRllzAMKwW28Omde9EES1X9juoyrg8hzDZI 70sVgJJ7hEgBBldYKT2tb158lXmV3e6gpmTREnTg+Axboq/OlhsepM5XyuOoSbjsptUv RB3AYCc9AJxS7nwGbvLXQR8xuG59na28PARcG2u02wCAsrGqWDPsU33GWdbkjS8oTemd ZrBw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=PpzX1wg2saHe5RHbjh/mkgEvGoLtInSnVsk29QPH5oI=; b=mOXbNGtVcnPwfr4xHo+tiy+hOXjeTg1V3U/9Ym9PFXxUV/l+5bW+esubHfopmXRjPT Bt9hyJU8kTAHITN0isZ5Kf+4W2P3XUrj0zX0CQkuhI7VCzl4awuL9KDIHctm5JduwBEe 3fBJAGTiyV5XND98y9mylWtppO56WB+YXMdO5Wx+Zjq6pZx123TFHJhbpPRnbfPj9hDi NQpQhpsWr8wOD2jvwwtKFT1XCuybsqdRe0oyzXAUETasC4DZ9OyGxFI9fjGkGUbTkhvN HTe4K3PTuMKMclbEhmEt6D5tvaZSKs27390w8dklyauv1Q080u5S6ElmTftxGmYpWvjz NF2w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z7si2399034pgi.257.2019.07.08.15.49.48; Mon, 08 Jul 2019 15:50:03 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404091AbfGHTyH (ORCPT + 99 others); Mon, 8 Jul 2019 15:54:07 -0400 Received: from ms.lwn.net ([45.79.88.28]:53198 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727163AbfGHTyG (ORCPT ); Mon, 8 Jul 2019 15:54:06 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id EDECC2B8; Mon, 8 Jul 2019 19:54:05 +0000 (UTC) Date: Mon, 8 Jul 2019 13:54:04 -0600 From: Jonathan Corbet To: Luke Nowakowski-Krijger Cc: linux-kernel-mentees@lists.linuxfoundation.org, pbonzini@redhat.com, rkrcmar@redhat.com, kvm@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] Documentation: virtual: Add toctree hooks Message-ID: <20190708135404.3eeed68f@lwn.net> In-Reply-To: References: Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 6 Jul 2019 14:38:13 -0700 Luke Nowakowski-Krijger wrote: > From: Luke Nowakowski-Krijger > > Added toctree hooks for indexing. Hooks added only for newly added files > or already existing files. > > The hook for the top of the tree will be added in a later patch series > when a few more substantial changes have been added. > > Signed-off-by: Luke Nowakowski-Krijger > --- > Documentation/virtual/index.rst | 18 ++++++++++++++++++ > Documentation/virtual/kvm/index.rst | 12 ++++++++++++ > 2 files changed, 30 insertions(+) > create mode 100644 Documentation/virtual/index.rst > create mode 100644 Documentation/virtual/kvm/index.rst > > diff --git a/Documentation/virtual/index.rst b/Documentation/virtual/index.rst > new file mode 100644 > index 000000000000..19c9fa2266f4 > --- /dev/null > +++ b/Documentation/virtual/index.rst > @@ -0,0 +1,18 @@ > +.. SPDX-License-Identifier: GPL-2.0 > + > +=========================== > +Linux Virtual Documentation > +=========================== > + > +.. toctree:: > + :maxdepth: 2 > + > + kvm/index > + paravirt_ops > + > +.. only:: html and subproject > + > + Indices > + ======= > + > + * :ref:`genindex` > diff --git a/Documentation/virtual/kvm/index.rst b/Documentation/virtual/kvm/index.rst > new file mode 100644 > index 000000000000..ada224a511fe > --- /dev/null > +++ b/Documentation/virtual/kvm/index.rst > @@ -0,0 +1,12 @@ > +.. SPDX-License-Identifier: GPL-2.0 > + > +=== > +KVM > +=== > + > +.. toctree:: > + :maxdepth: 2 > + > + amd-memory-encryption > + cpuid > + vcpu-requests At this point in the patch series, the above-mentioned RST files don't exist. So if somebody tries to build the docs here, the build will fail. I suspect that it's pretty rare for people to use bisection with docs builds, but it's still proper practice to ensure that things work at every step in your series. So the above entries should be added in the patches that convert the files. Also, vcpu-requests.txt is never touched in this patch series, which suggests that you didn't build the docs even at the end of it. Thanks, jon