From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-5.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham autolearn_force=no version=3.4.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id 6D6D07D071 for ; Tue, 10 Jul 2018 06:45:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751903AbeGJGpL (ORCPT ); Tue, 10 Jul 2018 02:45:11 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57476 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750953AbeGJGpJ (ORCPT ); Tue, 10 Jul 2018 02:45:09 -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 4B9B9C03; Tue, 10 Jul 2018 06:45:08 +0000 (UTC) Date: Tue, 10 Jul 2018 08:45:06 +0200 From: Greg KH To: David Rientjes Cc: Andrew Morton , "Rafael J. Wysocki" , Jonathan Corbet , Randy Dunlap , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [patch] docs, debugfs: start explicit debugfs documentation Message-ID: <20180710064506.GA2316@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Mon, Jul 09, 2018 at 03:00:17PM -0700, David Rientjes wrote: > There is no canonical location for debugfs docuemntation, so start one. > > This is primarily motivated to describe the oom_free_timeout_ms interface > but it is extended for all the debugfs files that I am personally > interested in. > > Hopefully this can be expanded in the future for better insight into how > the various interfaces can be used. > > Suggested-by: Andrew Morton > Signed-off-by: David Rientjes > --- > Documentation/clearing-warn-once.txt | 7 -- > Documentation/debugfs/00-INDEX | 8 ++ > Documentation/debugfs/extfrag.txt | 46 +++++++ > Documentation/debugfs/provoke-crashes.txt | 8 ++ > Documentation/debugfs/root.txt | 137 +++++++++++++++++++++ > Documentation/filesystems/debugfs.txt | 46 +++++++ > Documentation/power/basic-pm-debugging.txt | 25 +--- > Documentation/sysctl/vm.txt | 7 +- This is a mix of a lot of different things all at once. I'll gladly take the update to the debugfs.txt file for the newer api calls as a separate file. 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. But as it is, this single patch does too many different things all at once. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html