[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1306157026.20687.11.camel@edumazet-laptop>
Date: Mon, 23 May 2011 15:23:46 +0200
From: Eric Dumazet <eric.dumazet@...il.com>
To: Denys Fedoryshchenko <denys@...p.net.lb>
Cc: netdev@...r.kernel.org, hadi@...erus.ca
Subject: Re: 2.6.38.x, 2.6.39 sfq? kernel panic in sfq_enqueue
Le lundi 23 mai 2011 à 14:50 +0200, Eric Dumazet a écrit :
> And in your report RAX = R12 !!! (ffff8801172a7d08) I cant see how it
> can happen (Its not even a valid skb address, since an SKB should be
> 64bytes aligned)
Hmm, I wonder if it could come from sfq_peek()
Current code does :
return q->slots[q->tail->next].skblist_next;
maybe skblist_next points to itself (slot with no packets)
So I guess we should just call generic qdisc_peek_dequeued
--
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