Hi, The following patchset contain Netfilter/IPVS fixes for net: 1) Fix KMSAN uninit-value in do_output_route4, reported by syzbot. Patch from Julian Anastasov. 2) ipset hashtable set type breaks up the hashtable into regions of 2^10 buckets. Fix the macro that determines the hashtable lock region to protect concurrent updates. From Jozsef Kadlecsik. Please, pull these changes from: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git nf-25-05-08 Thanks. ---------------------------------------------------------------- The following changes since commit 9540984da649d46f699c47f28c68bbd3c9d99e4c: Merge tag 'wireless-2025-05-06' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless (2025-05-06 19:06:50 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git tags/nf-25-05-08 for you to fetch changes up to 8478a729c0462273188263136880480729e9efca: netfilter: ipset: fix region locking in hash types (2025-05-07 23:57:31 +0200) ---------------------------------------------------------------- netfilter pull request 25-05-08 ---------------------------------------------------------------- Jozsef Kadlecsik (1): netfilter: ipset: fix region locking in hash types Julian Anastasov (1): ipvs: fix uninit-value for saddr in do_output_route4 net/netfilter/ipset/ip_set_hash_gen.h | 2 +- net/netfilter/ipvs/ip_vs_xmit.c | 27 ++++++++------------------- 2 files changed, 9 insertions(+), 20 deletions(-)