From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 28 Jan 2015 09:42:22 -0800 From: Greg Kroah-Hartman To: Johan Hovold Cc: Linus Walleij , linux-kernel@vger.kernel.org, Luis Henriques , stable Subject: Re: [PATCH v2] gpio: sysfs: fix gpio device-attribute leak Message-ID: <20150128174222.GD7973@kroah.com> References: <20150128012627.464883057@linuxfoundation.org> <1422461105-815-1-git-send-email-johan@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1422461105-815-1-git-send-email-johan@kernel.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: On Wed, Jan 28, 2015 at 05:05:05PM +0100, Johan Hovold wrote: > commit 0915e6feb38de8d3601819992a5bd050201a56fa upstream. > > The gpio device attributes were never destroyed when the gpio was > unexported (or on export failures). > > Use device_create_with_groups() to create the default device attributes > of the gpio class device. Note that this also fixes the > attribute-creation race with userspace for these attributes. > > Remove contingent attributes in export error path and on unexport. > > Fixes: d8f388d8dc8d ("gpio: sysfs interface") > Cc: stable # v2.6.27+ > Signed-off-by: Johan Hovold > Signed-off-by: Linus Walleij > --- > > Backport to v3.10 (and earlier) which lacks device_create_with_groups(). > > Changes since v1 > - fix mistake in backport, which removed the attributes while holding > the mutex in gpiod_unexport (reported by Luis Henriques) Thanks for the updated patch, now replaced the old one with this one. greg k-h