Re: [PATCH 4/8] netfilter: Add missing annotation for ctnetlink_parse_nat_setup()

From: Pablo Neira Ayuso
Date: Fri Mar 27 2020 - 13:22:30 EST


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.