Message ID | 20230823152711.15279-3-fw@strlen.de (mailing list archive) |
---|---|
State | Accepted |
Commit | 2c9f0293280e258606e54ed2b96fa71498432eae |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net,1/6] netfilter: nf_tables: validate all pending tables | expand |
diff --git a/net/netfilter/nf_tables_api.c b/net/netfilter/nf_tables_api.c index a76a62ebe9c9..d299e7aa1b96 100644 --- a/net/netfilter/nf_tables_api.c +++ b/net/netfilter/nf_tables_api.c @@ -11073,7 +11073,7 @@ static int nft_rcv_nl_event(struct notifier_block *this, unsigned long event, gc_seq = nft_gc_seq_begin(nft_net); if (!list_empty(&nf_tables_destroy_list)) - rcu_barrier(); + nf_tables_trans_destroy_flush_work(); again: list_for_each_entry(table, &nft_net->tables, list) { if (nft_table_has_owner(table) &&