From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753072AbbAYKQr (ORCPT ); Sun, 25 Jan 2015 05:16:47 -0500 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 Date: Sun, 25 Jan 2015 11:16:41 +0100 From: Johan Hovold To: Alexandre Courbot Cc: Johan Hovold , Linus Walleij , "linux-gpio@vger.kernel.org" , Linux Kernel Mailing List Subject: Re: [PATCH 3/3] gpio: sysfs: fix gpio attribute-creation race 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 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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