2018-09-27 18:28:49

by Johan Hedberg

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

Hi Dave,

Here's one more Bluetooth fix for 4.19, fixing the handling of an
attempt to unpair a device while pairing is in progress.

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

Johan

---
The following changes since commit 3f32d0be6c16b902b687453c962d17eea5b8ea19:

tipc: lock wakeup & inputq at tipc_link_reset() (2018-09-25 20:48:56 -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 cb28c306b93b71f2741ce1a5a66289db26715f4d:

Bluetooth: SMP: fix crash in unpairing (2018-09-26 12:39:32 +0300)

----------------------------------------------------------------
Matias Karhumaa (1):
Bluetooth: SMP: fix crash in unpairing

net/bluetooth/mgmt.c | 7 ++-----
net/bluetooth/smp.c | 29 +++++++++++++++++++++++++----
net/bluetooth/smp.h | 3 ++-
3 files changed, 29 insertions(+), 10 deletions(-)


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

2018-10-02 05:40:59

by David Miller

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

From: Johan Hedberg <[email protected]>
Date: Thu, 27 Sep 2018 21:28:40 +0300

> Here's one more Bluetooth fix for 4.19, fixing the handling of an
> attempt to unpair a device while pairing is in progress.
>
> Let me know if there are any issues pulling. Thanks.

Pulled, thanks Johan.