Hi, The following patchset contains Netfilter fixes for net: 1) Check for interval validity in all concatenation fields in nft_set_pipapo, from Stefano Brivio. 2) Missing preemption disabled in conntrack and flowtable stat updates, from Xin Long. 3) Fix compilation warning when CONFIG_NF_CONNTRACK_MARK=n. Except for 3) which was a bug introduced in a recent fix in 6.1-rc. Anything else, broken for several releases. Please, pull these changes from: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git Thanks. ---------------------------------------------------------------- The following changes since commit f2fc2280faabafc8df83ee007699d21f7a6301fe: Merge branch 'wwan-iosm-fixes' (2022-11-28 11:31:59 +0000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git HEAD for you to fetch changes up to 1feeae071507ad65cf9f462a1bdd543a4bf89e71: netfilter: ctnetlink: fix compilation warning after data race fixes in ct mark (2022-11-30 13:08:49 +0100) ---------------------------------------------------------------- Pablo Neira Ayuso (1): netfilter: ctnetlink: fix compilation warning after data race fixes in ct mark Stefano Brivio (1): netfilter: nft_set_pipapo: Actually validate intervals in fields after the first one Xin Long (2): netfilter: flowtable_offload: fix using __this_cpu_add in preemptible netfilter: conntrack: fix using __this_cpu_add in preemptible net/netfilter/nf_conntrack_core.c | 6 +++--- net/netfilter/nf_conntrack_netlink.c | 19 ++++++++++--------- net/netfilter/nf_flow_table_offload.c | 6 +++--- net/netfilter/nft_set_pipapo.c | 5 +++-- 4 files changed, 19 insertions(+), 17 deletions(-)