mbox series

[GIT,PULL] bluetooth 2025-03-07

Message ID 20250307181854.99433-1-luiz.dentz@gmail.com
State New
Headers show
Series [GIT,PULL] bluetooth 2025-03-07 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2025-03-07

Message

Luiz Augusto von Dentz March 7, 2025, 6:18 p.m. UTC
The following changes since commit fc14f9c02639dfbfe3529850eae23aef077939a6:

  Merge tag 'nf-25-03-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf (2025-03-06 17:58:50 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2025-03-07

for you to fetch changes up to ab6ab707a4d060a51c45fc13e3b2228d5f7c0b87:

  Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context" (2025-03-07 13:03:05 -0500)

----------------------------------------------------------------
bluetooth pull request for net:

 - btusb: Configure altsetting for HCI_USER_CHANNEL
 - hci_event: Fix enabling passive scanning
 - revert: "hci_core: Fix sleeping function called from invalid context"
 - SCO: fix sco_conn refcounting on sco_conn_ready

----------------------------------------------------------------
Hsin-chen Chuang (1):
      Bluetooth: btusb: Configure altsetting for HCI_USER_CHANNEL

Luiz Augusto von Dentz (2):
      Bluetooth: hci_event: Fix enabling passive scanning
      Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"

Pauli Virtanen (1):
      Bluetooth: SCO: fix sco_conn refcounting on sco_conn_ready

 drivers/bluetooth/Kconfig        |  12 +++++
 drivers/bluetooth/btusb.c        |  41 +++++++++++++++
 include/net/bluetooth/hci_core.h | 108 ++++++++++++++-------------------------
 net/bluetooth/hci_core.c         |  10 ++--
 net/bluetooth/hci_event.c        |  37 ++++++++------
 net/bluetooth/iso.c              |   6 ---
 net/bluetooth/l2cap_core.c       |  12 ++---
 net/bluetooth/rfcomm/core.c      |   6 ---
 net/bluetooth/sco.c              |  25 ++++++---
 9 files changed, 144 insertions(+), 113 deletions(-)