Hello, The following contains patches for your *net* tree. Patch 1, from Pablo Neira Ayuso, fixes a performance regression (since 6.4) when a large pending set update has to be canceled towards the end of the transaction. Patch 2 from myself, silences an incorrect compiler warning reported with a few (older) compiler toolchains. Patch 3, from Kees Cook, adds __counted_by annotation to nft_pipapo set backend type. I took this for net instead of -next given infra is already in place and no actual code change is made. Patch 4, from Pablo Neira Ayso, disables timeout resets on stateful element reset. The rest should only affect internal object state, e.g. reset a quota or counter, but not affect a pending timeout. Patches 5 and 6 fix NULL dereferences in 'inner header' match, control plane doesn't test for netlink attribute presence before accessing them. Broken since feature was added in 6.2, fixes from Xingyuan Mo. Last patch, from myself, fixes a bogus rule match when skb has a 0-length mac header, in this case we'd fetch data from network header instead of canceling rule evaluation. This is a day 0 bug, present since nftables was merged in 3.13. The following changes since commit 50e492143374c17ad89c865a1a44837b3f5c8226: octeontx2-pf: Fix page pool frag allocation warning (2023-10-12 09:48:51 +0200) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git tags/nf-23-10-12 for you to fetch changes up to d351c1ea2de3e36e608fc355d8ae7d0cc80e6cd6: netfilter: nft_payload: fix wrong mac header matching (2023-10-12 10:28:45 +0200) ---------------------------------------------------------------- nf pull request 2023-10-12 ---------------------------------------------------------------- Florian Westphal (2): netfilter: nfnetlink_log: silence bogus compiler warning netfilter: nft_payload: fix wrong mac header matching Kees Cook (1): netfilter: nf_tables: Annotate struct nft_pipapo_match with __counted_by Pablo Neira Ayuso (2): netfilter: nf_tables: do not remove elements if set backend implements .abort netfilter: nf_tables: do not refresh timeout when resetting element Xingyuan Mo (2): nf_tables: fix NULL pointer dereference in nft_inner_init() nf_tables: fix NULL pointer dereference in nft_expr_inner_parse() net/netfilter/nf_tables_api.c | 25 ++++++++++--------------- net/netfilter/nfnetlink_log.c | 2 +- net/netfilter/nft_inner.c | 1 + net/netfilter/nft_payload.c | 2 +- net/netfilter/nft_set_pipapo.h | 2 +- 5 files changed, 14 insertions(+), 18 deletions(-)