diff options
author | Eric Dumazet <edumazet@google.com> | 2021-04-14 12:36:44 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-04-14 14:34:38 -0700 |
commit | 94f633ea8ade8418634d152ad0931133338226f6 (patch) | |
tree | c019e8e3ca087c7ffb9a076508b8f25d2726893e /drivers/i3c | |
parent | ae1ea84b33dab45c7b6c1754231ebda5959b504c (diff) |
net/packet: remove data races in fanout operations
af_packet fanout uses RCU rules to ensure f->arr elements
are not dismantled before RCU grace period.
However, it lacks rcu accessors to make sure KCSAN and other tools
wont detect data races. Stupid compilers could also play games.
Fixes: dc99f600698d ("packet: Add fanout support.")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: "Gong, Sishuai" <sishuai@purdue.edu>
Cc: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/i3c')
0 files changed, 0 insertions, 0 deletions