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