Re: [PATCH 05/30] sctp: Add missing annotation for sctp_transport_walk_start()

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


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.