From: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> Date: Wed, 20 Feb 2008 01:56:08 +0100 > [ 4340.665679] SKB BUG: Invalid truesize (240) len=73, sizeof(sk_buff)=176 > > Anybody have an idea how to debug that? It looks like 'len' is one too > large, but I've also seen messages where it was two too large or one to > small. The BUG occurs when you use paged SKBs, it's different from the other problem the person you are replying to is seeing. The easiest thing to do to look for potentially problematic areas is to find code that modifies skb->data_len but doesn't make similar adjustments to skb->truesize. - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html