On Tue, Aug 08, 2006 at 02:38:51PM +0300, Pekka Pietikainen wrote: > > Hmm... I retried with a 2.6.18rc4-based rawhide kernel and the warning > is still there, previous one was rc3-git7.
Are you sure it's the same warning? The one you quoted earlier is caused by the lock validator mixing up spin locks from different skb_buff_head objects. This is fixed by commit 76f10ad0e67cbc6ded2ee143e5188e0b7ff9fb15 Author: Arjan van de Ven <[EMAIL PROTECTED]> Date: Wed Aug 2 14:06:55 2006 -0700 [NET]: Remove lockdep_set_class() call from skb_queue_head_init(). which is definitely upstream. > Could be http://marc.theaimsgroup.com/?l=linux-netdev&m=115461336523555&w=2 > which isn't upstream yet, right? That's a separate bug fix which should produce an entirely different warning. Although I concede that this patch would make your original warning look slightly different :) John, could you please push this to Jeff? Thanks. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html