Files
linux/net/ipv4
Eric Dumazet dbca1596bb ping: convert to RCU lookups, get rid of rwlock
Using rwlock in networking code is extremely risky.
writers can starve if enough readers are constantly
grabing the rwlock.

I thought rwlock were at fault and sent this patch:

https://lkml.org/lkml/2022/6/17/272

But Peter and Linus essentially told me rwlock had to be unfair.

We need to get rid of rwlock in networking code.

Fixes: c319b4d76b ("net: ipv4: add IPPROTO_ICMP socket kind")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-06-18 10:54:29 +01:00
..
2022-04-12 14:56:33 -07:00
2021-05-17 15:29:35 -07:00
2022-04-30 15:12:58 +01:00
2021-10-13 09:41:37 -07:00
2021-10-13 09:41:37 -07:00
2022-06-09 21:52:55 -07:00
2022-04-12 14:56:33 -07:00
2021-05-17 15:29:35 -07:00
2022-06-09 21:52:55 -07:00
2022-06-17 10:57:22 +01:00
2021-05-17 15:29:35 -07:00