2020-03-29 22:44:27

by Johan Hedberg

[permalink] [raw]
Subject: pull request: bluetooth-next 2020-03-29

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(-)


Attachments:
(No filename) (1.65 kB)
signature.asc (235.00 B)
Download all attachments

2020-03-30 18:50:25

by David Miller

[permalink] [raw]
Subject: Re: pull request: bluetooth-next 2020-03-29

From: Johan Hedberg <[email protected]>
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.