Searched hist:"099 ecf59f05b5f30f42ebac0ab8cb94f9b18c90c" (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/net/sctp/ |
H A D | diag.c | diff 099ecf59f05b5f30f42ebac0ab8cb94f9b18c90c Tue Nov 05 16:11:54 CST 2019 Eric Dumazet <edumazet@google.com> net: annotate lockless accesses to sk->sk_max_ack_backlog
sk->sk_max_ack_backlog can be read without any lock being held at least in TCP/DCCP cases.
We need to use READ_ONCE()/WRITE_ONCE() to avoid load/store tearing and/or potential KCSAN warnings.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | socket.c | diff 099ecf59f05b5f30f42ebac0ab8cb94f9b18c90c Tue Nov 05 16:11:54 CST 2019 Eric Dumazet <edumazet@google.com> net: annotate lockless accesses to sk->sk_max_ack_backlog
sk->sk_max_ack_backlog can be read without any lock being held at least in TCP/DCCP cases.
We need to use READ_ONCE()/WRITE_ONCE() to avoid load/store tearing and/or potential KCSAN warnings.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_diag.c | diff 099ecf59f05b5f30f42ebac0ab8cb94f9b18c90c Tue Nov 05 16:11:54 CST 2019 Eric Dumazet <edumazet@google.com> net: annotate lockless accesses to sk->sk_max_ack_backlog
sk->sk_max_ack_backlog can be read without any lock being held at least in TCP/DCCP cases.
We need to use READ_ONCE()/WRITE_ONCE() to avoid load/store tearing and/or potential KCSAN warnings.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | inet_connection_sock.c | diff 099ecf59f05b5f30f42ebac0ab8cb94f9b18c90c Tue Nov 05 16:11:54 CST 2019 Eric Dumazet <edumazet@google.com> net: annotate lockless accesses to sk->sk_max_ack_backlog
sk->sk_max_ack_backlog can be read without any lock being held at least in TCP/DCCP cases.
We need to use READ_ONCE()/WRITE_ONCE() to avoid load/store tearing and/or potential KCSAN warnings.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | af_inet.c | diff 099ecf59f05b5f30f42ebac0ab8cb94f9b18c90c Tue Nov 05 16:11:54 CST 2019 Eric Dumazet <edumazet@google.com> net: annotate lockless accesses to sk->sk_max_ack_backlog
sk->sk_max_ack_backlog can be read without any lock being held at least in TCP/DCCP cases.
We need to use READ_ONCE()/WRITE_ONCE() to avoid load/store tearing and/or potential KCSAN warnings.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | tcp.c | diff 099ecf59f05b5f30f42ebac0ab8cb94f9b18c90c Tue Nov 05 16:11:54 CST 2019 Eric Dumazet <edumazet@google.com> net: annotate lockless accesses to sk->sk_max_ack_backlog
sk->sk_max_ack_backlog can be read without any lock being held at least in TCP/DCCP cases.
We need to use READ_ONCE()/WRITE_ONCE() to avoid load/store tearing and/or potential KCSAN warnings.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/sched/ |
H A D | em_meta.c | diff 099ecf59f05b5f30f42ebac0ab8cb94f9b18c90c Tue Nov 05 16:11:54 CST 2019 Eric Dumazet <edumazet@google.com> net: annotate lockless accesses to sk->sk_max_ack_backlog
sk->sk_max_ack_backlog can be read without any lock being held at least in TCP/DCCP cases.
We need to use READ_ONCE()/WRITE_ONCE() to avoid load/store tearing and/or potential KCSAN warnings.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/dccp/ |
H A D | proto.c | diff 099ecf59f05b5f30f42ebac0ab8cb94f9b18c90c Tue Nov 05 16:11:54 CST 2019 Eric Dumazet <edumazet@google.com> net: annotate lockless accesses to sk->sk_max_ack_backlog
sk->sk_max_ack_backlog can be read without any lock being held at least in TCP/DCCP cases.
We need to use READ_ONCE()/WRITE_ONCE() to avoid load/store tearing and/or potential KCSAN warnings.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/net/ |
H A D | sock.h | diff 099ecf59f05b5f30f42ebac0ab8cb94f9b18c90c Tue Nov 05 16:11:54 CST 2019 Eric Dumazet <edumazet@google.com> net: annotate lockless accesses to sk->sk_max_ack_backlog
sk->sk_max_ack_backlog can be read without any lock being held at least in TCP/DCCP cases.
We need to use READ_ONCE()/WRITE_ONCE() to avoid load/store tearing and/or potential KCSAN warnings.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|