From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: johan.hedberg@gmail.com To: linux-bluetooth@vger.kernel.org Subject: [PATCH 0/3] Bluetooth: Various L2CAP fixes Date: Fri, 13 Sep 2013 11:43:44 +0300 Message-Id: <1379061827-8595-1-git-send-email-johan.hedberg@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi, This patch set includes various fixes to L2CAP signaling and socket handling. Johan ---------------------------------------------------------------- Johan Hedberg (3): Bluetooth: Fix L2CAP Disconnect response for unknown CID Bluetooth: Fix responding to invalid L2CAP signaling commands Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flag include/net/bluetooth/bluetooth.h | 1 + net/bluetooth/af_bluetooth.c | 38 +++++++++++++++++++++++++++++++++++++ net/bluetooth/l2cap_core.c | 10 +++++++++- net/bluetooth/l2cap_sock.c | 6 ++++++ net/bluetooth/rfcomm/sock.c | 7 +++++-- 5 files changed, 59 insertions(+), 3 deletions(-)