Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Wed, 14 Apr 2021 12:36:44 -0700 you wrote:
> From: Eric Dumazet
>
> 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 s
From: Eric Dumazet
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 su