All of lore.kernel.org
 help / color / mirror / Atom feed
* pull request: bluetooth-next 2017-11-01
@ 2017-11-01  8:32 Johan Hedberg
       [not found] ` <20171101083213.GA20632-IWfI2fE34AE@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Johan Hedberg @ 2017-11-01  8:32 UTC (permalink / raw)
  To: davem; +Cc: linux-bluetooth, netdev

[-- Attachment #1: Type: text/plain, Size: 3020 bytes --]

Hi Dave,

Here's one more bluetooth-next pull request for the 4.15 kernel.

 - New NFA344A device entry for btusb drvier
 - Fix race conditions in hci_ldisc
 - Fix for isochronous interface assignments in btusb driver
 - A few other smaller fixes & improvements

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

Johan

---
The following changes since commit fac72b243cc789bb209e6eca824919b42d98cfe2:

  Bluetooth: mark expected switch fall-throughs (2017-10-14 09:25:51 +0200)

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 0338b1b393ec7910898e8f7b25b3bf31a7282e16:

  Bluetooth: hci_ldisc: Fix another race when closing the tty. (2017-10-30 15:48:32 +0100)

----------------------------------------------------------------
Bartosz Chronowski (1):
      Bluetooth: btusb: Add new NFA344A entry.

Jaganath Kanakkassery (1):
      Bluetooth: Fix potential memory leak

Jaya P G (1):
      Bluetooth: btusb: Update firmware filename for Intel 9x60 and later

Konrad Zapałowicz (1):
      Bluetooth: increase timeout for le auto connections

Loic Poulain (1):
      Bluetooth: hci_ath: Add ath_vendor_cmd helper

Marcel Holtmann (2):
      Bluetooth: Use bt_dev_err and bt_dev_info when possible
      Bluetooth: btusb: Fix isochronous interface assignments

Ronald Tschalär (2):
      Bluetooth: hci_ldisc: Allow sleeping while proto locks are held.
      Bluetooth: hci_ldisc: Fix another race when closing the tty.

Sebastian Andrzej Siewior (1):
      Bluetooth: avoid recursive locking in hci_send_to_channel()

 drivers/bluetooth/bpa10x.c        |  15 ++-
 drivers/bluetooth/bt3c_cs.c       |   2 +-
 drivers/bluetooth/btbcm.c         | 103 +++++++++---------
 drivers/bluetooth/btintel.c       |  42 ++++----
 drivers/bluetooth/btqca.c         |   6 +-
 drivers/bluetooth/btrtl.c         |  21 ++--
 drivers/bluetooth/btusb.c         | 214 ++++++++++++++++++++++----------------
 drivers/bluetooth/hci_ath.c       |  51 +++++----
 drivers/bluetooth/hci_h4.c        |   2 +-
 drivers/bluetooth/hci_ldisc.c     |  42 ++++----
 drivers/bluetooth/hci_qca.c       |  12 +--
 drivers/bluetooth/hci_serdev.c    |   9 +-
 drivers/bluetooth/hci_uart.h      |   2 +-
 include/net/bluetooth/bluetooth.h |   3 +
 include/net/bluetooth/hci.h       |   2 +-
 net/bluetooth/a2mp.c              |   2 +-
 net/bluetooth/amp.c               |   4 +-
 net/bluetooth/hci_conn.c          |   6 +-
 net/bluetooth/hci_core.c          |  35 +++----
 net/bluetooth/hci_event.c         |  46 ++++----
 net/bluetooth/hci_request.c       |  21 ++--
 net/bluetooth/hci_request.h       |   1 +
 net/bluetooth/hci_sock.c          |  17 +--
 net/bluetooth/hci_sysfs.c         |   2 +-
 net/bluetooth/mgmt.c              |  57 +++++-----
 net/bluetooth/smp.c               |  22 ++--
 26 files changed, 407 insertions(+), 332 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: pull request: bluetooth-next 2017-11-01
  2017-11-01  8:32 pull request: bluetooth-next 2017-11-01 Johan Hedberg
@ 2017-11-01 13:09     ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2017-11-01 13:09 UTC (permalink / raw)
  To: johan.hedberg-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-bluetooth-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA

From: Johan Hedberg <johan.hedberg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date: Wed, 1 Nov 2017 10:32:13 +0200

> Here's one more bluetooth-next pull request for the 4.15 kernel.
> 
>  - New NFA344A device entry for btusb drvier
>  - Fix race conditions in hci_ldisc
>  - Fix for isochronous interface assignments in btusb driver
>  - A few other smaller fixes & improvements
> 
> Please let me know if there are any issues pulling. Thanks.

Pulled, thanks Johan.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: pull request: bluetooth-next 2017-11-01
@ 2017-11-01 13:09     ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2017-11-01 13:09 UTC (permalink / raw)
  To: johan.hedberg; +Cc: linux-bluetooth, netdev

From: Johan Hedberg <johan.hedberg@gmail.com>
Date: Wed, 1 Nov 2017 10:32:13 +0200

> Here's one more bluetooth-next pull request for the 4.15 kernel.
> 
>  - New NFA344A device entry for btusb drvier
>  - Fix race conditions in hci_ldisc
>  - Fix for isochronous interface assignments in btusb driver
>  - A few other smaller fixes & improvements
> 
> Please let me know if there are any issues pulling. Thanks.

Pulled, thanks Johan.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-01 13:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-01  8:32 pull request: bluetooth-next 2017-11-01 Johan Hedberg
     [not found] ` <20171101083213.GA20632-IWfI2fE34AE@public.gmane.org>
2017-11-01 13:09   ` David Miller
2017-11-01 13:09     ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.