Re: [stable] [patch 25/28] USB: cdc-acm: fix sysfs attribute registration bug

2007-08-30 Thread Greg KH
On Wed, Aug 29, 2007 at 07:33:41PM -0400, Chuck Ebbert wrote: > On 08/24/2007 02:04 PM, Greg KH wrote: > >> I don't understand. The history for stable/linux-2.6.22.y.git at > >> http://git.kernel.org shows that the commit for my patch, labelled > >> > >>6b30a4e1c357410a78d7bcb831743b0e99bab4ad

Re: [stable] [patch 25/28] USB: cdc-acm: fix sysfs attribute registration bug

2007-08-29 Thread Chuck Ebbert
On 08/24/2007 02:04 PM, Greg KH wrote: >> I don't understand. The history for stable/linux-2.6.22.y.git at >> http://git.kernel.org shows that the commit for my patch, labelled >> >> 6b30a4e1c357410a78d7bcb831743b0e99bab4ad, >> >> includes both hunks. And patch-2.6.22.5.bz2 includes both as

Re: [stable] [patch 25/28] USB: cdc-acm: fix sysfs attribute registration bug

2007-08-29 Thread Chuck Ebbert
On 08/24/2007 02:04 PM, Greg KH wrote: > > I'm starting to really appreciate Linus's hate for patch-fuzz :) > If you're using quilt, add this to .quiltrc: QUILT_PATCH_OPTS="--fuzz=1" - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PR

Re: [stable] [patch 25/28] USB: cdc-acm: fix sysfs attribute registration bug

2007-08-24 Thread Greg KH
On Fri, Aug 24, 2007 at 01:59:55PM -0400, Alan Stern wrote: > On Fri, 24 Aug 2007, Greg KH wrote: > > > > Odd. This doesn't include the entire patch; the second hunk is > > > missing. It should go on to say: > > > > > > @@ -1109,10 +1113,12 @@ static void acm_disconnect(struct usb_interface >

Re: [stable] [patch 25/28] USB: cdc-acm: fix sysfs attribute registration bug

2007-08-24 Thread Alan Stern
On Fri, 24 Aug 2007, Greg KH wrote: > > Odd. This doesn't include the entire patch; the second hunk is > > missing. It should go on to say: > > > > @@ -1109,10 +1113,12 @@ static void acm_disconnect(struct usb_interface > > *intf) > > return; > > } > > if (acm->country_code

Re: [stable] [patch 25/28] USB: cdc-acm: fix sysfs attribute registration bug

2007-08-24 Thread Greg KH
On Fri, Aug 24, 2007 at 09:59:49AM -0400, Alan Stern wrote: > On Thu, 23 Aug 2007, Greg KH wrote: > > > -stable review patch. If anyone has any objections, please let us know. > > > > -- > > > > From: Alan Stern <[EMAIL PROTECTED]> > > > > This patch (as950) fixes a bug in the