Revision 29d1441dfc737c9422db02e4c95eb4ea0035effd authored by David S. Miller on 19 February 2016, 20:35:29 UTC, committed by David S. Miller on 19 February 2016, 20:35:29 UTC
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>
2 parent s a97eb33 + 1bc4e2b
History
File Mode Size
include
ss
.gitignore -rw-r--r-- 25 bytes
Kconfig -rw-r--r-- 5.1 KB
Makefile -rw-r--r-- 846 bytes
avc.c -rw-r--r-- 30.8 KB
exports.c -rw-r--r-- 709 bytes
hooks.c -rw-r--r-- 158.7 KB
netif.c -rw-r--r-- 7.0 KB
netlabel.c -rw-r--r-- 12.9 KB
netlink.c -rw-r--r-- 2.4 KB
netnode.c -rw-r--r-- 7.9 KB
netport.c -rw-r--r-- 6.3 KB
nlmsgtab.c -rw-r--r-- 7.3 KB
selinuxfs.c -rw-r--r-- 42.7 KB
xfrm.c -rw-r--r-- 11.1 KB

back to top