mbox

pull request: bluetooth-next 2016-07-19

Message ID 20160719061452.GA21654@t440s.P-661HNU-F1
State Accepted, archived
Delegated to: David Miller
Headers show

Pull-request

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

Message

Johan Hedberg July 19, 2016, 6:14 a.m. UTC
Hi Dave,

Here's likely the last bluetooth-next pull request for the 4.8 kernel:

 - Fix for L2CAP setsockopt
 - Fix for is_suspending flag handling in btmrvl driver
 - Addition of Bluetooth HW & FW info fields to debugfs
 - Fix to use int instead of char for callback status.

The last one (from Geert Uytterhoeven) is actually not purely a
Bluetooth (or 802.15.4) patch, but it was agreed with other maintainers
that we take it through the bluetooth-next tree.

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

Johan

---
The following changes since commit 858d68f10238fdd1ebdd0096f912f063e97c6766:

  bpf: bpf_event_entry_gen's alloc needs to be in atomic context (2016-07-16 22:03:39 -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 e7acf43024e95faa7460e77fe7e0fec2a3de582a:

  Bluetooth: btmrvl: reset is_suspending flag in failure path (2016-07-18 10:13:02 +0200)

----------------------------------------------------------------
Amadeusz Sławiński (1):
      Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTU

Amitkumar Karwar (1):
      Bluetooth: btmrvl: reset is_suspending flag in failure path

Geert Uytterhoeven (1):
      drivers: misc: ti-st: Use int instead of fuzzy char for callback status

Marcel Holtmann (3):
      Bluetooth: Move hci_recv_frame and hci_recv_diag prototypes
      Bluetooth: Add debugfs fields for hardware and firmware info
      Bluetooth: bpa10x: Add support for hci_set_fw_info

 drivers/bluetooth/bpa10x.c                |  2 ++
 drivers/bluetooth/btmrvl_sdio.c           |  1 +
 drivers/bluetooth/btwilink.c              |  4 ++--
 drivers/media/radio/wl128x/fmdrv_common.c |  2 +-
 drivers/misc/ti-st/st_core.c              |  2 +-
 drivers/nfc/nfcwilink.c                   |  4 ++--
 include/linux/ti_wilink_st.h              |  2 +-
 include/net/bluetooth/hci_core.h          |  9 +++++---
 net/bluetooth/hci_core.c                  | 24 ++++++++++++++++++++
 net/bluetooth/hci_debugfs.c               | 35 +++++++++++++++++++++++++++++
 net/bluetooth/l2cap_sock.c                |  2 +-
 11 files changed, 76 insertions(+), 11 deletions(-)

Comments

David Miller July 20, 2016, 9:44 p.m. UTC | #1
From: Johan Hedberg <johan.hedberg@gmail.com>
Date: Tue, 19 Jul 2016 09:14:52 +0300

> Here's likely the last bluetooth-next pull request for the 4.8 kernel:
> 
>  - Fix for L2CAP setsockopt
>  - Fix for is_suspending flag handling in btmrvl driver
>  - Addition of Bluetooth HW & FW info fields to debugfs
>  - Fix to use int instead of char for callback status.
> 
> The last one (from Geert Uytterhoeven) is actually not purely a
> Bluetooth (or 802.15.4) patch, but it was agreed with other maintainers
> that we take it through the bluetooth-next tree.
> 
> Please let me know if there are any issues pulling. Thanks.

Pulled, thanks.