Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge
authorDavid S. Miller <davem@davemloft.net>
Fri, 19 Feb 2016 20:35:29 +0000 (15:35 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Feb 2016 20:35:29 +0000 (15:35 -0500)
commit29d1441dfc737c9422db02e4c95eb4ea0035effd
treebb5f399ace8b88fb1e90022f5345366461859eb4
parenta97eb33ff225f34a8124774b3373fd244f0e83ce
parent1bc4e2b000e7fa9773d6623bc8850561ce10a4fb
Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge

Antonio Quartulli says:

====================
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
====================

Signed-off-by: David S. Miller <davem@davemloft.net>