]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
bonding: fix multiple 3ad mode sysfs race conditions
authornikolay@redhat.com <nikolay@redhat.com>
Sat, 18 May 2013 01:18:31 +0000 (01:18 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 May 2013 06:25:49 +0000 (23:25 -0700)
commit318debd897735fe834545b6f3d2e96bcc9210b9f
tree26c391376d3ee7b7f1d58819f320b31a7dfaf016
parent5a5c5fd48e3bcd57572e9a7a4964ed8f38a20b87
bonding: fix multiple 3ad mode sysfs race conditions

When bond_3ad_get_active_agg_info() is used in all show_ad_ functions
it is not protected against slave manipulation and since it walks over
the slaves and uses them, this can easily result in NULL pointer
dereference or use of freed memory. Both the new wrapper and the
internal function are exported to the bonding as they're needed in
different places.

Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_3ad.c
drivers/net/bonding/bond_3ad.h
drivers/net/bonding/bond_procfs.c
drivers/net/bonding/bond_sysfs.c