Netdev List
 help / color / mirror / Atom feed
* [GIT PULL] bluetooth 2026-06-03
@ 2026-06-03 16:27 Luiz Augusto von Dentz
  2026-06-04  2:20 ` patchwork-bot+netdevbpf
  2026-06-11 17:58 ` patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2026-06-03 16:27 UTC (permalink / raw)
  To: davem, kuba; +Cc: linux-bluetooth, netdev

The following changes since commit cdf88b35e06f1b385f7f6228060ae541d44fbb72:

  Bluetooth: hci_sync: Reset device counters in hci_dev_close_sync() (2026-05-28 08:52:21 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2026-06-03

for you to fetch changes up to 149324fc762c2a7acef9c26790566f81f475e51f:

  Bluetooth: MGMT: Fix backward compatibility with userspace (2026-06-03 11:24:12 -0400)

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

 - hci_core: fix memory leak in error path of hci_alloc_dev()
 - hci_sync: reject oversized Broadcast Announcement prepend
 - MGMT: Fix backward compatibility with userspace
 - MGMT: validate advertising TLV before type checks
 - L2CAP: reject BR/EDR signaling packets over MTUsig
 - RFCOMM: validate skb length in MCC handlers
 - RFCOMM: hold listener socket in rfcomm_connect_ind()
 - ISO: Fix not releasing hdev reference on iso_conn_big_sync
 - ISO: Fix a use-after-free of the hci_conn pointer
 - ISO: Fix data-race on iso_pi fields in hci_get_route calls
 - SCO: Fix data-race on sco_pi fields in sco_connect
 - BNEP: reject short frames before parsing

----------------------------------------------------------------
Bharath Reddy (1):
      Bluetooth: fix memory leak in error path of hci_alloc_dev()

Luiz Augusto von Dentz (3):
      Bluetooth: ISO: Fix not releasing hdev reference on iso_conn_big_sync
      Bluetooth: ISO: Fix a use-after-free of the hci_conn pointer
      Bluetooth: MGMT: Fix backward compatibility with userspace

Michael Bommarito (1):
      Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsig

SeungJu Cheon (3):
      Bluetooth: RFCOMM: validate skb length in MCC handlers
      Bluetooth: ISO: Fix data-race on iso_pi fields in hci_get_route calls
      Bluetooth: SCO: Fix data-race on sco_pi fields in sco_connect

Yuqi Xu (1):
      Bluetooth: hci_sync: reject oversized Broadcast Announcement prepend

Zhang Cen (3):
      Bluetooth: RFCOMM: hold listener socket in rfcomm_connect_ind()
      Bluetooth: MGMT: validate advertising TLV before type checks
      Bluetooth: bnep: reject short frames before parsing

 include/net/bluetooth/l2cap.h |  1 +
 net/bluetooth/bnep/core.c     | 57 ++++++++++++++++++++++--------------
 net/bluetooth/hci_sync.c      |  5 ++++
 net/bluetooth/hci_sysfs.c     |  6 ++--
 net/bluetooth/iso.c           | 63 +++++++++++++++++++++++++++++-----------
 net/bluetooth/l2cap_core.c    | 46 +++++++++++++++++++++++++++++
 net/bluetooth/mgmt.c          | 17 +++++------
 net/bluetooth/rfcomm/core.c   | 67 +++++++++++++++++++++++++++++++------------
 net/bluetooth/rfcomm/sock.c   | 26 ++++++++++++++---
 net/bluetooth/sco.c           | 20 +++++++++----
 10 files changed, 233 insertions(+), 75 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] bluetooth 2026-06-03
  2026-06-03 16:27 [GIT PULL] bluetooth 2026-06-03 Luiz Augusto von Dentz
@ 2026-06-04  2:20 ` patchwork-bot+netdevbpf
  2026-06-11 17:58 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-06-04  2:20 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 Wed,  3 Jun 2026 12:27:14 -0400 you wrote:
> The following changes since commit cdf88b35e06f1b385f7f6228060ae541d44fbb72:
> 
>   Bluetooth: hci_sync: Reset device counters in hci_dev_close_sync() (2026-05-28 08:52:21 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2026-06-03
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] bluetooth 2026-06-03
    https://git.kernel.org/netdev/net/c/d20da9130830

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 2026-06-03
  2026-06-03 16:27 [GIT PULL] bluetooth 2026-06-03 Luiz Augusto von Dentz
  2026-06-04  2:20 ` patchwork-bot+netdevbpf
@ 2026-06-11 17:58 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2026-06-11 17:58 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 Wed,  3 Jun 2026 12:27:14 -0400 you wrote:
> The following changes since commit cdf88b35e06f1b385f7f6228060ae541d44fbb72:
> 
>   Bluetooth: hci_sync: Reset device counters in hci_dev_close_sync() (2026-05-28 08:52:21 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2026-06-03
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] bluetooth 2026-06-03
    https://git.kernel.org/bluetooth/bluetooth-next/c/d20da9130830

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:[~2026-06-11 17:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-03 16:27 [GIT PULL] bluetooth 2026-06-03 Luiz Augusto von Dentz
2026-06-04  2:20 ` patchwork-bot+netdevbpf
2026-06-11 17:58 ` 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