Hi,
The following patchset contains Netfilter fixes for net:
1) Fix bogus test reports in rpath.sh selftest by adding permanent
neighbor entries, from Phil Sutter.
2) Lockdep reports possible ABBA deadlock in xt_IDLETIMER, fix it by
removing sysfs out of the mutex section, also from Phil Sutter.
3) It is illegal to release basechain via RCU callback, for several
reasons. Keep it simple and safe by calling synchronize_rcu() instead.
This is a partially reverting a botched recent attempt of me to fix
this basechain release path on netdevice removal.
From Florian Westphal.
Please, pull these changes from:
git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git nf-24-12-11
Thanks.
----------------------------------------------------------------
The following changes since commit 31f1b55d5d7e531cd827419e5d71c19f24de161c:
net :mana :Request a V2 response version for MANA_QUERY_GF_STAT (2024-12-05 12:02:15 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git tags/nf-24-12-11
for you to fetch changes up to b04df3da1b5c6f6dc7cdccc37941740c078c4043:
netfilter: nf_tables: do not defer rule destruction via call_rcu (2024-12-11 23:27:50 +0100)
----------------------------------------------------------------
netfilter pull request 24-12-11
----------------------------------------------------------------
Florian Westphal (1):
netfilter: nf_tables: do not defer rule destruction via call_rcu
Phil Sutter (2):
selftests: netfilter: Stabilize rpath.sh
netfilter: IDLETIMER: Fix for possible ABBA deadlock
include/net/netfilter/nf_tables.h | 4 --
net/netfilter/nf_tables_api.c | 32 ++++++++--------
net/netfilter/xt_IDLETIMER.c | 52 ++++++++++++++------------
tools/testing/selftests/net/netfilter/rpath.sh | 18 ++++++++-
4 files changed, 59 insertions(+), 47 deletions(-)