diff options
| author | Eric Dumazet <[email protected]> | 2024-02-13 06:32:33 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2024-02-14 11:20:13 +0000 |
| commit | 1c07dbb0cccfe85060b6eb089db3d6bfeb6aaf31 (patch) | |
| tree | e25a4f32e31aeb6456faf5ab66b9f2576ce33056 /tools/perf/scripts/python | |
| parent | b7f9ef72783927d152f362912889b72948f49e23 (diff) | |
net: annotate data-races around dev->name_assign_type
name_assign_type_show() runs locklessly, we should annotate
accesses to dev->name_assign_type.
Alternative would be to grab devnet_rename_sem semaphore
from name_assign_type_show(), but this would not bring
more accuracy.
Signed-off-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions