The annotated tag, batman-adv-fix-for-davem has been created at 48d76333e016f36ed310319982d8543ae9373690 (tag) tagging 692532b693ca43cf23088d658f862d137a0cfd5f (commit) replaces v4.5-rc3 tagged by Antonio Quartulli on Tue Feb 16 18:12:34 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
-----------------------------------------------------------------------