I have not yet confirmed Christian's workaround, but thank you both for testing. > My bisection led to a branch commit d17ec4d as the "bad" commit. Rather than > finding out where the bisection went bad, I added code to check skb->tail, > skb->end, and the length to be added. At the time of the call that panics, > there are 6 bytes between tail and end with 8 bytes needed. > > I will be looking for the place where the driver calculates how large the skb > should be. In the few remaining revisions from "git bisect visualize", this one mentions skbs: commit c70f59a2a007c57843195a93c3b7308204e0a5ab Author: Ido Yariv <ido@xxxxxxxxxx> Date: Tue Jul 29 15:39:14 2014 +0300 mac80211: don't resize skbs needlessly Header-less cloned skbs with sufficient headroom need not be cloned unless the tailroom is going to be modified. Fix ieee80211_skb_resize so it would only resize cloned skbs if either the header isn't released or the tailroom is going to be modified. Some drivers might have assumed that skbs are never cloned, so add a HW flag that explicitly permits cloned TX skbs. Drivers which do not modify TX skbs should set this flag to avoid copying skbs. Signed-off-by: Ido Yariv <idox.yariv@xxxxxxxxx> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@xxxxxxxxx> Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> -- 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