Re: [PATCH] fmvj18x_cs: don't reference skb after passing it to netif_rx

2001-02-26 Thread Arnaldo Carvalho de Melo
Em Mon, Feb 26, 2001 at 08:57:37PM -0500, Jeff Garzik escreveu: > Ditto... thanks, as I said to Donald, I was in fast mode, so the driver maintainers should take this into account and use my previous patches as a hint, I'm considering this for the upcoming patches, if there's any more drivers

Re: [PATCH] fmvj18x_cs: don't reference skb after passing it to netif_rx

2001-02-26 Thread Jeff Garzik
Ditto... -- Jeff Garzik | "You see, in this world there's two kinds of Building 1024 | people, my friend: Those with loaded guns MandrakeSoft | and those who dig. You dig." --Blondie Index: drivers/net/pcmcia/fmvj18x_cs.c

[PATCH] fmvj18x_cs: don't reference skb after passing it to netif_rx

2001-02-26 Thread Arnaldo Carvalho de Melo
another pcmcia one Em Mon, Feb 26, 2001 at 08:33:59PM -0300, Arnaldo Carvalho de Melo escreveu: Hi, 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 was just added to the

[PATCH] fmvj18x_cs: don't reference skb after passing it to netif_rx

2001-02-26 Thread Arnaldo Carvalho de Melo
another pcmcia one Em Mon, Feb 26, 2001 at 08:33:59PM -0300, Arnaldo Carvalho de Melo escreveu: Hi, 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 was just added to the

Re: [PATCH] fmvj18x_cs: don't reference skb after passing it to netif_rx

2001-02-26 Thread Jeff Garzik
Ditto... -- Jeff Garzik | "You see, in this world there's two kinds of Building 1024 | people, my friend: Those with loaded guns MandrakeSoft | and those who dig. You dig." --Blondie Index: drivers/net/pcmcia/fmvj18x_cs.c

Re: [PATCH] fmvj18x_cs: don't reference skb after passing it to netif_rx

2001-02-26 Thread Arnaldo Carvalho de Melo
Em Mon, Feb 26, 2001 at 08:57:37PM -0500, Jeff Garzik escreveu: Ditto... thanks, as I said to Donald, I was in fast mode, so the driver maintainers should take this into account and use my previous patches as a hint, I'm considering this for the upcoming patches, if there's any more drivers