[go: nahoru, domu]

mbox series

pull request: bluetooth 2024-06-28

Message ID 20240628184653.699252-1-luiz.dentz@gmail.com (mailing list archive)
State New
Headers show
Series pull request: bluetooth 2024-06-28 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-06-28

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 856 this patch: 856
netdev/build_tools success Errors and warnings before: 0 this patch: 0
netdev/build_clang success Errors and warnings before: 860 this patch: 860
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes success Fixes tag looks correct
netdev/build_allmodconfig_warn success Errors and warnings before: 881 this patch: 881
netdev/build_clang_rust success No Rust files in patch. Skipping build

Message

Luiz Augusto von Dentz June 28, 2024, 6:46 p.m. UTC
The following changes since commit dc6be0b73f4f55ab6d49fa55dbce299cf9fa2788:

  Merge tag 'ieee802154-for-net-2024-06-27' of git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan into main (2024-06-28 13:10:12 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-06-28

for you to fetch changes up to f1a8f402f13f94263cf349216c257b2985100927:

  Bluetooth: L2CAP: Fix deadlock (2024-06-28 14:32:02 -0400)

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

 - Ignore too large handle values in BIG
 - L2CAP: sync sock recv cb and release
 - hci_bcm4377: Fix msgid release
 - ISO: Check socket flag instead of hcon
 - hci_event: Fix setting of unicast qos interval
 - hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAX
 - Add quirk to ignore reserved PHY bits in LE Extended Adv Report
 - hci_core: cancel all works upon hci_unregister_dev
 - btintel_pcie: Fix REVERSE_INULL issue reported by coverity
 - qca: Fix BT enable failure again for QCA6390 after warm reboot

----------------------------------------------------------------
Edward Adam Davis (2):
      Bluetooth: Ignore too large handle values in BIG
      bluetooth/l2cap: sync sock recv cb and release

Hector Martin (1):
      Bluetooth: hci_bcm4377: Fix msgid release

Iulia Tanasescu (1):
      Bluetooth: ISO: Check socket flag instead of hcon

Luiz Augusto von Dentz (2):
      Bluetooth: hci_event: Fix setting of unicast qos interval
      Bluetooth: L2CAP: Fix deadlock

Neeraj Sanjay Kale (1):
      Bluetooth: btnxpuart: Enable Power Save feature on startup

Pavel Skripkin (1):
      bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAX

Sven Peter (1):
      Bluetooth: Add quirk to ignore reserved PHY bits in LE Extended Adv Report

Tetsuo Handa (1):
      Bluetooth: hci_core: cancel all works upon hci_unregister_dev()

Vijay Satija (1):
      Bluetooth: btintel_pcie: Fix REVERSE_INULL issue reported by coverity

Zijun Hu (1):
      Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm reboot

 drivers/bluetooth/btintel_pcie.c |  2 +-
 drivers/bluetooth/btnxpuart.c    |  2 +-
 drivers/bluetooth/hci_bcm4377.c  | 10 +++++-
 drivers/bluetooth/hci_qca.c      | 18 ++++++++--
 include/net/bluetooth/hci.h      | 11 ++++++
 include/net/bluetooth/hci_sync.h |  2 ++
 net/bluetooth/hci_conn.c         | 15 ++++++--
 net/bluetooth/hci_core.c         | 76 ++++++++++++----------------------------
 net/bluetooth/hci_event.c        | 33 +++++++++++++++--
 net/bluetooth/hci_sync.c         | 13 +++++++
 net/bluetooth/iso.c              |  3 +-
 net/bluetooth/l2cap_core.c       |  3 ++
 net/bluetooth/l2cap_sock.c       | 14 ++++++--
 13 files changed, 131 insertions(+), 71 deletions(-)