From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Date: Fri, 11 Apr 2008 12:55:34 -0700 From: Greg KH Subject: Re: [PATCH 1/2] add tunable_notifier function ,take2 Message-ID: <20080411195534.GA31401@kroah.com> References: <47FF0EA5.8090804@ah.jp.nec.com> <47FF1910.1070001@ah.jp.nec.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <47FF1910.1070001@ah.jp.nec.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: kexec-bounces@lists.infradead.org Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Takenori Nagano Cc: nickpiggin@yahoo.com.au, k-miyoshi@cb.jp.nec.com, Bernhard Walle , kdb@oss.sgi.com, kexec@lists.infradead.org, linux-kernel@vger.kernel.org, Randy Dunlap , vgoyal@in.ibm.com, "Eric W. Biederman" , Keith Owens , Andrew Morton On Fri, Apr 11, 2008 at 04:53:52PM +0900, Takenori Nagano wrote: > This patch adds new notifier function tunable_notifier_chain. Its base is > atomic_notifier_chain. You are adding sysfs files, not debugfs files, please change your announcement text. Also, as you are adding new sysfs files, we need some documentation to be added to Documentation/ABI/ describing what these files are, what are in them, and how to use them. thanks, greg k-h _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760274AbYDKT4D (ORCPT ); Fri, 11 Apr 2008 15:56:03 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758454AbYDKTzw (ORCPT ); Fri, 11 Apr 2008 15:55:52 -0400 Received: from pentafluge.infradead.org ([213.146.154.40]:53408 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758417AbYDKTzw (ORCPT ); Fri, 11 Apr 2008 15:55:52 -0400 Date: Fri, 11 Apr 2008 12:55:34 -0700 From: Greg KH To: Takenori Nagano Cc: linux-kernel@vger.kernel.org, Andrew Morton , kdb@oss.sgi.com, vgoyal@in.ibm.com, "Eric W. Biederman" , k-miyoshi@cb.jp.nec.com, kexec@lists.infradead.org, Bernhard Walle , Keith Owens , nickpiggin@yahoo.com.au, Randy Dunlap Subject: Re: [PATCH 1/2] add tunable_notifier function ,take2 Message-ID: <20080411195534.GA31401@kroah.com> References: <47FF0EA5.8090804@ah.jp.nec.com> <47FF1910.1070001@ah.jp.nec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47FF1910.1070001@ah.jp.nec.com> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 11, 2008 at 04:53:52PM +0900, Takenori Nagano wrote: > This patch adds new notifier function tunable_notifier_chain. Its base is > atomic_notifier_chain. You are adding sysfs files, not debugfs files, please change your announcement text. Also, as you are adding new sysfs files, we need some documentation to be added to Documentation/ABI/ describing what these files are, what are in them, and how to use them. thanks, greg k-h