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.