mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-09 11:30:02 +00:00
sock_diag_rcv() is still serializing its operations using a mutex, for no good reason. This came with commit0a9c730144("[INET_DIAG]: Fix oops in netlink_rcv_skb"), but the root cause has been fixed with commitcd40b7d398("[NET]: make netlink user -> kernel interface synchronious") Remove this mutex to let multiple threads run concurrently. Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: Guillaume Nault <gnault@redhat.com> Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com> Reviewed-by: Willem de Bruijn <willemb@google.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
8.1 KiB
8.1 KiB