mbox series

pull request: bluetooth-next 2020-03-29

Message ID 20200329213228.GA16750@sharonc1-mobl.ger.corp.intel.com
State Accepted
Delegated to: David Miller
Headers show
Series pull request: bluetooth-next 2020-03-29 | expand

Pull-request

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

Message

Johan Hedberg March 29, 2020, 9:32 p.m. UTC
Hi Dave,

Here are a few more Bluetooth patches for the 5.7 kernel:

 - Fix assumption of encryption key size when reading fails
 - Add support for DEFER_SETUP with L2CAP Enhanced Credit Based Mode
 - Fix issue with auto-connected devices
 - Fix suspend handling when entering the state fails

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

Johan

---
The following changes since commit 0d7043f355d0045bd38b025630a7defefa3ec07f:

  Merge tag 'mac80211-next-for-net-next-2020-03-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next (2020-03-20 08:57:38 -0700)

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 da49b602f7f75ccc91386e1274b3ef71676cd092:

  Bluetooth: L2CAP: Use DEFER_SETUP to group ECRED connections (2020-03-25 22:16:08 +0100)

----------------------------------------------------------------
Abhishek Pandit-Subedi (2):
      Bluetooth: Restore running state if suspend fails
      Bluetooth: Fix incorrect branch in connection complete

Alain Michaud (1):
      Bluetooth: don't assume key size is 16 when the command fails

Luiz Augusto von Dentz (2):
      Bluetooth: L2CAP: Add get_peer_pid callback
      Bluetooth: L2CAP: Use DEFER_SETUP to group ECRED connections

 include/net/bluetooth/l2cap.h |   5 ++
 net/bluetooth/hci_core.c      |  39 ++++++------
 net/bluetooth/hci_event.c     |  25 ++++----
 net/bluetooth/l2cap_core.c    | 137 +++++++++++++++++++++++++++++++++++++++---
 net/bluetooth/l2cap_sock.c    |   8 +++
 5 files changed, 173 insertions(+), 41 deletions(-)

Comments

David Miller March 30, 2020, 6:49 p.m. UTC | #1
From: Johan Hedberg <johan.hedberg@gmail.com>
Date: Mon, 30 Mar 2020 00:32:28 +0300

> Here are a few more Bluetooth patches for the 5.7 kernel:
> 
>  - Fix assumption of encryption key size when reading fails
>  - Add support for DEFER_SETUP with L2CAP Enhanced Credit Based Mode
>  - Fix issue with auto-connected devices
>  - Fix suspend handling when entering the state fails
> 
> Please let me know if there are any issues pulling. Thanks.

Pulled, thanks.