OSDN Git Service

Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
authorDavid S. Miller <davem@davemloft.net>
Tue, 22 Feb 2022 11:00:51 +0000 (11:00 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Feb 2022 11:00:51 +0000 (11:00 +0000)
commit5663b85462a66821fc314c5bf9ffd427d1ad71cc
tree0db0310aa698e06f1318cffb257ce4f171d43011
parentb6ad6261d27708567b309fdb3102b12c42a070cc
parentdad3bdeef45f81a6e90204bcc85360bb76eccec7
Merge git://git./linux/kernel/git/netfilter/nf

Pablo Neira Ayuso says:

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

This is fixing up the use without proper initialization in patch 5/5

-o-

Hi,

The following patchset contains Netfilter fixes for net:

1) Missing #ifdef CONFIG_IP6_NF_IPTABLES in recent xt_socket fix.

2) Fix incorrect flow action array size in nf_tables.

3) Unregister flowtable hooks from netns exit path.

4) Fix missing limit object release, from Florian Westphal.

5) Memleak in nf_tables object update path, also from Florian.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>