Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp1375070ybi; Fri, 14 Jun 2019 13:39:20 -0700 (PDT) X-Google-Smtp-Source: APXvYqyKBZBWfRArolCphYKR4/HhRAoeEpndPeJUcJCcwSMVbOIuCgXtxD6xDPUjzAK+Z3TAcL3Y X-Received: by 2002:a63:e603:: with SMTP id g3mr38522807pgh.167.1560544760654; Fri, 14 Jun 2019 13:39:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560544760; cv=none; d=google.com; s=arc-20160816; b=chEUvmYHrzI2Prg60ortczRbWIZtYXCOVZ7VVdihSgr0XWb5Vzn4RDtKQHLPHgz1Jk hvVUQ2b1uzJqsp7l8F/sD//GwYP4/wOlBTvkDLn/CY/d9711L79VQi6XRaFlSvjlSHgO zr/2h1PLHc7oeNLPT7fe1kQYiPd8VuHgCpL9yF8iZ0glx0Msg2nM8VoWCEbJ8eueUFRT cNPRjoLn8MeXK7KQ64rLQoBsi6Xe2nEi9JTl0PaFeiY4YnCIgOjrdtFWT5lx8CP5yx8S UfkMkmDvrfErFieNzPh5s8+9xOyfMJtO293uz5c6OdciUlyySQAWmvACPcCMPPmHbtVV mDJQ== 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=3lYK356Hh+h8PWP7J+mQs3l6Lg/LF3mxy/dXSG2ta8g=; b=LF7+PtlgW7vMA4N/YQ6GFRIcEKi6uB3t73UV4+Pqe0wdvywtNgFmnOkZoTjmqU77Vv H1lUy62ciQ1wAFUyCjnM8HJo7xePbIrW0gF/deAm5syyn6Zj+KBixqpQJzFTJcxw76nQ ZKKAIZQFtGzQThtRF88WWoeZM+M2+rP+OCG3xE8cvQFjqANwpUnA/NMXpyvkYYvGN9hu ckTmLHSQHXFwHrCfQHSJQtONwgEBlshGITJzqe/7BMRVdJLAd0CAhtljFgXHLWyRnMC2 hbc0W2rL67Nkdjyf+gFuHDr4UbAPb0ie9vTkQ7M/DgihNk9Xz2HI1DcKMeNwzIx1d6R7 EAvQ== 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 f12si3232599pfn.98.2019.06.14.13.39.06; Fri, 14 Jun 2019 13:39:20 -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 S1727383AbfFNUhB (ORCPT + 99 others); Fri, 14 Jun 2019 16:37:01 -0400 Received: from ms.lwn.net ([45.79.88.28]:54060 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727484AbfFNUga (ORCPT ); Fri, 14 Jun 2019 16:36:30 -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 EE29C740; Fri, 14 Jun 2019 20:36:28 +0000 (UTC) Date: Fri, 14 Jun 2019 14:36:27 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Peter Zijlstra , Ingo Molnar , Will Deacon , Federico Vaga , Maarten Lankhorst , Maxime Ripard , Sean Paul , David Airlie , Daniel Vetter , dri-devel@lists.freedesktop.org Subject: Re: [PATCH v4 14/28] docs: locking: convert docs to ReST and rename to *.rst Message-ID: <20190614143627.173f5005@lwn.net> In-Reply-To: <791f74dab9607d3d349b1e7fe5d0ab5abbb24081.1560361364.git.mchehab+samsung@kernel.org> References: <791f74dab9607d3d349b1e7fe5d0ab5abbb24081.1560361364.git.mchehab+samsung@kernel.org> 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 Wed, 12 Jun 2019 14:52:50 -0300 Mauro Carvalho Chehab wrote: > Convert the locking documents to ReST and add them to the > kernel development book where it belongs. > > Most of the stuff here is just to make Sphinx to properly > parse the text file, as they're already in good shape, > not requiring massive changes in order to be parsed. > > The conversion is actually: > - add blank lines and identation in order to identify paragraphs; > - fix tables markups; > - add some lists markups; > - mark literal blocks; > - adjust title markups. > > At its new index.rst, let's add a :orphan: while this is not linked to > the main index.rst file, in order to avoid build warnings. > > Signed-off-by: Mauro Carvalho Chehab > Acked-by: Federico Vaga This patch contains linux-next changes and doesn't apply to docs-next. Perhaps the best thing to do is to apply it to the locking tree? Thanks, jon