diff options
author | Eric Dumazet <edumazet@google.com> | 2024-02-29 14:40:11 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-03-01 14:09:39 +0300 |
commit | 3cd3e72ccb3aade0e8fe037ef07a44b341ab577c (patch) | |
tree | b90cc3e384ec971fadb3848029008e6f8131f7ed /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 76f06cbd7b310e705465e11ca93be8db247aec50 (diff) | |
download | linux-3cd3e72ccb3aade0e8fe037ef07a44b341ab577c.tar.xz |
inet: annotate data-races around ifa->ifa_tstamp and ifa->ifa_cstamp
ifa->ifa_tstamp can be read locklessly.
Add appropriate READ_ONCE()/WRITE_ONCE() annotations.
Do the same for ifa->ifa_cstamp to prepare upcoming changes.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions