Hi Dave, Here are a some more Bluetooth patches for 4.4 which collected up during the past week. The most important ones are from Kuba Pawlak for fixing locking issues with SCO sockets. There's also a fix from Alexander Aring for 6lowpan, a memleak fix from Julia Lawall for the btmrvl driver and some cleanup patches from Marcel. Please let me know if there are any issues pulling. Thanks. Johan --- The following changes since commit 13972adc3240ea8b18b44906b819c622941a64b6: Bluetooth: Increase minor version of core module (2015-10-22 13:37:26 +0300) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git for-upstream for you to fetch changes up to 324e786ee39c70ffbdc280c34b7d2b6da5c87879: bluetooth: 6lowpan: fix NOHZ: local_softirq_pending (2015-10-27 09:53:36 +0100) ---------------------------------------------------------------- Alexander Aring (1): bluetooth: 6lowpan: fix NOHZ: local_softirq_pending Julia Lawall (1): Bluetooth: btmrvl: add missing of_node_put Kuba Pawlak (4): Bluetooth: Fix crash on SCO disconnect Bluetooth: Fix locking issue on SCO disconnection Bluetooth: Fix locking issue during fast SCO reconnection. Bluetooth: Fix crash on fast disconnect of SCO Marcel Holtmann (4): Bluetooth: Remove unneeded parenthesis around MSG_OOB Bluetooth: Rename bt_cb()->req into bt_cb()->hci Bluetooth: Replace hci_notify with hci_sock_dev_event Bluetooth: Fix some obvious coding style issues in the SCO module drivers/bluetooth/btmrvl_main.c | 5 ++++- include/net/bluetooth/bluetooth.h | 14 ++++++------ net/bluetooth/6lowpan.c | 2 +- net/bluetooth/af_bluetooth.c | 2 +- net/bluetooth/hci_core.c | 43 ++++++++++++++++--------------------- net/bluetooth/hci_event.c | 4 ++-- net/bluetooth/hci_request.c | 10 ++++----- net/bluetooth/hci_sock.c | 4 ++-- net/bluetooth/sco.c | 44 ++++++++++++++++++++++++++++---------- 9 files changed, 73 insertions(+), 55 deletions(-)