On Sat, Sep 20, 2014 at 09:26:53PM +0200, Alexander Aring wrote: ... > > > + /* We must take a copy of the skb before we modify/replace the ipv6 > > > + * header as the header could be used elsewhere > > > + */ > > > + skb = skb_unshare(skb, GFP_KERNEL); > > > + > > need to be GFP_ATOMIC, xmit callback has atomic context. also check on return value here. - Alex -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html