Return-path: Received: from e6.ny.us.ibm.com ([32.97.182.146]:58594 "EHLO e6.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760094AbXLTMrU (ORCPT ); Thu, 20 Dec 2007 07:47:20 -0500 From: Arnd Bergmann To: Stefano Brivio Subject: Re: [PATCH v4 7/8] debugfs: allow access to signed values Date: Thu, 20 Dec 2007 13:47:13 +0100 Cc: Johannes Berg , Akinobu Mita , "John W. Linville" , Greg Kroah-Hartman , Mattias Nissler , linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, hch@lst.de References: <20071219001955.055692620@polimi.it> <1198080034.4747.15.camel@johannes.berg> <20071220131548.1d09cd62@morte> In-Reply-To: <20071220131548.1d09cd62@morte> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200712201347.15022.ARNDB@de.ibm.com> (sfid-20071220_124724_651928_D913A568) Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thursday 20 December 2007, Stefano Brivio wrote: > debugfs: allow access to signed values > > Add debugfs_create_s{8,16,32,64}. For these to work properly, we need to remove > a cast in libfs, change the simple_attr_open prototype and thus fix the users as > well. > > Cc: Johannes Berg > Cc: Mattias Nissler > To: Greg Kroah-Hartman > To: Arnd Bergmann > To: Akinobu Mita > Signed-off-by: Stefano Brivio Have you checked that spufs still builds? I would guess that you need to do the same interface changes there. Also, Christoph has recently posted a suggestion for how to improve the interface to allow the 'get' operation to return an error: http://patchwork.ozlabs.org/cbe-oss-dev/patch?id=14962 I'd suggest consolidating the two changes in order to avoid merge conflicts. Arnd <><