Commit 7203443
netfilter: nf_tables: GC transaction race with abort path
Abort path is missing a synchronization point with GC transactions. Add
GC sequence number hence any GC transaction losing race will be
discarded.
Fixes: 5f68718 ("netfilter: nf_tables: GC transaction API to avoid race with control plane")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Florian Westphal <fw@strlen.de>1 parent 2c9f029 commit 7203443
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10337 | 10337 | | |
10338 | 10338 | | |
10339 | 10339 | | |
10340 | | - | |
| 10340 | + | |
| 10341 | + | |
10341 | 10342 | | |
| 10343 | + | |
| 10344 | + | |
| 10345 | + | |
10342 | 10346 | | |
10343 | 10347 | | |
10344 | 10348 | | |
| |||
0 commit comments