From: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> Date: Thu, 13 Dec 2018 02:06:26 +0100 > The following patchset contains Netfilter fixes for net: > > 1) Fix warnings suspicious rcu usage when handling base chain > statistics, from Taehee Yoo. > > 2) Refetch pointer to tcp header from nf_ct_sack_adjust() since > skb_make_writable() may reallocate data area, reported by Google > folks patch from Florian. > > 3) Incorrect netlink nest end after previous cancellation from error > path in ipset, from Pan Bian. > > 4) Use dst_hold_safe() from nf_xfrm_me_harder(), from Florian. > > 5) Use rb_link_node_rcu() for rcu-protected rbtree node in > nf_conncount, from Taehee Yoo. > > You can pull these changes from: > > git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git Pulled, thanks.