Dropped in August:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/comm... https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/comm...
Only re-applied and build tested against v6.1.53.
If they do apply and test well against linux-5.{4,10,15}, all the better.
Florian Westphal (1): netfilter: nf_tables: don't skip expired elements during walk
Pablo Neira Ayuso (4): netfilter: nf_tables: GC transaction API to avoid race with control plane netfilter: nf_tables: adapt set backend to use GC transaction API netfilter: nft_set_hash: mark set element as dead when deleting from packet path netfilter: nf_tables: remove busy mark and gc batch API
include/net/netfilter/nf_tables.h | 120 +++++------- net/netfilter/nf_tables_api.c | 307 ++++++++++++++++++++++++------ net/netfilter/nft_set_hash.c | 85 +++++---- net/netfilter/nft_set_pipapo.c | 66 +++++-- net/netfilter/nft_set_rbtree.c | 146 ++++++++------ 5 files changed, 476 insertions(+), 248 deletions(-)