Hi, The following patchset contains Netfilter fixes for net: 1) Fix deadlock in nfnetlink due to missing mutex release in error path, from Ziyang Xuan. 2) Clean up pending autoload module list from nf_tables_exit_net() path, from Shigeru Yoshida. 3) Fixes for the netfilter's reverse path selftest, from Phil Sutter. All of these bugs have been around for several releases. Please, pull these changes from: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git Thanks. ---------------------------------------------------------------- The following changes since commit ce9e57feeed81d17d5e80ed86f516ff0d39c3867: drivers: net: xgene: disable napi when register irq failed in xgene_enet_open() (2022-11-08 15:15:55 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git HEAD for you to fetch changes up to 58bb78ce02269c0cf5b1f2bd2e4a605500b44c6b: selftests: netfilter: Fix and review rpath.sh (2022-11-09 10:29:57 +0100) ---------------------------------------------------------------- Phil Sutter (1): selftests: netfilter: Fix and review rpath.sh Shigeru Yoshida (1): netfilter: Cleanup nft_net->module_list from nf_tables_exit_net() Ziyang Xuan (1): netfilter: nfnetlink: fix potential dead lock in nfnetlink_rcv_msg() net/netfilter/nf_tables_api.c | 3 ++- net/netfilter/nfnetlink.c | 1 + tools/testing/selftests/netfilter/rpath.sh | 14 ++++++++------ 3 files changed, 11 insertions(+), 7 deletions(-)