Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1593950imm; Tue, 10 Jul 2018 04:48:11 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdGoRiyg5uJaCmkNbl/8RxbqevegI02YKcRftfj3l44Xf63QW9tqjOFX//7nnaPUkcKUglf X-Received: by 2002:a62:6941:: with SMTP id e62-v6mr20568067pfc.56.1531223291011; Tue, 10 Jul 2018 04:48:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531223290; cv=none; d=google.com; s=arc-20160816; b=tdh3CWUnyON8hqHvEu26zKmpNkWGdRtsyL8R85VEt6XaKZkYQ4q+1/PZUlZheIpLlc 9POP/5svZSYKox0LWZDpeK5EdExmdn0VhCIMUrTSjeNaPQsjA9SbhRwrONJheLImxMTK tpvmb3/X+S/YuVcqaFzM+K1s2Lgiyb4fPumP96XSDAEjWYdu1OfDKMgOCwY0ia2ZuMQP B+Bx5iZ+8JvcXoflu1+0DAqZKzoKHX96wGpkh1eX32VDaUvIxVQGQF5ZQ/R4HYlsqF9L sjWrxo/G2by8DbuZVEM+BMdQqYzSjTD4ayYpcARvvr8fH1inwtqcExPj1uNxdJUri7CZ OsbA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=Nw+Tq6gHyY9Nz69OA+ZNCMnXz10/2pvoAlqznwtTPfY=; b=CMpVSWQmKCud0zjbE7dADkcAewARL0IlOBzkPMpMqWrtQJYrLHhQhSCUukKcBK0l/r VmJbqyGB3FNRfew4KbgsNaC1iTI7teyxKJsc1t9frCvvGFMZZD4RjJMsYozi8IOLRy3v 3B3bxzOfakQK8w9d5kiXCTzt1neV0T6xRROMbFujJLMyNs+qG7xj1QvTXmYIVYXSQjW+ pUKfPc2Ei40AUqNFHOBluowJYQOkbFjHMacVaw1M9YQyBe4DXX9L9sc6nL9NmelFAUvM AEojApgx1C+l6eY6mHciBqlIexUB7g6n3z9WHzm1GwsbF30qyPwxlfFnq9yDFW4pbKUm OvRA== 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 a1-v6si16779948plp.247.2018.07.10.04.47.55; Tue, 10 Jul 2018 04:48:10 -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 S933258AbeGJLq3 (ORCPT + 99 others); Tue, 10 Jul 2018 07:46:29 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:39710 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752029AbeGJLq1 (ORCPT ); Tue, 10 Jul 2018 07:46:27 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 0B841EBC; Tue, 10 Jul 2018 11:46:26 +0000 (UTC) Date: Tue, 10 Jul 2018 13:46:24 +0200 From: Greg KH To: Jonathan Corbet Cc: David Rientjes , Andrew Morton , "Rafael J. Wysocki" , Randy Dunlap , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [patch] docs, debugfs: start explicit debugfs documentation Message-ID: <20180710114624.GA14261@kroah.com> References: <20180710064506.GA2316@kroah.com> <20180710052835.581cdf28@lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180710052835.581cdf28@lwn.net> User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 10, 2018 at 05:28:35AM -0600, Jonathan Corbet wrote: > On Tue, 10 Jul 2018 08:45:06 +0200 > Greg KH wrote: > > > For the "this is what a specific debugfs file contains", those should go > > into Documenation/ABI/ if you really want to document those types of > > things. > > Do we really want to start populating Documentation/ABI with stuff that's > explicitly *not* ABI? Keeping it separate might make more sense, IMO. > I'd put extfrag_index with the MM docs, for example. I personally don't think that debugfs files should be documented anywhere, unless it makes sense from a "help debug the kernel" point of view. And yes, you are right, we don't want to document things in /ABI/ that are not ABI stuff, as debugfs files can, and do, change at random times. Putting the info in the subsystem specific documents makes sense. thanks, greg k-h