Re: pull-request: bluetooth-2.6 2010-09-27
From: David Miller <hidden>
Date: 2010-09-28 03:00:16
Also in:
linux-bluetooth
From: David Miller <hidden>
Date: 2010-09-28 03:00:16
Also in:
linux-bluetooth
From: "Gustavo F. Padovan" <redacted> 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.