[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240711093948.3816-1-pablo@netfilter.org>
Date: Thu, 11 Jul 2024 11:39:46 +0200
From: Pablo Neira Ayuso <pablo@...filter.org>
To: netfilter-devel@...r.kernel.org
Cc: davem@...emloft.net,
netdev@...r.kernel.org,
kuba@...nel.org,
pabeni@...hat.com,
edumazet@...gle.com,
fw@...len.de
Subject: [PATCH net 0/2] Netfilter fixes for net
Hi,
The following batch contains Netfilter fixes for net:
Patch #1 fixes a bogus WARN_ON splat in nfnetlink_queue.
Patch #2 fixes a crash due to stack overflow in chain loop detection
by using the existing chain validation routines
Both patches from Florian Westphal.
Please, pull these changes from:
git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git nf-24-07-11
Thanks.
----------------------------------------------------------------
The following changes since commit c184cf94e73b04ff7048d045f5413899bc664788:
ethtool: netlink: do not return SQI value if link is down (2024-07-11 11:19:07 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git tags/nf-24-07-11
for you to fetch changes up to cff3bd012a9512ac5ed858d38e6ed65f6391008c:
netfilter: nf_tables: prefer nft_chain_validate (2024-07-11 11:26:35 +0200)
----------------------------------------------------------------
netfilter pull request 24-07-11
----------------------------------------------------------------
Florian Westphal (2):
netfilter: nfnetlink_queue: drop bogus WARN_ON
netfilter: nf_tables: prefer nft_chain_validate
net/netfilter/nf_tables_api.c | 158 ++++------------------------------------
net/netfilter/nfnetlink_queue.c | 2 +-
2 files changed, 14 insertions(+), 146 deletions(-)
Powered by blists - more mailing lists