]> git.baikalelectronics.ru Git - kernel.git/commit
af_unix: take receive queue lock while appending new skb
authorHannes Frederic Sowa <hannes@stressinduktion.org>
Tue, 17 Nov 2015 14:10:59 +0000 (15:10 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Nov 2015 20:25:45 +0000 (15:25 -0500)
commitb66b69125092c76b98956130ef3bb3ae5fdaea7b
tree311448a945154e0247d25366a786e9c4bddbf197
parent055b167293e2684d7423484956b8aa4d276f51ae
af_unix: take receive queue lock while appending new skb

While possibly in future we don't necessarily need to use
sk_buff_head.lock this is a rather larger change, as it affects the
af_unix fd garbage collector, diag and socket cleanups. This is too much
for a stable patch.

For the time being grab sk_buff_head.lock without disabling bh and irqs,
so don't use locked skb_queue_tail.

Fixes: 979463d52d47 ("net: af_unix: implement stream sendpage support")
Cc: Eric Dumazet <edumazet@google.com>
Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Reported-by: Eric Dumazet <edumazet@google.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/unix/af_unix.c