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