diff options
author | Sven Eckelmann <sven@narfation.org> | 2020-03-18 00:27:15 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-03-20 09:06:29 +0100 |
commit | ac9eaa3c2037894f93ecc7699e7ccd1b3105e45d (patch) | |
tree | abbcf0fbb5cb103bf49762a50da35657af01bdea /net/tipc/bearer.h | |
parent | 982cba483159c5e02a3d335595a5932c66a2b611 (diff) | |
download | linux-rt-ac9eaa3c2037894f93ecc7699e7ccd1b3105e45d.tar.gz |
batman-adv: Fix lock for ogm cnt access in batadv_iv_ogm_calc_tq
commit 5ba7dcfe77037b67016263ea597a8b431692ecab upstream.
The originator node object orig_neigh_node is used to when accessing the
bcast_own(_sum) and real_packet_count information. The access to them has
to be protected with the spinlock in orig_neigh_node.
But the function uses the lock in orig_node instead. This is incorrect
because they could be two different originator node objects.
Fixes: 0ede9f41b217 ("batman-adv: protect bit operations to count OGMs with spinlock")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/tipc/bearer.h')
0 files changed, 0 insertions, 0 deletions