netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -stable,6.6 0/2] Netfilter fixes for -stable
@ 2025-03-18 22:03 Pablo Neira Ayuso
  2025-03-18 22:03 ` [PATCH -stable,6.6 1/2] netfilter: nf_tables: allow clone callbacks to sleep Pablo Neira Ayuso
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Pablo Neira Ayuso @ 2025-03-18 22:03 UTC (permalink / raw)
  To: netfilter-devel; +Cc: gregkh, sashal, stable

Hi Greg, Sasha,

This batch contains a backport fix for 6.6-stable.

The following list shows the backported patches, I am using original commit
IDs for reference:

1) 82cfd785c7b3 ("netfilter: nf_tables: bail out if stateful expression provides no .clone")

   This is a stable dependency for the next patch.

2) 56fac3c36c8f ("netfilter: nf_tables: allow clone callbacks to sleep")

Please, apply,
Thanks

without this fix, the default set expression is silently ignored when
used from dynamic sets.

Florian Westphal (1):
  netfilter: nf_tables: allow clone callbacks to sleep

Pablo Neira Ayuso (1):
  netfilter: nf_tables: use timestamp to check for set element timeout

 include/net/netfilter/nf_tables.h | 20 ++++++++++++++++----
 net/netfilter/nf_tables_api.c     | 12 +++++++-----
 net/netfilter/nft_connlimit.c     |  4 ++--
 net/netfilter/nft_counter.c       |  4 ++--
 net/netfilter/nft_dynset.c        |  2 +-
 net/netfilter/nft_last.c          |  4 ++--
 net/netfilter/nft_limit.c         | 14 ++++++++------
 net/netfilter/nft_quota.c         |  4 ++--
 net/netfilter/nft_set_hash.c      |  8 +++++++-
 net/netfilter/nft_set_pipapo.c    | 18 +++++++++++-------
 net/netfilter/nft_set_rbtree.c    | 11 +++++++----
 11 files changed, 65 insertions(+), 36 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2025-03-18 22:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-18 22:03 [PATCH -stable,6.6 0/2] Netfilter fixes for -stable Pablo Neira Ayuso
2025-03-18 22:03 ` [PATCH -stable,6.6 1/2] netfilter: nf_tables: allow clone callbacks to sleep Pablo Neira Ayuso
2025-03-18 22:03 ` [PATCH -stable,6.6 2/2] netfilter: nf_tables: use timestamp to check for set element timeout Pablo Neira Ayuso
2025-03-18 22:08 ` [PATCH -stable,6.6 0/2] Netfilter fixes for -stable Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).