2018-09-13 09:45:51

by Johan Hedberg

[permalink] [raw]
Subject: pull request: bluetooth 2018-09-13

Hi Dave,

A few Bluetooth fixes for the 4.19-rc series:

- Fixed rw_semaphore leak in hci_ldisc
- Fixed local Out-of-Band pairing data handling

Let me know if there are any issues pulling. Thanks.

Johan

---
The following changes since commit 7c5cca3588545e7f255171e28e0dd6e384ebb91d:

qmi_wwan: Support dynamic config on Quectel EP06 (2018-09-10 10:48:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e6a57d22f787e73635ce0d29eef0abb77928b3e9:

Bluetooth: hci_ldisc: Free rw_semaphore on close (2018-09-11 13:33:57 +0200)

----------------------------------------------------------------
Hermes Zhang (1):
Bluetooth: hci_ldisc: Free rw_semaphore on close

Johan Hedberg (1):
Bluetooth: SMP: Fix trying to use non-existent local OOB data

Matias Karhumaa (1):
Bluetooth: Use correct tfm to generate OOB data

drivers/bluetooth/hci_ldisc.c | 2 ++
net/bluetooth/smp.c | 16 +++++++++++++---
2 files changed, 15 insertions(+), 3 deletions(-)


Attachments:
(No filename) (1.07 kB)
signature.asc (801.00 B)
Download all attachments

2018-09-13 19:07:19

by David Miller

[permalink] [raw]
Subject: Re: pull request: bluetooth 2018-09-13

From: Johan Hedberg <[email protected]>
Date: Thu, 13 Sep 2018 12:45:51 +0300

> A few Bluetooth fixes for the 4.19-rc series:
>
> - Fixed rw_semaphore leak in hci_ldisc
> - Fixed local Out-of-Band pairing data handling
>
> Let me know if there are any issues pulling. Thanks.

Pulled, thanks Johan.