]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7f319fbd0470db8b1436d85052f6bbed6d0eda75
treebb5f399ace8b88fb1e90022f5345366461859eb4
parente55be0f7e4517a95747a6c0c8227597c425f7a3a
parentc2714ba18012a0da48f9f943a293eaadf2aa0075
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>