netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* gianfar.c null pointer deref in gfar_start_xmit().
@ 2011-08-03  2:44 Robin Holt
  2011-08-09  6:54 ` Robin Holt
  0 siblings, 1 reply; 6+ messages in thread
From: Robin Holt @ 2011-08-03  2:44 UTC (permalink / raw)
  To: Sandeep Gopalpet, David S. Miller; +Cc: netdev


While using the v3.0 kernel on a Freescale P1010RDB with 3 minor patches
(None which affect gianfar.c), I get a NULL pointer deref at:

static int gfar_start_xmit(struct sk_buff *skb, struct net_device *dev)
{
...
	regs = tx_queue->grp->regs;

I put a BUG_ON(tx_queue->grp) just before this line and it did trip.
I have not looked at this any more than that.

Any suggestions would be welcome.   To reproduce, all I need to do is
a few sequences of pings.

Thanks,
Robin

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

end of thread, other threads:[~2011-08-10  9:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-03  2:44 gianfar.c null pointer deref in gfar_start_xmit() Robin Holt
2011-08-09  6:54 ` Robin Holt
2011-08-09  7:10   ` Eric Dumazet
2011-08-09 13:06     ` Robin Holt
2011-08-10  6:01       ` Eric Dumazet
2011-08-10  9:32         ` Robin Holt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).