From: Pablo Neira Ayuso <pa...@netfilter.org> Date: Wed, 23 May 2018 20:42:36 +0200
> The following patchset contains Netfilter updates for your net-next > tree, they are: ... > This batch comes with is a conflict between 25fd386e0bc0 ("netfilter: > core: add missing __rcu annotation") in your tree and 2c205dd3981f > ("netfilter: add struct nf_nat_hook and use it") coming in this batch. > This conflict can be solved by leaving the __rcu tag on > __netfilter_net_init() - added by 25fd386e0bc0 - and remove all code > related to nf_nat_decode_session_hook - which is gone after > 2c205dd3981f, as described by: > > diff --cc net/netfilter/core.c > index e0ae4aae96f5,206fb2c4c319..168af54db975 > --- a/net/netfilter/core.c > +++ b/net/netfilter/core.c ... > I can also merge your net-next tree into nf-next, solve the conflict and > resend the pull request if you prefer so. > > You can pull these changes from: > > git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git Thanks for the merge conflict resolution guide. Pulled, thanks.