The annotated tag, batman-adv-fix-for-davem has been created at 45883a313c8beceb04b8d9e9f277101beee0448f (tag) tagging 6b892c1cb0805acee5d4ddd9e7878ed076c1b7c7 (commit) replaces v4.6-rc7 tagged by Antonio Quartulli on Sun May 15 16:42:55 2016 +0800
- Shortlog ------------------------------------------------------------ During the Wireless Battle Mesh v9 in Porto at the beginning of May, we manage to uncover and fix some important bugs in our new algorithm B.A.T.M.A.N. V. These are the most critical fixes we came up with: - avoid crash due to NULL pointer dereference when using new routing algorithm B.A.T.M.A.N. V, by Sven Eckelmann - avoid crash due to double kref_put on neigh_node object leading to use-after-free when using B.A.T.M.A.N. V, by Sven Eckelmann - avoid use-after-free of skb when counting outgoing bytes, by Florian Westphal - fix reference counting imbalance of neigh_ifinfo objects to avoid having an hanging netdev when using B.A.T.M.A.N. V, by Sven Eckelmann
Florian Westphal (1): batman-adv: fix skb deref after free
Sven Eckelmann (3): batman-adv: Avoid nullptr derefence in batadv_v_neigh_is_sob batman-adv: Fix double neigh_node_put in batadv_v_ogm_route_update batman-adv: Fix refcnt leak in batadv_v_neigh_*
-----------------------------------------------------------------------