Re: [PATCH 00/13] leds: fix attribute-creation races

2014-06-27 Thread Jiri Kosina
On Thu, 26 Jun 2014, Greg Kroah-Hartman wrote: > > Thanks a lot for driving this. I will applied this patchset into my > > -devel branch. After I got the Ack from Input guys, I will apply it to > > my for-next branch then. > > Series looks good to me, Johan, thanks for doing this work. Yeah,

Re: [PATCH 00/13] leds: fix attribute-creation races

2014-06-27 Thread Jiri Kosina
On Thu, 26 Jun 2014, Greg Kroah-Hartman wrote: Thanks a lot for driving this. I will applied this patchset into my -devel branch. After I got the Ack from Input guys, I will apply it to my for-next branch then. Series looks good to me, Johan, thanks for doing this work. Yeah, looks good

Re: [PATCH 00/13] leds: fix attribute-creation races

2014-06-26 Thread Greg Kroah-Hartman
On Wed, Jun 25, 2014 at 03:46:19PM -0700, Bryan Wu wrote: > On Wed, Jun 25, 2014 at 10:08 AM, Johan Hovold wrote: > > LED-class device attributes should be created using the attribute groups > > of struct device, rather than be added manually after the device has > > been registered in order to

Re: [PATCH 00/13] leds: fix attribute-creation races

2014-06-26 Thread Greg Kroah-Hartman
On Wed, Jun 25, 2014 at 03:46:19PM -0700, Bryan Wu wrote: On Wed, Jun 25, 2014 at 10:08 AM, Johan Hovold jo...@kernel.org wrote: LED-class device attributes should be created using the attribute groups of struct device, rather than be added manually after the device has been registered in

Re: [PATCH 00/13] leds: fix attribute-creation races

2014-06-25 Thread Bryan Wu
On Wed, Jun 25, 2014 at 10:08 AM, Johan Hovold wrote: > LED-class device attributes should be created using the attribute groups > of struct device, rather than be added manually after the device has > been registered in order to avoid racing with userspace. > > The first patch adds an attribute

[PATCH 00/13] leds: fix attribute-creation races

2014-06-25 Thread Johan Hovold
LED-class device attributes should be created using the attribute groups of struct device, rather than be added manually after the device has been registered in order to avoid racing with userspace. The first patch adds an attribute groups field to struct led_classdev, which is used during

[PATCH 00/13] leds: fix attribute-creation races

2014-06-25 Thread Johan Hovold
LED-class device attributes should be created using the attribute groups of struct device, rather than be added manually after the device has been registered in order to avoid racing with userspace. The first patch adds an attribute groups field to struct led_classdev, which is used during

Re: [PATCH 00/13] leds: fix attribute-creation races

2014-06-25 Thread Bryan Wu
On Wed, Jun 25, 2014 at 10:08 AM, Johan Hovold jo...@kernel.org wrote: LED-class device attributes should be created using the attribute groups of struct device, rather than be added manually after the device has been registered in order to avoid racing with userspace. The first patch adds an