Re: [PATCH 6/8] net: Add missing annotation for *netlink_seq_start()

From: David Miller
Date: Thu Mar 12 2020 - 02:20:24 EST


From: Jules Irenge <jbi.octave@xxxxxxxxx>
Date: Wed, 11 Mar 2020 01:09:06 +0000

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

Applied.