mbox

pull request: bluetooth-next 2016-09-25

Message ID 20160925124238.GA19411@t440s.P-661HNU-F1
State Accepted, archived
Delegated to: David Miller
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git for-upstream

Message

Johan Hedberg Sept. 25, 2016, 12:42 p.m. UTC
Hi Dave,

Here are a few more Bluetooth & 802.15.4 patches for the 4.9 kernel that
have popped up during the past week:

 - New USB ID for QCA_ROME Bluetooth device
 - NULL pointer dereference fix for Bluetooth mgmt sockets
 - Fixes for BCSP driver
 - Fix for updating LE scan response

Please let me know if there are any issues pulling. Thanks.

Johan

---
The following changes since commit cdd0766d7da19085e88df86d1e5e21d9fe3d374f:

  Merge branch 'ftgmac100-ast2500-support' (2016-09-22 03:31:22 -0400)

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 056506944a58814e5767d55ef6389aa2ab06908c:

  Bluetooth: Use single return in hci_uart_tty_ioctl() call (2016-09-24 06:40:24 +0200)

----------------------------------------------------------------
Arek Lichwa (1):
      Bluetooth: Fix NULL pointer dereference in mgmt context

Dean Jenkins (2):
      Bluetooth: Tidy-up coding style in hci_bcsp.c
      Bluetooth: BCSP fails to ACK re-transmitted frames from the peer

Dmitry Tunin (1):
      Bluetooth: Add a new 04ca:3011 QCA_ROME device

Laura Abbott (1):
      Bluetooth: btwilink: Save the packet type before sending

MichaƂ Narajowski (1):
      Bluetooth: Fix not updating scan rsp when adv off

Vignesh Raman (1):
      Bluetooth: Use single return in hci_uart_tty_ioctl() call

 drivers/bluetooth/btusb.c     |   1 +
 drivers/bluetooth/btwilink.c  |   4 +-
 drivers/bluetooth/hci_bcsp.c  | 128 ++++++++++++++++++++---------------
 drivers/bluetooth/hci_ldisc.c |  28 ++++----
 net/bluetooth/mgmt.c          |   4 +-
 5 files changed, 96 insertions(+), 69 deletions(-)

Comments

David Miller Sept. 26, 2016, 3:53 a.m. UTC | #1
From: Johan Hedberg <johan.hedberg@gmail.com>
Date: Sun, 25 Sep 2016 15:42:38 +0300

> Here are a few more Bluetooth & 802.15.4 patches for the 4.9 kernel that
> have popped up during the past week:
> 
>  - New USB ID for QCA_ROME Bluetooth device
>  - NULL pointer dereference fix for Bluetooth mgmt sockets
>  - Fixes for BCSP driver
>  - Fix for updating LE scan response
> 
> Please let me know if there are any issues pulling. Thanks.

Pulled, thanks Johan.