On Thursday, June 30, 2016 21:41:13 Sven Eckelmann wrote:
The orig_ifinfo reference counter for last_bonding_candidate in batadv_orig_node has to be reduced when an originator node is released. Otherwise the orig_ifinfo is leaked and the reference counter the netdevice is not reduced correctly.
Fixes: 797edd9e87ac ("batman-adv: add bonding again") Signed-off-by: Sven Eckelmann sven@narfation.org
v2:
- added new patch
net/batman-adv/originator.c | 7 +++++++ 1 file changed, 7 insertions(+)
Applied in revision 20df5c5.
Thanks, Marek