aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2024-01-22 11:25:56 +0000
committerPaolo Abeni <[email protected]>2024-01-23 15:13:54 +0100
commite50e10ae5d81ddb41547114bfdc5edc04422f082 (patch)
tree2742a8e62bd5c75b5cec5b6ad53af0bfb0533350 /tools/perf/scripts/python/bin
parentefd402537673f9951992aea4ef0f5ff51d858f4b (diff)
inet_diag: annotate data-races around inet_diag_table[]
inet_diag_lock_handler() reads inet_diag_table[proto] locklessly. Use READ_ONCE()/WRITE_ONCE() annotations to avoid potential issues. Fixes: d523a328fb02 ("[INET]: Fix inet_diag dead-lock regression") Signed-off-by: Eric Dumazet <[email protected]> Reviewed-by: Guillaume Nault <[email protected]> Reviewed-by: Kuniyuki Iwashima <[email protected]> Reviewed-by: Willem de Bruijn <[email protected]> Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions