Still no luck. I was able to reset the interfaces and change the MTU multiple times until eventually the system froze. No trace. Emil -----Original Message----- From: David Miller [mailto:davem@davemloft.net] Sent: Saturday, August 02, 2008 12:23 PM To: jarkao2@gmail.com Cc: Tantilov, Emil S; Kirsher, Jeffrey T; netdev@vger.kernel.org Subject: Re: [BUG] NULL pointer dereference in skb_dequeue From: David Miller <davem@davemloft.net> Date: Sat, 02 Aug 2008 12:18:15 -0700 (PDT)Sorry, because some idiot took part of the conversation private my follow-on fixup patch didn't make it to the list, here it is. It goes on top of the original patch I sent out: diff --git a/net/core/dev.c b/net/core/dev.c index 69320a5..da7acac 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -1796,7 +1796,7 @@ gso: skb->tc_verd = SET_TC_AT(skb->tc_verd,AT_EGRESS); #endif if (q->enqueue) { - spinlock_t *root_lock = qdisc_root_lock(q); + spinlock_t *root_lock = qdisc_lock(q); spin_lock(root_lock); @@ -1995,7 +1995,7 @@ static void net_tx_action(struct softirq_action *h) smp_mb__before_clear_bit(); clear_bit(__QDISC_STATE_SCHED, &q->state); - root_lock = qdisc_root_lock(q); + root_lock = qdisc_lock(q); if (spin_trylock(root_lock)) { qdisc_run(q); spin_unlock(root_lock); -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Peter Zijlstra | [RFC][PATCH 7/7] lockdep: spin_lock_nest_lock() |
| Gabriel C | Re: 2.6.24-rc2-mm1 |
| Andrew Morton | Re: [PATCH 2.6.21] cramfs: add cramfs Linear XIP |
| Jiri Kosina | Re: 2.6.21-rc5-mm4 |
git: | |
| Gregory Haskins | [RFC PATCH 00/17] virtual-bus |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | [GIT]: Networking |
| Gerrit Renker | [PATCH 0/37] dccp: Feature negotiation - last call for comments |
