The annotated tag, batman-adv-fix-for-davem has been updated to 904e3d8a3d989ea531d63f318b6e4f5b24595e90 (tag) from 48d76333e016f36ed310319982d8543ae9373690 (which is now obsolete) tagging 92ecbabb9e9cc88bf1fac471bafe1eff212ebed0 (commit) replaces v4.5-rc3 tagged by Antonio Quartulli on Tue Feb 16 22:12:44 2016 +0800
- Shortlog ------------------------------------------------------------ Two of the fixes included in this patchset prevent wrong memory access - it was triggered when removing an object from a list after it was already free'd due to bad reference counting. This misbehaviour existed for both the gw_node and the orig_node_vlan object and has been fixed by Sven Eckelmann.
The last patch fixes our interface feasibility check and prevents it from looping indefinitely when two net_device objects reference each other via iflink index (i.e. veth pair), by Andrew Lunn
Andrew Lunn (1): batman-adv: Avoid endless loop in bat-on-bat netdevice check
Sven Eckelmann (2): batman-adv: Only put gw_node list reference when removed batman-adv: Only put orig_node_vlan list reference when removed
-----------------------------------------------------------------------