]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 'nf-25-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
authorJakub Kicinski <kuba@kernel.org>
Thu, 8 May 2025 00:57:03 +0000 (17:57 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 8 May 2025 00:57:04 +0000 (17:57 -0700)
commitdc75a43c07b7b04606e547b1ae58d34ab658479a
treebf36ac1870ec2f4930aee2cef13b8d010933a265
parent6beb6835c1fbb3f676aebb51a5fee6b77fed9308
parent8478a729c0462273188263136880480729e9efca
Merge tag 'nf-25-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf

Pablo Neira Ayuso says:

====================
Netfilter/IPVS fixes for net

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.

* tag 'nf-25-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf:
  netfilter: ipset: fix region locking in hash types
  ipvs: fix uninit-value for saddr in do_output_route4
====================

Link: https://patch.msgid.link/20250507221952.86505-1-pablo@netfilter.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>