Hi, The following patchset contains Netfilter fixes for net: 1) Update .gitignore in selftest to skip conntrack_reverse_clash, from Li Zhijian. 2) Fix conntrack_dump_flush return values, from Guan Jing. 3) syzbot found that ipset's bitmap type does not properly checks for bitmap's first ip, from Jeongjun Park. Please, pull these changes from: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git nf-24-11-14 Thanks. ---------------------------------------------------------------- The following changes since commit 50ae879de107ca2fe2ca99180f6ba95770f32a62: Merge tag 'nf-24-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf (2024-10-31 12:13:08 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git tags/nf-24-11-14 for you to fetch changes up to 35f56c554eb1b56b77b3cf197a6b00922d49033d: netfilter: ipset: add missing range check in bitmap_ip_uadt (2024-11-14 13:47:26 +0100) ---------------------------------------------------------------- netfilter pull request 24-11-14 ---------------------------------------------------------------- Jeongjun Park (1): netfilter: ipset: add missing range check in bitmap_ip_uadt Li Zhijian (1): selftests: netfilter: Add missing gitignore file guanjing (1): selftests: netfilter: Fix missing return values in conntrack_dump_flush net/netfilter/ipset/ip_set_bitmap_ip.c | 7 ++----- tools/testing/selftests/net/netfilter/.gitignore | 1 + tools/testing/selftests/net/netfilter/conntrack_dump_flush.c | 6 ++++++ 3 files changed, 9 insertions(+), 5 deletions(-)