[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080501.033221.193705040.davem@davemloft.net>
Date: Thu, 01 May 2008 03:32:21 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: johannes@...solutions.net
Cc: mb@...sch.de, netdev@...r.kernel.org,
linux-wireless@...r.kernel.org
Subject: Re: mac80211 truesize bugs
From: Johannes Berg <johannes@...solutions.net>
Date: Thu, 01 May 2008 12:08:14 +0200
> > Grrr, I bet it's coming from a combination of the
> > skb_set_mac_header(skb, 0); call done by mac80211 and the skb_push()
> > calls in net/packet/af_packet.c
> >
> > davem@...set:~/src/GIT/net-2.6$ egrep skb_push net/packet/af_packet.c
> > skb_push(skb, skb->data - skb_mac_header(skb));
> > skb_push(skb, skb->data - skb_mac_header(skb));
> > skb_push(skb, skb->data - skb_mac_header(skb));
>
> But mac80211 does set_mac_header(0) so this should just push zero bytes,
> no?
Right you are.
So, I wonder what's causing the problem... Could you "remember" the
length and truesize at the skb_orphan() point in mac80211, right
after the skb_push(), then in the truesize warning, print those
"remembered" values as well as the current ones.
--
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