[<prev] [next>] [day] [month] [year] [list]
Message-ID: <52A23BDA.9000303@oracle.com>
Date: Fri, 06 Dec 2013 16:04:26 -0500
From: Sasha Levin <sasha.levin@...cle.com>
To: samuel@...tiz.org, "David S. Miller" <davem@...emloft.net>
CC: netdev@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: net: irda: hang when doing anything to a socket in accept()
Hi all,
I've noticed that once an IRDA socket is in accept(), any further action that requires locking the
socket will result in a hang until accept() is completed (which may take a while). After a while
hung task spew is printed out.
thread 1 | thread 2
|
listen(sock) |
bind(sock) |
accept(sock) |
| setsockopt(sock)
*HANG*
I'm not sure I can provide a properly tested fix since I don't actually have IRDA hardware to test
on.
Thanks,
Sasha
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists