Re: [PATCH 2/2] netdev: create attribute_groups with class_device_add

2006-05-06 Thread David S. Miller
From: Greg KH <[EMAIL PROTECTED]> Date: Sat, 6 May 2006 15:59:04 -0700 > On Fri, May 05, 2006 at 11:00:50PM -0700, David S. Miller wrote: > > The networking bit by Stephen is a bug fix. > > Good point. Ok, feel free to send both patches to Linus now if you > want. You can add my: > Signed

Re: [PATCH 2/2] netdev: create attribute_groups with class_device_add

2006-05-06 Thread Greg KH
On Fri, May 05, 2006 at 11:00:50PM -0700, David S. Miller wrote: > From: Greg KH <[EMAIL PROTECTED]> > Date: Fri, 5 May 2006 21:08:39 -0700 > > > On Fri, May 05, 2006 at 06:41:58PM -0700, David S. Miller wrote: > > > From: Stephen Hemminger <[EMAIL PROTECTED]> > > > Date: Fri, 21 Apr 2006 12:54:38

Re: [PATCH 2/2] netdev: create attribute_groups with class_device_add

2006-05-05 Thread David S. Miller
From: Greg KH <[EMAIL PROTECTED]> Date: Fri, 5 May 2006 21:08:39 -0700 > On Fri, May 05, 2006 at 06:41:58PM -0700, David S. Miller wrote: > > From: Stephen Hemminger <[EMAIL PROTECTED]> > > Date: Fri, 21 Apr 2006 12:54:38 -0700 > > > > > Atomically create attributes when class device is added. Th

Re: [PATCH 2/2] netdev: create attribute_groups with class_device_add

2006-05-05 Thread Greg KH
On Fri, May 05, 2006 at 06:41:58PM -0700, David S. Miller wrote: > From: Stephen Hemminger <[EMAIL PROTECTED]> > Date: Fri, 21 Apr 2006 12:54:38 -0700 > > > Atomically create attributes when class device is added. This avoids the > > race between registering class_device (which generates hotplug e

Re: [PATCH 2/2] netdev: create attribute_groups with class_device_add

2006-05-05 Thread David S. Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Fri, 21 Apr 2006 12:54:38 -0700 > Atomically create attributes when class device is added. This avoids the > race between registering class_device (which generates hotplug event), > and the creation of attribute groups. > > Signed-off-by: Stephen

[PATCH 2/2] netdev: create attribute_groups with class_device_add

2006-04-21 Thread Stephen Hemminger
Atomically create attributes when class device is added. This avoids the race between registering class_device (which generates hotplug event), and the creation of attribute groups. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- sky2-2.6.17.orig/net/core/dev.c 2006-04-21 12:20:58.0