Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753943AbXLSGnK (ORCPT ); Wed, 19 Dec 2007 01:43:10 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751893AbXLSGm4 (ORCPT ); Wed, 19 Dec 2007 01:42:56 -0500 Received: from mx1.suse.de ([195.135.220.2]:39624 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751594AbXLSGmz (ORCPT ); Wed, 19 Dec 2007 01:42:55 -0500 Date: Tue, 18 Dec 2007 22:45:10 -0800 From: Greg KH To: Stefano Brivio Cc: "John W. Linville" , Johannes Berg , Mattias Nissler , linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 7/8] debugfs: allow access to signed values Message-ID: <20071219064510.GA18876@suse.de> References: <20071219001955.055692620@polimi.it>> <20071219012739.6dcdd150@morte> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071219012739.6dcdd150@morte> 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 Content-Length: 1213 Lines: 32 On Wed, Dec 19, 2007 at 01:27:39AM +0100, Stefano Brivio wrote: > Add debugfs_create_s{8,16,32,64}. For these to work properly, we need to remove > a cast in libfs. > > Cc: Johannes Berg > To: Greg Kroah-Hartman > Signed-off-by: Stefano Brivio > --- > Greg, > > here comes an implementation of debugfs_create_s{8,16,32,64} which avoids code > duplication, suggested by Johannes Berg. We would need this to be merged to > 2.6.25, as we need those functions to be available for rc80211-pid, the new > mac80211 rate control algorithm. Looks good to me, do you want me to add this to my tree and send it to Linus when 2.6.25 opens up, or do you want this to go through the wireless tree as you have patches relying on it? Whatever works the best for you is fine for me. If the wireless tree, feel free to add: Signed-off-by: Greg Kroah-Hartman to the patch. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/