From: Jules Irenge <jbi.octave@xxxxxxxxx> Date: Sun, 23 Feb 2020 23:16:46 +0000 > Sparse reports a warning at sctp_transport_walk_start() > > warning: context imbalance in sctp_transport_walk_start > - wrong count at exit > > The root cause is the missing annotation at sctp_transport_walk_start() > Add the missing __acquires(RCU) annotation > > Signed-off-by: Jules Irenge <jbi.octave@xxxxxxxxx> Applied.