[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110803024438.GH4926@sgi.com>
Date: Tue, 2 Aug 2011 21:44:38 -0500
From: Robin Holt <holt@....com>
To: Sandeep Gopalpet <Sandeep.Kumar@...escale.com>,
"David S. Miller" <davem@...emloft.net>
Cc: netdev@...r.kernel.org
Subject: gianfar.c null pointer deref in gfar_start_xmit().
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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists