Hi Gustavo, On Thu, May 24, 2012 at 03:02:54AM -0300, Gustavo Padovan wrote: > @@ -900,16 +900,21 @@ static struct l2cap_chan *l2cap_sock_new_connection_cb(void *data) > { > struct sock *sk, *parent = data; > > + lock_sock(parent); > + > /* Check for backlog size */ > if (sk_acceptq_is_full(parent)) { > BT_DBG("backlog full %d", parent->sk_ack_backlog); > + release_sock(parent); > return NULL; > } You seems to forget to post patch adding sk_acceptq_is_full to l2cap_sock_new_connection_cb Best regards Andrei Emeltchenko -- 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