aboutsummaryrefslogtreecommitdiff
path: root/lib/test_overflow.c
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2022-02-22 10:13:31 -0800
committerPablo Neira Ayuso <[email protected]>2022-02-23 09:22:46 +0100
commitae089831ff28a115908b8d796f667c2dadef1637 (patch)
tree84f054ce8e22d7fa5056133ef7cb625883d7ce2b /lib/test_overflow.c
parent277f2bb14361790a70e4b3c649e794b75a91a597 (diff)
netfilter: nf_tables: prefer kfree_rcu(ptr, rcu) variant
While kfree_rcu(ptr) _is_ supported, it has some limitations. Given that 99.99% of kfree_rcu() users [1] use the legacy two parameters variant, and @catchall objects do have an rcu head, simply use it. Choice of kfree_rcu(ptr) variant was probably not intentional. [1] including calls from net/netfilter/nf_tables_api.c Fixes: aaa31047a6d2 ("netfilter: nftables: add catch-all set element support") Signed-off-by: Eric Dumazet <[email protected]> Reviewed-by: Florian Westphal <[email protected]> Signed-off-by: Pablo Neira Ayuso <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions