From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: davem@davemloft.net, kuba@kernel.org
Cc: linux-bluetooth@vger.kernel.org, netdev@vger.kernel.org
Subject: [GIT PULL] bluetooth 2025-07-17
Date: Thu, 17 Jul 2025 10:28:49 -0400 [thread overview]
Message-ID: <20250717142849.537425-1-luiz.dentz@gmail.com> (raw)
The following changes since commit dae7f9cbd1909de2b0bccc30afef95c23f93e477:
Merge branch 'mptcp-fix-fallback-related-races' (2025-07-15 17:31:30 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2025-07-17
for you to fetch changes up to d24e4a7fedae121d33fb32ad785b87046527eedb:
Bluetooth: L2CAP: Fix attempting to adjust outgoing MTU (2025-07-17 10:26:53 -0400)
----------------------------------------------------------------
bluetooth pull request for net:
- hci_sync: fix connectable extended advertising when using static random address
- hci_core: fix typos in macros
- hci_core: add missing braces when using macro parameters
- hci_core: replace 'quirks' integer by 'quirk_flags' bitmap
- SMP: If an unallowed command is received consider it a failure
- SMP: Fix using HCI_ERROR_REMOTE_USER_TERM on timeout
- L2CAP: Fix null-ptr-deref in l2cap_sock_resume_cb()
- L2CAP: Fix attempting to adjust outgoing MTU
- btintel: Check if controller is ISO capable on btintel_classify_pkt_type
- btusb: QCA: Fix downloading wrong NVM for WCN6855 GF variant without board ID
----------------------------------------------------------------
Alessandro Gasbarroni (1):
Bluetooth: hci_sync: fix connectable extended advertising when using static random address
Christian Eggers (3):
Bluetooth: hci_core: fix typos in macros
Bluetooth: hci_core: add missing braces when using macro parameters
Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmap
Kuniyuki Iwashima (1):
Bluetooth: Fix null-ptr-deref in l2cap_sock_resume_cb()
Luiz Augusto von Dentz (4):
Bluetooth: btintel: Check if controller is ISO capable on btintel_classify_pkt_type
Bluetooth: SMP: If an unallowed command is received consider it a failure
Bluetooth: SMP: Fix using HCI_ERROR_REMOTE_USER_TERM on timeout
Bluetooth: L2CAP: Fix attempting to adjust outgoing MTU
Zijun Hu (1):
Bluetooth: btusb: QCA: Fix downloading wrong NVM for WCN6855 GF variant without board ID
drivers/bluetooth/bfusb.c | 2 +-
drivers/bluetooth/bpa10x.c | 2 +-
drivers/bluetooth/btbcm.c | 8 +--
drivers/bluetooth/btintel.c | 30 ++++----
drivers/bluetooth/btintel_pcie.c | 8 +--
drivers/bluetooth/btmtksdio.c | 4 +-
drivers/bluetooth/btmtkuart.c | 2 +-
drivers/bluetooth/btnxpuart.c | 2 +-
drivers/bluetooth/btqca.c | 2 +-
drivers/bluetooth/btqcomsmd.c | 2 +-
drivers/bluetooth/btrtl.c | 10 +--
drivers/bluetooth/btsdio.c | 2 +-
drivers/bluetooth/btusb.c | 148 +++++++++++++++++++++------------------
drivers/bluetooth/hci_aml.c | 2 +-
drivers/bluetooth/hci_bcm.c | 4 +-
drivers/bluetooth/hci_bcm4377.c | 10 +--
drivers/bluetooth/hci_intel.c | 2 +-
drivers/bluetooth/hci_ldisc.c | 6 +-
drivers/bluetooth/hci_ll.c | 4 +-
drivers/bluetooth/hci_nokia.c | 2 +-
drivers/bluetooth/hci_qca.c | 14 ++--
drivers/bluetooth/hci_serdev.c | 8 +--
drivers/bluetooth/hci_vhci.c | 8 +--
drivers/bluetooth/virtio_bt.c | 10 +--
include/net/bluetooth/hci.h | 2 +
include/net/bluetooth/hci_core.h | 50 +++++++------
net/bluetooth/hci_core.c | 4 +-
net/bluetooth/hci_debugfs.c | 8 +--
net/bluetooth/hci_event.c | 19 +++--
net/bluetooth/hci_sync.c | 63 ++++++++---------
net/bluetooth/l2cap_core.c | 26 +++++--
net/bluetooth/l2cap_sock.c | 3 +
net/bluetooth/mgmt.c | 38 +++++-----
net/bluetooth/msft.c | 2 +-
net/bluetooth/smp.c | 21 +++++-
net/bluetooth/smp.h | 1 +
36 files changed, 289 insertions(+), 240 deletions(-)
next reply other threads:[~2025-07-17 14:29 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-17 14:28 Luiz Augusto von Dentz [this message]
2025-07-17 15:00 ` [GIT PULL] bluetooth 2025-07-17 patchwork-bot+netdevbpf
2025-07-17 15:38 ` Jakub Kicinski
2025-07-17 15:47 ` Luiz Augusto von Dentz
2025-07-17 15:54 ` Jakub Kicinski
2025-07-17 16:42 ` Luiz Augusto von Dentz
2025-07-23 15:59 ` patchwork-bot+bluetooth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250717142849.537425-1-luiz.dentz@gmail.com \
--to=luiz.dentz@gmail.com \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox