Re: [PATCH 07/30] net: Add missing annotation for llc_seq_start()

From: David Miller
Date: Mon Feb 24 2020 - 16:29:04 EST


From: Jules Irenge <jbi.octave@xxxxxxxxx>
Date: Sun, 23 Feb 2020 23:16:48 +0000

> Sparse reports a warning at llc_seq_start()
>
> warning: context imbalance in llc_seq_start() - wrong count at exit
> The root cause is the msiing annotation at llc_seq_start()
>
> Add the missing __acquires(RCU) annotation
>
> Signed-off-by: Jules Irenge <jbi.octave@xxxxxxxxx>

Applied.