android_kernel_google_msm/net/unix
Sasha Levin c0be5de16b net: unix: allow bind to fail on mutex lock
[ Upstream commit 37ab4fa784 ]

This is similar to the set_peek_off patch where calling bind while the
socket is stuck in unix_dgram_recvmsg() will block and cause a hung task
spew after a while.

This is also the last place that did a straightforward mutex_lock(), so
there shouldn't be any more of these patches.

Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-01-15 15:27:11 -08:00
..
af_unix.c net: unix: allow bind to fail on mutex lock 2014-01-15 15:27:11 -08:00
diag.c unix_diag: fix info leak 2013-11-04 04:23:41 -08:00
garbage.c
Kconfig
Makefile
sysctl_net_unix.c