Eric Dumazet
ebb3b78db7
tcp: annotate sk->sk_rcvbuf lockless reads
...
For the sake of tcp_poll(), there are few places where we fetch
sk->sk_rcvbuf while this field can change from IRQ or other cpu.
We need to add READ_ONCE() annotations, and also make sure write
sides use corresponding WRITE_ONCE() to avoid store-tearing.
Note that other transports probably need similar fixes.
Signed-off-by: Eric Dumazet <edumazet@google.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2019-10-13 10:13:08 -07:00
..
2019-08-17 23:18:54 +02:00
2019-07-30 14:21:32 -07:00
2019-03-27 13:49:44 -07:00
2019-05-30 11:26:32 -07:00
2019-03-27 13:49:43 -07:00
2019-09-27 20:40:19 +02:00
2019-10-01 10:08:30 -07:00
2019-09-16 21:39:27 +02:00
2019-05-30 11:26:32 -07:00
2019-09-26 09:05:56 +02:00
2019-09-16 22:02:45 +02:00
2019-04-10 22:12:26 -07:00
2019-09-07 17:28:22 +02:00
2019-06-08 12:52:42 -07:00
2019-10-13 10:13:08 -07:00
2019-08-27 14:23:31 -07:00
2019-08-19 13:02:38 -07:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-03-10 11:07:14 -07:00
2019-06-09 19:40:10 -07:00
2019-07-01 19:02:47 -07:00
2019-06-05 17:36:38 +02:00
2019-05-30 11:26:32 -07:00
2019-04-27 09:07:04 -07:00
2019-07-27 13:32:06 -07:00
2019-10-09 20:58:05 -07:00
2019-04-09 14:19:06 +02:00
2019-05-30 11:26:32 -07:00
2017-11-02 11:10:55 +01:00
2019-06-19 11:23:13 -04:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-08-27 20:52:02 -07:00
2019-05-30 11:26:32 -07:00
2019-08-15 12:27:36 -07:00
2019-09-18 12:34:53 -07:00
2019-06-05 17:36:38 +02:00
2019-10-13 10:13:08 -07:00
2019-06-26 13:14:59 -07:00
2019-05-30 11:26:32 -07:00
2019-05-21 10:50:45 +02:00
2019-10-13 10:13:08 -07:00
2019-08-24 16:24:53 -07:00
2019-08-09 13:14:46 -07:00
2019-09-15 14:17:27 +02:00
2019-09-16 09:02:18 +02:00
2019-10-13 10:13:08 -07:00
2019-08-19 13:07:43 -07:00
2019-08-08 18:22:29 -07:00
2019-05-24 17:36:45 +02:00
2019-07-22 20:47:56 -07:00
2019-05-30 11:26:32 -07:00
2019-07-08 14:58:04 -07:00