[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100420.190127.66303903.davem@davemloft.net>
Date: Tue, 20 Apr 2010 19:01:27 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: mpatocka@...hat.com
Cc: netdev@...r.kernel.org, kaber@...sh.net
Subject: Re: crash with bridge and inconsistent handling of NETDEV_TX_OK
I looked more at your crash report.
You shouldn't even be in this code path for other reasons, namely
skb->next should be NULL. But it's not in your case. skb->next would
only be non-NULL for GSO frames, which we've established we should not
be seeing here.
Given that skb->next is non-NULL and the fraglists of this SKB are
corrupted (next pointer is 0x18), I think we're getting memory
corruption from somewhere else. This also jives with the fact that
this is not readily reproducable.
The whole ->ndo_start_xmit() return value stuff is unrelated to this
issue, we shouldn't even be in this code path. In fact, if reverting
that TX flags handling commit makes your crashes go away it would be a
huge surprise.
--
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