Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 4988bb4a authored by Erik Hugne's avatar Erik Hugne Committed by David S. Miller
Browse files

tipc: fix missing spinlock init and nullptr oops



commit 908344cd ("tipc: fix bug in multicast congestion
handling") introduced two bugs with the bclink wakeup
function. This commit fixes the missing spinlock init for the
waiting_sks list. We also eliminate the race condition
between the waiting_sks length check/dequeue operations in
tipc_bclink_wakeup_users by simply removing the redundant
length check.

Signed-off-by: default avatarErik Hugne <erik.hugne@ericsson.com>
Acked-by: default avatarTero Aho <Tero.Aho@coriant.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d9a28c5b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment