2003-05-20 22:36:30

by Duncan Sands

[permalink] [raw]
Subject: [PATCH 00/14] USB speedtouch update

The following patches are against Greg's 2.5 USB tree.
They contain a rewrite of the packet reception code and
many tweaks.

Duncan.


2003-05-21 08:13:19

by Duncan Sands

[permalink] [raw]
Subject: Re: [PATCH 00/14] USB speedtouch update

> I've applied all of these to my tree, but I didn't apply the following
> to Linus's tree because they just didn't apply. I tried to fix up a few
> by hand, and got some of them to work, but eventually gave up on the
> rest. So here's a list of the ones that didn't go into Linus's tree:
> USB speedtouch: use optimally sized reconstruction buffers
> USB speedtouch: send path micro optimizations
> USB speedtouch: kfree_skb -> dev_kfree_skb
> USB speedtouch: receive code rewrite
>
> Also this one didn't go into Linus's tree, as it's already there:
> USB speedtouch: remove MOD_XXX_USE_COUNT
>
> So, any patches against Linus's latest bk tree to bring the above into
> sync would be appreciated.

I think the problem is that you forgot to apply this one to Linus's tree:

[PATCH 02/14] USB speedtouch: trivial whitespace and name changes

Ciao,

Duncan.

2003-05-21 07:59:04

by Greg KH

[permalink] [raw]
Subject: Re: [PATCH 00/14] USB speedtouch update

On Wed, May 21, 2003 at 12:49:24AM +0200, Duncan Sands wrote:
> The following patches are against Greg's 2.5 USB tree.
> They contain a rewrite of the packet reception code and
> many tweaks.

I've applied all of these to my tree, but I didn't apply the following
to Linus's tree because they just didn't apply. I tried to fix up a few
by hand, and got some of them to work, but eventually gave up on the
rest. So here's a list of the ones that didn't go into Linus's tree:
USB speedtouch: use optimally sized reconstruction buffers
USB speedtouch: send path micro optimizations
USB speedtouch: kfree_skb -> dev_kfree_skb
USB speedtouch: receive code rewrite

Also this one didn't go into Linus's tree, as it's already there:
USB speedtouch: remove MOD_XXX_USE_COUNT

So, any patches against Linus's latest bk tree to bring the above into
sync would be appreciated.

thanks,

greg k-h

2003-05-21 18:03:06

by Greg KH

[permalink] [raw]
Subject: Re: [PATCH 00/14] USB speedtouch update

On Wed, May 21, 2003 at 10:24:38AM +0200, Duncan Sands wrote:
> > I've applied all of these to my tree, but I didn't apply the following
> > to Linus's tree because they just didn't apply. I tried to fix up a few
> > by hand, and got some of them to work, but eventually gave up on the
> > rest. So here's a list of the ones that didn't go into Linus's tree:
> > USB speedtouch: use optimally sized reconstruction buffers
> > USB speedtouch: send path micro optimizations
> > USB speedtouch: kfree_skb -> dev_kfree_skb
> > USB speedtouch: receive code rewrite
> >
> > Also this one didn't go into Linus's tree, as it's already there:
> > USB speedtouch: remove MOD_XXX_USE_COUNT
> >
> > So, any patches against Linus's latest bk tree to bring the above into
> > sync would be appreciated.
>
> I think the problem is that you forgot to apply this one to Linus's tree:
>
> [PATCH 02/14] USB speedtouch: trivial whitespace and name changes

Bleah, you're right. I'll fix this up and push the remaining fixes to
Linus.

Thanks for figuring this out, and sorry for messing it up.

greg k-h