Merge tag 'nf-24-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
authorPaolo Abeni <pabeni@redhat.com>
Thu, 19 Dec 2024 08:55:21 +0000 (09:55 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 19 Dec 2024 08:55:21 +0000 (09:55 +0100)
commitb4adc04954592cb9f2e5dc796c5119c4d4c9b906
tree00ecb90dab4b6821424035b344a3285de6bb2175
parentb95c8c33ae687fcd3007cefa93907a6bd270119b
parent70b6f46a4ed8bd56c85ffff22df91e20e8c85e33
Merge tag 'nf-24-12-19' of git://git./linux/kernel/git/netfilter/nf

Pablo Neira Ayuso says:

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

The following series contains two fixes for Netfilter/IPVS:

1) Possible build failure in IPVS on systems with less than 512MB
   memory due to incorrect use of clamp(), from David Laight.

2) Fix bogus lockdep nesting splat with ipset list:set type,
   from Phil Sutter.

netfilter pull request 24-12-19

* tag 'nf-24-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf:
  netfilter: ipset: Fix for recursive locking warning
  ipvs: Fix clamp() of ip_vs_conn_tab on small memory systems
====================

Link: https://patch.msgid.link/20241218234137.1687288-1-pablo@netfilter.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>