Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp863591ybv; Thu, 13 Feb 2020 10:56:17 -0800 (PST) X-Google-Smtp-Source: APXvYqyDEdrIMTNWxFl6SZXm0pchKAoJzmyTzOE6XLIPs9p1SKcyqoye3YybawXi1/QaOp6Fwy0k X-Received: by 2002:aca:b1d5:: with SMTP id a204mr3858439oif.82.1581620177491; Thu, 13 Feb 2020 10:56:17 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581620177; cv=none; d=google.com; s=arc-20160816; b=S4SgxO9BaWLgU2VtqYyMsRds83WGFh1IdA0/79y9xODz5hz0CoecuUoMW677u/jKVI CmRwBm9qcLSM7llE+Y4DXjeHj1T6U+Buq2QgEF8MVKhvL8yjIVZbpmH70QTkn7lVhbFv FaesnvzU2H3MrDz27QcYgsKGqWtK3wn+LK5E+YskKvMMQMl6jGxG71HPhSAiK5o1YX5O LnVbC7ZCH6Pk3R9TfbYgajGE8ioh52ntHcjRUGfKT/oquq8jUBOBj9/ZsBPEVEmuZiQW 57cnIoBtOCX8OIoDpTxP+enT/Q3IFuPer1A+EiloBbXHg8XzmNAKfJrYU6Vk5G6ubjYE hU2w== 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=ZkrZq71APw9FdpOujUWiCFubnIznxqOxlqfHLUQj0Gg=; b=bq5PB1rDAzKv74R2kxpnNL6T6Yf16xAj9E7/5T5lGmplroK4q6ubbOqvMCYdfdC4G4 adaVsTVTOXk242Gg3jSnGAmtfvKuGlX2/UkdWBPEIONAkFOgUWb8BhE1sDnmz4juUlzG MMN592HvwNA19SDPkbqMETsorSQ2pRdp1uKcobcRWMhze9tgEQJVBrstAqldJBLN3dOB n/IwzgDHL4Bxk//FEd7PQZRWjvWuFlQ+WsGJ4F1ftpIH5as6W8mNF2jnNVHCUcy13sMf ssHM+jgWzpsUTaqgu3UkB+z6t48SRBG0P6olZpuKPzDgAehVN+HKWifHOUbOH2TXU8E8 BxLA== 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 v25si1615180ote.90.2020.02.13.10.56.05; Thu, 13 Feb 2020 10:56:17 -0800 (PST) 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 S1728281AbgBMSzo (ORCPT + 99 others); Thu, 13 Feb 2020 13:55:44 -0500 Received: from ms.lwn.net ([45.79.88.28]:47042 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727761AbgBMSzo (ORCPT ); Thu, 13 Feb 2020 13:55:44 -0500 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 DB34A740; Thu, 13 Feb 2020 18:55:43 +0000 (UTC) Date: Thu, 13 Feb 2020 11:55:42 -0700 From: Jonathan Corbet To: Stephen Kitt Cc: Mauro Carvalho Chehab , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/6] docs: merge debugging-modules.txt into sysctl/kernel.rst Message-ID: <20200213115542.79a86048@lwn.net> In-Reply-To: <20200213174701.3200366-3-steve@sk2.org> References: <20200213174701.3200366-1-steve@sk2.org> <20200213174701.3200366-3-steve@sk2.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 Thu, 13 Feb 2020 18:46:57 +0100 Stephen Kitt wrote: > This fits nicely in sysctl/kernel.rst, merge it (and rephrase it) > instead of linking to it. > > Signed-off-by: Stephen Kitt > --- > Documentation/admin-guide/sysctl/kernel.rst | 16 ++++++++++++++- > Documentation/debugging-modules.txt | 22 --------------------- > 2 files changed, 15 insertions(+), 23 deletions(-) > delete mode 100644 Documentation/debugging-modules.txt One quick comment here: > diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst > index 1de8f0b199b1..1aacd7a24f5a 100644 > --- a/Documentation/admin-guide/sysctl/kernel.rst > +++ b/Documentation/admin-guide/sysctl/kernel.rst > @@ -388,7 +388,21 @@ This flag controls the L2 cache of G3 processor boards. If > modprobe > ======== > > -See Documentation/debugging-modules.txt. > +This gives the full path of the modprobe command which the kernel will > +use to load modules. This can be used to debug module loading > +requests: > + > +:: This can be more readably written as just: requests:: No need for the separate "::" line. Thanks, jon