All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] mv643xx_eth fixes for 2.6.30
@ 2009-04-29 21:56 Lennert Buytenhek
  2009-04-30  0:24 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Lennert Buytenhek @ 2009-04-29 21:56 UTC (permalink / raw)
  To: davem, netdev

Two more fixes for mv643xx_eth for 2.6.30:
1. Fix OOM handling, mv643xx_eth will currently just get into an
   infinite netdev_alloc_skb() loop on OOM due to a logic bug.
2. Fix problem where hardware 64bit MIB counters are actually 32bit
   (and reads from the upper and lower halves have the same effect),
   which can cause the software stats counters to spuriously increment
   by some multiple of 2^32 if a packet comes in at the right moment.

Since these should also go into 2.6.29.X, I added "Cc: stable@kernel.org"
on both.

Please apply, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 0/2] mv643xx_eth fixes for 2.6.30
  2009-04-29 21:56 [PATCH 0/2] mv643xx_eth fixes for 2.6.30 Lennert Buytenhek
@ 2009-04-30  0:24 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-04-30  0:24 UTC (permalink / raw)
  To: buytenh; +Cc: netdev

From: Lennert Buytenhek <buytenh@wantstofly.org>
Date: Wed, 29 Apr 2009 23:56:25 +0200

> Two more fixes for mv643xx_eth for 2.6.30:
> 1. Fix OOM handling, mv643xx_eth will currently just get into an
>    infinite netdev_alloc_skb() loop on OOM due to a logic bug.
> 2. Fix problem where hardware 64bit MIB counters are actually 32bit
>    (and reads from the upper and lower halves have the same effect),
>    which can cause the software stats counters to spuriously increment
>    by some multiple of 2^32 if a packet comes in at the right moment.
> 
> Since these should also go into 2.6.29.X, I added "Cc: stable@kernel.org"
> on both.
> 
> Please apply, thanks!

Applied and queued up for -stable, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-30  0:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-29 21:56 [PATCH 0/2] mv643xx_eth fixes for 2.6.30 Lennert Buytenhek
2009-04-30  0:24 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.