Re: [PATCH 06/30] sctp: Add missing annotation for sctp_transport_walk_stop()

From: David Miller
Date: Mon Feb 24 2020 - 16:28:57 EST


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.