Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1353040imm; Mon, 9 Jul 2018 23:46:21 -0700 (PDT) X-Google-Smtp-Source: AAOMgpeC27/4p58SJpIjfWQVXV0Md1fCECppJitovY2LNlYnupP+RThoM+FtfUTpp/S5LZ/GL62E X-Received: by 2002:a17:902:b58f:: with SMTP id a15-v6mr23569991pls.76.1531205181209; Mon, 09 Jul 2018 23:46:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531205181; cv=none; d=google.com; s=arc-20160816; b=Wtk3VsPw6XVevINoUD347sQ5OFt9QwTISEgOv6aEfOuPfMK1ejtM/kArAqkEVnAfnd 9kuQn9dVTO1ofohFmSFJ2gAKjUV5lSW6eCF5+xaain5ENl9oLd0E70Cm7iKxh0fZEUTE kOnvAtf/5rG4FoDnwXXm5LpSTKKFp2flF5gBR0fU/tQP715MAhUfzLl4OSwkiZD83fsV XsuUWLX85b2Mzjha8ZepFh9uDWMs5n7lekdEkO2x8I4NVzHJiaSyFeQ3Rbb9nz2XnJKX G8f1l6ySsFE2sSxp9+cOROKWKjnEalRvQnBTDOt4z1qhzxQhkVs2UFDYViNxxzjm7kVA CHdA== 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=D5G4p+7A9K64BbtGI+676R1MjiitlBXaztu9jr6EbKY=; b=EKzr1eSJ/sDmlKLMNU+A5VJ9cMd4N58i3NrR5zFYgTYcKuwZIQPQE61NPJRf2ZIkGc H7WIZMRCLKQwtha10fusjs4XUqMgz0lVXvUw86vXZDEAAaWiBSQ6WrYLSW5XqcXO/HDZ uyZVI+B8e6XY8cs4QGjz3efOa+Qvrz2oa/jB0PPoVkxmRu921xvVFqIEhnrK6vU2ScN3 kDSHIptVEAoCLT0alS4XT2W5cod4erx2aAYW9rZuRboXwsRRC2wzDrQ0WHse2yxyFEOP QLu+yUWrAKUnDn0LT93349iB+BBuv3aJUo8nAItE5vXCFajydEg1V12gvelFoiVbUjNP J4Qg== 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 q7-v6si15736062pll.445.2018.07.09.23.46.06; Mon, 09 Jul 2018 23:46:21 -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 S1754396AbeGJGpM (ORCPT + 99 others); Tue, 10 Jul 2018 02:45:12 -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-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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