From: Antonio Quartulli Date: Sat, 15 Feb 2014 20:50:37 +0000 (+0100) Subject: batman-adv: fix potential kernel paging error for unicast transmissions X-Git-Tag: v3.14-rc4~30^2~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70b271a78beba787155d6696aacd7c4d4a251c50;p=pandora-kernel.git batman-adv: fix potential kernel paging error for unicast transmissions batadv_send_skb_prepare_unicast(_4addr) might reallocate the skb's data. If it does then our ethhdr pointer is not valid anymore in batadv_send_skb_unicast(), resulting in a kernel paging error. Fixing this by refetching the ethhdr pointer after the potential reallocation. Signed-off-by: Linus Lüssing Signed-off-by: Antonio Quartulli --- Reading git-diff-tree failed