/linux/net/bridge/ |
H A D | br_arp_nd_proxy.c | diff b071af523579df7341cabf0f16fc661125e9a13f Mon Mar 13 21:17:31 CET 2023 Eric Dumazet <edumazet@google.com> neighbour: annotate lockless accesses to n->nud_state
We have many lockless accesses to n->nud_state.
Before adding another one in the following patch, add annotations to readers and writers.
Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: David Ahern <dsahern@kernel.org> Reviewed-by: Martin KaFai Lau <martin.lau@kernel.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | br_netfilter_hooks.c | diff b071af523579df7341cabf0f16fc661125e9a13f Mon Mar 13 21:17:31 CET 2023 Eric Dumazet <edumazet@google.com> neighbour: annotate lockless accesses to n->nud_state
We have many lockless accesses to n->nud_state.
Before adding another one in the following patch, add annotations to readers and writers.
Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: David Ahern <dsahern@kernel.org> Reviewed-by: Martin KaFai Lau <martin.lau@kernel.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | diff b071af523579df7341cabf0f16fc661125e9a13f Mon Mar 13 21:17:31 CET 2023 Eric Dumazet <edumazet@google.com> neighbour: annotate lockless accesses to n->nud_state
We have many lockless accesses to n->nud_state.
Before adding another one in the following patch, add annotations to readers and writers.
Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: David Ahern <dsahern@kernel.org> Reviewed-by: Martin KaFai Lau <martin.lau@kernel.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
/linux/net/ipv4/ |
H A D | nexthop.c | diff b071af523579df7341cabf0f16fc661125e9a13f Mon Mar 13 21:17:31 CET 2023 Eric Dumazet <edumazet@google.com> neighbour: annotate lockless accesses to n->nud_state
We have many lockless accesses to n->nud_state.
Before adding another one in the following patch, add annotations to readers and writers.
Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: David Ahern <dsahern@kernel.org> Reviewed-by: Martin KaFai Lau <martin.lau@kernel.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | arp.c | diff b071af523579df7341cabf0f16fc661125e9a13f Mon Mar 13 21:17:31 CET 2023 Eric Dumazet <edumazet@google.com> neighbour: annotate lockless accesses to n->nud_state
We have many lockless accesses to n->nud_state.
Before adding another one in the following patch, add annotations to readers and writers.
Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: David Ahern <dsahern@kernel.org> Reviewed-by: Martin KaFai Lau <martin.lau@kernel.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | fib_semantics.c | diff b071af523579df7341cabf0f16fc661125e9a13f Mon Mar 13 21:17:31 CET 2023 Eric Dumazet <edumazet@google.com> neighbour: annotate lockless accesses to n->nud_state
We have many lockless accesses to n->nud_state.
Before adding another one in the following patch, add annotations to readers and writers.
Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: David Ahern <dsahern@kernel.org> Reviewed-by: Martin KaFai Lau <martin.lau@kernel.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | route.c | diff b071af523579df7341cabf0f16fc661125e9a13f Mon Mar 13 21:17:31 CET 2023 Eric Dumazet <edumazet@google.com> neighbour: annotate lockless accesses to n->nud_state
We have many lockless accesses to n->nud_state.
Before adding another one in the following patch, add annotations to readers and writers.
Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: David Ahern <dsahern@kernel.org> Reviewed-by: Martin KaFai Lau <martin.lau@kernel.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
/linux/include/net/ |
H A D | neighbour.h | diff b071af523579df7341cabf0f16fc661125e9a13f Mon Mar 13 21:17:31 CET 2023 Eric Dumazet <edumazet@google.com> neighbour: annotate lockless accesses to n->nud_state
We have many lockless accesses to n->nud_state.
Before adding another one in the following patch, add annotations to readers and writers.
Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: David Ahern <dsahern@kernel.org> Reviewed-by: Martin KaFai Lau <martin.lau@kernel.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
/linux/net/ipv6/ |
H A D | ndisc.c | diff b071af523579df7341cabf0f16fc661125e9a13f Mon Mar 13 21:17:31 CET 2023 Eric Dumazet <edumazet@google.com> neighbour: annotate lockless accesses to n->nud_state
We have many lockless accesses to n->nud_state.
Before adding another one in the following patch, add annotations to readers and writers.
Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: David Ahern <dsahern@kernel.org> Reviewed-by: Martin KaFai Lau <martin.lau@kernel.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | ip6_output.c | diff b071af523579df7341cabf0f16fc661125e9a13f Mon Mar 13 21:17:31 CET 2023 Eric Dumazet <edumazet@google.com> neighbour: annotate lockless accesses to n->nud_state
We have many lockless accesses to n->nud_state.
Before adding another one in the following patch, add annotations to readers and writers.
Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: David Ahern <dsahern@kernel.org> Reviewed-by: Martin KaFai Lau <martin.lau@kernel.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | route.c | diff b071af523579df7341cabf0f16fc661125e9a13f Mon Mar 13 21:17:31 CET 2023 Eric Dumazet <edumazet@google.com> neighbour: annotate lockless accesses to n->nud_state
We have many lockless accesses to n->nud_state.
Before adding another one in the following patch, add annotations to readers and writers.
Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: David Ahern <dsahern@kernel.org> Reviewed-by: Martin KaFai Lau <martin.lau@kernel.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
/linux/net/core/ |
H A D | neighbour.c | diff b071af523579df7341cabf0f16fc661125e9a13f Mon Mar 13 21:17:31 CET 2023 Eric Dumazet <edumazet@google.com> neighbour: annotate lockless accesses to n->nud_state
We have many lockless accesses to n->nud_state.
Before adding another one in the following patch, add annotations to readers and writers.
Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: David Ahern <dsahern@kernel.org> Reviewed-by: Martin KaFai Lau <martin.lau@kernel.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | filter.c | diff b071af523579df7341cabf0f16fc661125e9a13f Mon Mar 13 21:17:31 CET 2023 Eric Dumazet <edumazet@google.com> neighbour: annotate lockless accesses to n->nud_state
We have many lockless accesses to n->nud_state.
Before adding another one in the following patch, add annotations to readers and writers.
Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: David Ahern <dsahern@kernel.org> Reviewed-by: Martin KaFai Lau <martin.lau@kernel.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|