]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 'nf-25-01-09' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
authorJakub Kicinski <kuba@kernel.org>
Thu, 9 Jan 2025 16:54:49 +0000 (08:54 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 9 Jan 2025 16:54:49 +0000 (08:54 -0800)
commitb5cf67a8f716afbd7f8416edfe898c2df460811a
tree3eb08e8300e0309e5cf267cb5f333c33a8905782
parent2664bc9c7d59086e27415b66245f7d83b6c36b40
parentb541ba7d1f5a5b7b3e2e22dc9e40e18a7d6dbc13
Merge tag 'nf-25-01-09' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf

Pablo Neira Ayuso says:

====================
Netfilter fixes for net

The following patchset contains Netfilter fixes for net:

1) Fix imbalance between flowtable BIND and UNBIND calls to configure
   hardware offload, this fixes a possible kmemleak.

2) Clamp maximum conntrack hashtable size to INT_MAX to fix a possible
   WARN_ON_ONCE splat coming from kvmalloc_array(), only possible from
   init_netns.

* tag 'nf-25-01-09' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf:
  netfilter: conntrack: clamp maximum hashtable size to INT_MAX
  netfilter: nf_tables: imbalance in flowtable binding
====================

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