diff options
author | Florian Westphal <[email protected]> | 2022-05-20 00:02:04 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <[email protected]> | 2022-05-27 11:16:34 +0200 |
commit | 56b14ecec97f39118bf85c9ac2438c5a949509ed (patch) | |
tree | cfa91a2233c73d36e5bbf8cff1e7e07bff92ebf1 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | ffd219efd9ee1ceccc7ccfa9361fd40705680fc3 (diff) |
netfilter: conntrack: re-fetch conntrack after insertion
In case the conntrack is clashing, insertion can free skb->_nfct and
set skb->_nfct to the already-confirmed entry.
This wasn't found before because the conntrack entry and the extension
space used to free'd after an rcu grace period, plus the race needs
events enabled to trigger.
Reported-by: <[email protected]>
Fixes: 71d8c47fc653 ("netfilter: conntrack: introduce clash resolution on insertion race")
Fixes: 2ad9d7747c10 ("netfilter: conntrack: free extension area immediately")
Signed-off-by: Florian Westphal <[email protected]>
Signed-off-by: Pablo Neira Ayuso <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions