On Freitag, 17. Februar 2017 11:17:06 CEST Linus Lüssing wrote:
An skb is assigned to a forw_packet only once, shortly after the forw_packet allocation.
With this patch the assignment is moved into the this allocation function.
Signed-off-by: Linus Lüssing linus.luessing@c0d3.blue
net/batman-adv/bat_iv_ogm.c | 17 +++++++++-------- net/batman-adv/send.c | 21 ++++++++++++--------- net/batman-adv/send.h | 3 ++- 3 files changed, 23 insertions(+), 18 deletions(-)
Added this patch as 61913abf08296a5ae20df1a8553b019be6f83824 [1]. Have added it out of order to have at least the non-controversial "cleanup" patches integrated. The other patches can therefore use the provided functionality and you don't have to resent these patches anymore.
Thanks, Sven
[1] https://git.open-mesh.org/batman-adv.git/commit/61913abf08296a5ae20df1a8553b...