On Wed, Mar 11, 2020 at 01:09:04AM +0000, Jules Irenge wrote: > Sparse reports a warning at ctnetlink_parse_nat_setup() > > warning: context imbalance in ctnetlink_parse_nat_setup() > - unexpected unlock > > The root cause is the missing annotation at ctnetlink_parse_nat_setup() > Add the missing __must_hold(RCU) annotation Applied, thanks.