Re: PATCH] via-rhine.c: don't reference skb after passing it tonetif_rx

2001-02-27 Thread Jeff Garzik
Urban Widmark wrote: > > On Mon, 26 Feb 2001, Arnaldo Carvalho de Melo wrote: > > > thanks, I'll take that into account for the remaining ones and this should > > be checked by the driver authors for the ones I've already sent. > > The pkt_len variant is already in 2.4.1-ac15 and probably

Re: PATCH] via-rhine.c: don't reference skb after passing it tonetif_rx

2001-02-27 Thread Urban Widmark
On Mon, 26 Feb 2001, Arnaldo Carvalho de Melo wrote: > thanks, I'll take that into account for the remaining ones and this should > be checked by the driver authors for the ones I've already sent. The pkt_len variant is already in 2.4.1-ac15 and probably before that (changed by Manfred Spraul

Re: PATCH] via-rhine.c: don't reference skb after passing it tonetif_rx

2001-02-27 Thread Urban Widmark
On Mon, 26 Feb 2001, Arnaldo Carvalho de Melo wrote: thanks, I'll take that into account for the remaining ones and this should be checked by the driver authors for the ones I've already sent. The pkt_len variant is already in 2.4.1-ac15 and probably before that (changed by Manfred Spraul

Re: PATCH] via-rhine.c: don't reference skb after passing it tonetif_rx

2001-02-27 Thread Jeff Garzik
Urban Widmark wrote: On Mon, 26 Feb 2001, Arnaldo Carvalho de Melo wrote: thanks, I'll take that into account for the remaining ones and this should be checked by the driver authors for the ones I've already sent. The pkt_len variant is already in 2.4.1-ac15 and probably before that

Re: PATCH] via-rhine.c: don't reference skb after passing it tonetif_rx

2001-02-26 Thread Donald Becker
On Mon, 26 Feb 2001, Arnaldo Carvalho de Melo wrote: > Em Mon, Feb 26, 2001 at 08:33:59PM -0300, Arnaldo Carvalho de Melo escreveu: > I've just read davem's post at netdev about the brokeness of > referencing skbs after passing it to netif_rx, so please consider applying > this patch. Ah,

Re: PATCH] via-rhine.c: don't reference skb after passing it tonetif_rx

2001-02-26 Thread Donald Becker
On Mon, 26 Feb 2001, Arnaldo Carvalho de Melo wrote: Em Mon, Feb 26, 2001 at 08:33:59PM -0300, Arnaldo Carvalho de Melo escreveu: I've just read davem's post at netdev about the brokeness of referencing skbs after passing it to netif_rx, so please consider applying this patch. Ah, this