[linux-usb-devel] Re: [patch] fix 2.4 usbdevfs race

2004-01-28 Thread Greg KH
On Fri, Jul 25, 2003 at 04:19:08PM -0400, Pete Zaitcev wrote: Date: Thu, 5 Jun 2003 02:15:06 -0400 From: Johannes Erdfelt [EMAIL PROTECTED] The fix is to just move setting hub-children to later in the enumeration process. This way usbdevfs_read_super won't see the device before it has

[linux-usb-devel] Re: [patch] fix 2.4 usbdevfs race

2003-07-25 Thread Pete Zaitcev
Date: Thu, 5 Jun 2003 02:15:06 -0400 From: Johannes Erdfelt [EMAIL PROTECTED] The fix is to just move setting hub-children to later in the enumeration process. This way usbdevfs_read_super won't see the device before it has been through the usbdevfs_add_device path. I didn't see this on

[linux-usb-devel] Re: [patch] fix 2.4 usbdevfs race

2003-06-13 Thread Greg KH
On Thu, Jun 05, 2003 at 02:15:06AM -0400, Johannes Erdfelt wrote: Here's a patch to fix a race condition in usbdevfs. The fix is in hub.c but the race is related to usbdevfs. Applied, thanks. greg k-h --- This SF.NET email is sponsored by:

[linux-usb-devel] Re: [patch] fix 2.4 usbdevfs race

2003-06-06 Thread Pete Zaitcev
Date: Thu, 5 Jun 2003 02:15:06 -0400 From: Johannes Erdfelt [EMAIL PROTECTED] I didn't see this on x86, but apparentely others have looking at the RedHat 9 kernel sources. (RedHat bugzilla #81091) Pete, could you give this patch a shot for the problem you found in that bug? I'm pretty sure

[linux-usb-devel] Re: [patch] fix 2.4 usbdevfs race

2003-06-06 Thread Johannes Erdfelt
On Thu, Jun 05, 2003, Pete Zaitcev [EMAIL PROTECTED] wrote: Date: Thu, 5 Jun 2003 02:15:06 -0400 From: Johannes Erdfelt [EMAIL PROTECTED] I didn't see this on x86, but apparentely others have looking at the RedHat 9 kernel sources. (RedHat bugzilla #81091) Pete, could you give this