* [GIT PULL] bluetooth 2025-11-11
@ 2025-11-11 14:13 Luiz Augusto von Dentz
2025-11-12 1:50 ` patchwork-bot+netdevbpf
2025-12-01 21:35 ` patchwork-bot+bluetooth
0 siblings, 2 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2025-11-11 14:13 UTC (permalink / raw)
To: davem, kuba; +Cc: linux-bluetooth, netdev
The following changes since commit 96a9178a29a6b84bb632ebeb4e84cf61191c73d5:
net: phy: micrel: lan8814 fix reset of the QSGMII interface (2025-11-07 19:00:38 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2025-11-11
for you to fetch changes up to cd8dbd9ef600435439bb0e70af0a1d9e2193aecb:
Bluetooth: btrtl: Avoid loading the config file on security chips (2025-11-11 09:06:57 -0500)
----------------------------------------------------------------
bluetooth pull request for net:
- hci_conn: Fix not cleaning up PA_LINK connections
- hci_event: Fix not handling PA Sync Lost event
- MGMT: cancel mesh send timer when hdev removed
- 6lowpan: reset link-local header on ipv6 recv path
- 6lowpan: fix BDADDR_LE vs ADDR_LE_DEV address type confusion
- L2CAP: export l2cap_chan_hold for modules
- 6lowpan: Don't hold spin lock over sleeping functions
- 6lowpan: add missing l2cap_chan_lock()
- btusb: reorder cleanup in btusb_disconnect to avoid UAF
- btrtl: Avoid loading the config file on security chips
----------------------------------------------------------------
Luiz Augusto von Dentz (2):
Bluetooth: hci_conn: Fix not cleaning up PA_LINK connections
Bluetooth: hci_event: Fix not handling PA Sync Lost event
Max Chou (1):
Bluetooth: btrtl: Avoid loading the config file on security chips
Pauli Virtanen (6):
Bluetooth: MGMT: cancel mesh send timer when hdev removed
Bluetooth: 6lowpan: reset link-local header on ipv6 recv path
Bluetooth: 6lowpan: fix BDADDR_LE vs ADDR_LE_DEV address type confusion
Bluetooth: L2CAP: export l2cap_chan_hold for modules
Bluetooth: 6lowpan: Don't hold spin lock over sleeping functions
Bluetooth: 6lowpan: add missing l2cap_chan_lock()
Raphael Pinsonneault-Thibeault (1):
Bluetooth: btusb: reorder cleanup in btusb_disconnect to avoid UAF
drivers/bluetooth/btrtl.c | 24 +++++-----
drivers/bluetooth/btusb.c | 13 +++---
include/net/bluetooth/hci.h | 5 +++
net/bluetooth/6lowpan.c | 105 ++++++++++++++++++++++++++++++++------------
net/bluetooth/hci_conn.c | 33 ++++++++------
net/bluetooth/hci_event.c | 56 ++++++++++++++---------
net/bluetooth/hci_sync.c | 2 +-
net/bluetooth/l2cap_core.c | 1 +
net/bluetooth/mgmt.c | 1 +
9 files changed, 158 insertions(+), 82 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] bluetooth 2025-11-11
2025-11-11 14:13 [GIT PULL] bluetooth 2025-11-11 Luiz Augusto von Dentz
@ 2025-11-12 1:50 ` patchwork-bot+netdevbpf
2025-12-01 21:35 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-11-12 1:50 UTC (permalink / raw)
To: Luiz Augusto von Dentz; +Cc: davem, kuba, linux-bluetooth, netdev
Hello:
This pull request was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 11 Nov 2025 09:13:57 -0500 you wrote:
> The following changes since commit 96a9178a29a6b84bb632ebeb4e84cf61191c73d5:
>
> net: phy: micrel: lan8814 fix reset of the QSGMII interface (2025-11-07 19:00:38 -0800)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2025-11-11
>
> [...]
Here is the summary with links:
- [GIT,PULL] bluetooth 2025-11-11
https://git.kernel.org/netdev/net/c/27bcc05b8869
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] bluetooth 2025-11-11
2025-11-11 14:13 [GIT PULL] bluetooth 2025-11-11 Luiz Augusto von Dentz
2025-11-12 1:50 ` patchwork-bot+netdevbpf
@ 2025-12-01 21:35 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2025-12-01 21:35 UTC (permalink / raw)
To: Luiz Augusto von Dentz; +Cc: davem, kuba, linux-bluetooth, netdev
Hello:
This pull request was applied to bluetooth/bluetooth-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 11 Nov 2025 09:13:57 -0500 you wrote:
> The following changes since commit 96a9178a29a6b84bb632ebeb4e84cf61191c73d5:
>
> net: phy: micrel: lan8814 fix reset of the QSGMII interface (2025-11-07 19:00:38 -0800)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2025-11-11
>
> [...]
Here is the summary with links:
- [GIT,PULL] bluetooth 2025-11-11
https://git.kernel.org/bluetooth/bluetooth-next/c/27bcc05b8869
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-12-01 21:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-11 14:13 [GIT PULL] bluetooth 2025-11-11 Luiz Augusto von Dentz
2025-11-12 1:50 ` patchwork-bot+netdevbpf
2025-12-01 21:35 ` patchwork-bot+bluetooth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox