Files
linux-cix/include/linux
Florian Westphal 9a32e98506 netfilter: nf_tables: don't write table validation state without mutex
The ->cleanup callback needs to be removed, this doesn't work anymore as
the transaction mutex is already released in the ->abort function.

Just do it after a successful validation pass, this either happens
from commit or abort phases where transaction mutex is held.

Fixes: f102d66b33 ("netfilter: nf_tables: use dedicated mutex to guard transactions")
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2023-04-22 01:39:40 +02:00
..
2023-02-16 13:42:22 +01:00
2023-02-20 09:20:55 -05:00
2023-03-05 10:49:37 -08:00
2023-03-13 10:14:05 +01:00
2023-03-19 10:02:04 -07:00
2023-03-07 01:50:53 -05:00
2023-03-15 14:58:52 +01:00
2023-03-13 12:42:24 -07:00
2023-02-16 18:10:18 +01:00
2023-02-20 19:26:58 -05:00
2023-03-29 08:19:38 +01:00