inet_diag: annotate data-races around inet_diag_table[]
authorEric Dumazet <edumazet@google.com>
Mon, 22 Jan 2024 11:25:56 +0000 (11:25 +0000)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 23 Jan 2024 14:13:54 +0000 (15:13 +0100)
commite50e10ae5d81ddb41547114bfdc5edc04422f082
tree2742a8e62bd5c75b5cec5b6ad53af0bfb0533350
parentefd402537673f9951992aea4ef0f5ff51d858f4b
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 <edumazet@google.com>
Reviewed-by: Guillaume Nault <gnault@redhat.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
net/ipv4/inet_diag.c