Home
last modified time | relevance | path

Searched hist:"099 ecf59f05b5f30f42ebac0ab8cb94f9b18c90c" (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/net/sctp/
H A Ddiag.cdiff 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 Dsocket.cdiff 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 Dtcp_diag.cdiff 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 Dinet_connection_sock.cdiff 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 Daf_inet.cdiff 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 Dtcp.cdiff 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 Dem_meta.cdiff 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 Dproto.cdiff 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 Dsock.hdiff 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>