mbox

pull request: bluetooth 2016-11-23

Message ID 20161123072912.GA3538@x1c
State Accepted, archived
Delegated to: David Miller
Headers show

Pull-request

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

Message

Johan Hedberg Nov. 23, 2016, 7:29 a.m. UTC
Hi Dave,

Sorry about the late pull request for 4.9, but we have one more
important Bluetooth patch that should make it to the release. It fixes
connection creation for Bluetooth LE controllers that do not have a
public address (only a random one).

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

Johan

---
The following changes since commit c9b8af1330198ae241cd545e1f040019010d44d9:

  flow_dissect: call init_default_flow_dissectors() earlier (2016-11-22 14:44:01 -0500)

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 39385cb5f3274735b03ed1f8e7ff517b02a0beed:

  Bluetooth: Fix using the correct source address type (2016-11-22 22:50:46 +0100)

----------------------------------------------------------------
Johan Hedberg (1):
      Bluetooth: Fix using the correct source address type

 include/net/bluetooth/hci_core.h |  2 +-
 net/bluetooth/6lowpan.c          |  4 ++--
 net/bluetooth/hci_conn.c         | 26 ++++++++++++++++++++++++--
 net/bluetooth/l2cap_core.c       |  2 +-
 net/bluetooth/rfcomm/tty.c       |  2 +-
 net/bluetooth/sco.c              |  2 +-
 6 files changed, 30 insertions(+), 8 deletions(-)

Comments

David Miller Nov. 24, 2016, 9:24 p.m. UTC | #1
From: Johan Hedberg <johan.hedberg@gmail.com>
Date: Wed, 23 Nov 2016 09:29:12 +0200

> Sorry about the late pull request for 4.9, but we have one more
> important Bluetooth patch that should make it to the release. It fixes
> connection creation for Bluetooth LE controllers that do not have a
> public address (only a random one).
> 
> Please let me know if there are any issues pulling. Thanks.

Pulled, thanks.