[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240329140453.2016486-1-luiz.dentz@gmail.com>
Date: Fri, 29 Mar 2024 10:04:53 -0400
From: Luiz Augusto von Dentz <luiz.dentz@...il.com>
To: davem@...emloft.net,
kuba@...nel.org
Cc: linux-bluetooth@...r.kernel.org,
netdev@...r.kernel.org
Subject: pull request: bluetooth 2024-03-29
The following changes since commit 0ba80d96585662299d4ea4624043759ce9015421:
octeontx2-af: Fix issue with loading coalesced KPU profiles (2024-03-29 11:45:42 +0000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-03-29
for you to fetch changes up to 7835fcfd132eb88b87e8eb901f88436f63ab60f7:
Bluetooth: Fix TOCTOU in HCI debugfs implementation (2024-03-29 09:48:37 -0400)
----------------------------------------------------------------
bluetooth pull request for net:
- Bluetooth: Fix TOCTOU in HCI debugfs implementation
- Bluetooth: hci_event: set the conn encrypted before conn establishes
- Bluetooth: qca: fix device-address endianness
- Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_sync
----------------------------------------------------------------
Bastien Nocera (1):
Bluetooth: Fix TOCTOU in HCI debugfs implementation
Hui Wang (1):
Bluetooth: hci_event: set the conn encrypted before conn establishes
Johan Hovold (5):
Revert "Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DT"
dt-bindings: bluetooth: add 'qcom,local-bd-address-broken'
arm64: dts: qcom: sc7180-trogdor: mark bluetooth address as broken
Bluetooth: add quirk for broken address properties
Bluetooth: qca: fix device-address endianness
Luiz Augusto von Dentz (1):
Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_sync
.../bindings/net/bluetooth/qualcomm-bluetooth.yaml | 4 ++
arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi | 2 +
drivers/bluetooth/btqca.c | 8 +++-
drivers/bluetooth/hci_qca.c | 19 ++++-----
include/net/bluetooth/hci.h | 9 ++++
net/bluetooth/hci_core.c | 6 +--
net/bluetooth/hci_debugfs.c | 48 ++++++++++++++--------
net/bluetooth/hci_event.c | 25 +++++++++++
net/bluetooth/hci_sync.c | 10 ++++-
9 files changed, 98 insertions(+), 33 deletions(-)
Powered by blists - more mailing lists