-
- Downloads
batman-adv: protect bonding with rcu locks
bonding / alternating candidates need to be secured by rcu locks as well. This patch therefore converts the bonding list from a plain pointer list to a rcu securable lists and references the bonding candidates. Signed-off-by:Simon Wunderlich <siwu@hrz.tu-chemnitz.de> Signed-off-by:
Marek Lindner <lindner_marek@yahoo.de>
Showing
- net/batman-adv/hard-interface.c 1 addition, 1 deletionnet/batman-adv/hard-interface.c
- net/batman-adv/originator.c 21 additions, 4 deletionsnet/batman-adv/originator.c
- net/batman-adv/originator.h 1 addition, 0 deletionsnet/batman-adv/originator.h
- net/batman-adv/routing.c 163 additions, 150 deletionsnet/batman-adv/routing.c
- net/batman-adv/routing.h 4 additions, 2 deletionsnet/batman-adv/routing.h
- net/batman-adv/types.h 4 additions, 5 deletionsnet/batman-adv/types.h
- net/batman-adv/unicast.c 1 addition, 1 deletionnet/batman-adv/unicast.c
Loading
Please register or sign in to comment