From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johan Hovold Subject: Re: [PATCH 3/3] gpio: sysfs: fix gpio attribute-creation race Date: Sun, 25 Jan 2015 11:16:41 +0100 Message-ID: <20150125101641.GA2465@localhost> References: <1421150406-20255-1-git-send-email-johan@kernel.org> <1421150406-20255-4-git-send-email-johan@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-la0-f54.google.com ([209.85.215.54]:47914 "EHLO mail-la0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752517AbbAYKQp (ORCPT ); Sun, 25 Jan 2015 05:16:45 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Alexandre Courbot Cc: Johan Hovold , Linus Walleij , "linux-gpio@vger.kernel.org" , Linux Kernel Mailing List On Sun, Jan 25, 2015 at 06:33:48PM +0900, Alexandre Courbot wrote: > On Tue, Jan 13, 2015 at 9:00 PM, Johan Hovold wrote: > > Fix attribute-creation race with userspace by using the default group > > to create also the contingent gpio device attributes. > > > > Fixes: d8f388d8dc8d ("gpio: sysfs interface") > > Signed-off-by: Johan Hovold > > Same, this one does not apply to Linus' devel branch. :( Too bad > because there seems to be good stuff in here. All three patches are already in mainline. Thanks, Johan