commit | 3453c92731884bad7c4c3a0667228b964747f3d5 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Sat Jun 02 23:38:48 2018 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Sun Jun 03 00:02:09 2018 +0200 |
tree | d7eca56c2068677d5718d3fe403590e51d43c986 | |
parent | 5e5cbc7b23eaf13e18652c03efbad5be6995de6a [diff] |
netfilter: nf_tables: pass ctx to nf_tables_expr_destroy() nft_set_elem_destroy() can be called from call_rcu context. Annotate netns and table in set object so we can populate the context object. Moreover, pass context object to nf_tables_set_elem_destroy() from the commit phase, since it is already available from there. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>