From: "Gustavo F. Padovan" <padovan@xxxxxxxxxxxxxx> Date: Mon, 27 Sep 2010 23:30:35 -0300 > And a fix for a deadlock issue between the sk_sndbuf and the backlog > queue in ERTM. The rest are also needed bug fixes. This fix is still under discussion. That change effects quite a few code paths. And when I looked at them, I was not at all convinced that dropping the socket lock like that is safe. Are you sure there are no pieces of socket or socket related state that might change under us while we drop that lock, which would thus make the operation suddenly invalid or cause a state corruption or crash? You really need to audit this. -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html