public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] netfilter: Reinstate dropped Stable patches
@ 2023-09-19 16:44 Lee Jones
  2023-09-19 16:44 ` [PATCH 1/5] netfilter: nf_tables: don't skip expired elements during walk Lee Jones
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Lee Jones @ 2023-09-19 16:44 UTC (permalink / raw)
  To: lee, stable; +Cc: pablo, fw

Dropped in August:

https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/commit/?id=da9e96b4de57f6621f21e682bad92b5ffed0eeee
https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/commit/?id=8d1dbdfdd7612a9ea73b005f75a3b2b8b0610d4e

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(-)

-- 
2.42.0.459.ge4e396fd5e-goog


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-09-20  9:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-19 16:44 [PATCH 0/5] netfilter: Reinstate dropped Stable patches Lee Jones
2023-09-19 16:44 ` [PATCH 1/5] netfilter: nf_tables: don't skip expired elements during walk Lee Jones
2023-09-19 16:44 ` [PATCH 2/5] netfilter: nf_tables: GC transaction API to avoid race with control plane Lee Jones
2023-09-19 16:44 ` [PATCH 3/5] netfilter: nf_tables: adapt set backend to use GC transaction API Lee Jones
2023-09-19 16:44 ` [PATCH 4/5] netfilter: nft_set_hash: mark set element as dead when deleting from packet path Lee Jones
2023-09-19 16:44 ` [PATCH 5/5] netfilter: nf_tables: remove busy mark and gc batch API Lee Jones
2023-09-19 16:49 ` [PATCH 0/5] netfilter: Reinstate dropped Stable patches Pablo Neira Ayuso
2023-09-19 16:51   ` Pablo Neira Ayuso
2023-09-20  9:29     ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox