Linux bluetooth development
 help / color / mirror / Atom feed
* [GIT PULL] bluetooth 2026-09-07
@ 2026-09-07 17:26 Luiz Augusto von Dentz
  2026-09-08 20:57 ` Jakub Kicinski
  0 siblings, 1 reply; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2026-09-07 17:26 UTC (permalink / raw)
  To: davem, kuba; +Cc: linux-bluetooth, netdev

The following changes since commit 38b6be101006d3e7af972999f45d4f1e8250587a:

  net: macb: fix NULL pointer dereference on unbind with fixed-link (2026-09-05 13:58:52 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2026-09-07

for you to fetch changes up to 3ffa1008d5018a15163938fa54a99284bbde1c31:

  Bluetooth: btusb: Fix leaked runtime PM reference in btusb_reset (2026-09-07 13:13:49 -0400)

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

Core:

 - hci_sysfs: Fix NULL pointer dereference in device_del()
 - hci_sync: Fix not setting CE length properly
 - btqcomsmd: destroy RPMsg endpoints before freeing hci_dev

Drivers:

 - btmtk: Declare MT7920 (MT7961 1a) Bluetooth firmware
 - btusb: mediatek: Fix leaked runtime PM reference in reset
 - btusb: Fix leaked runtime PM reference in btusb_reset
 - btusb: Fix UAF of btusb_data by rx_work
 - btusb: Properly disable remote wakeup for MT7922/MT7925 on Ryzen platform
 - btintel_pcie: validate packet_len before skb_put_data
 - btintel_pcie: fix tx_handle bounds off-by-one
 - btrtl: Don't leak return code when parsing firmware format v2

----------------------------------------------------------------
Ivan Hu (1):
      Bluetooth: btmtk: Declare MT7920 (MT7961 1a) Bluetooth firmware

Jiajia Liu (2):
      Bluetooth: btusb: mediatek: Fix leaked runtime PM reference in reset
      Bluetooth: btusb: Fix leaked runtime PM reference in btusb_reset

Kiran K (2):
      Bluetooth: btintel_pcie: validate packet_len before skb_put_data
      Bluetooth: btintel_pcie: fix tx_handle bounds off-by-one

Krystian Kaniewski (1):
      Bluetooth: hci_sysfs: Fix NULL pointer dereference in device_del()

Luiz Augusto von Dentz (2):
      Bluetooth: btusb: Fix UAF of btusb_data by rx_work
      Bluetooth: hci_sync: Fix not setting CE length properly

Rong Zhang (2):
      Bluetooth: Properly disable remote wakeup for MT7922/MT7925 on Ryzen platform
      Bluetooth: btrtl: Don't leak return code when parsing firmware format v2

Xu Rao (1):
      Bluetooth: btqcomsmd: destroy RPMsg endpoints before freeing hci_dev

 drivers/bluetooth/btintel_pcie.c |   6 ++-
 drivers/bluetooth/btmtk.c        |  11 +---
 drivers/bluetooth/btmtk.h        |   1 +
 drivers/bluetooth/btqcomsmd.c    |   6 ++-
 drivers/bluetooth/btrtl.c        |   5 +-
 drivers/bluetooth/btusb.c        | 105 +++++++++++++++++++++++++++++++++++----
 net/bluetooth/hci_sync.c         |  38 +++++++++++++-
 net/bluetooth/hci_sysfs.c        |  17 ++++++-
 8 files changed, 159 insertions(+), 30 deletions(-)

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

* Re: [GIT PULL] bluetooth 2026-09-07
  2026-09-07 17:26 [GIT PULL] bluetooth 2026-09-07 Luiz Augusto von Dentz
@ 2026-09-08 20:57 ` Jakub Kicinski
  2026-09-08 20:59   ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 3+ messages in thread
From: Jakub Kicinski @ 2026-09-08 20:57 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: davem, linux-bluetooth, netdev

On Mon,  7 Sep 2026 13:26:48 -0400 Luiz Augusto von Dentz wrote:
> bluetooth pull request for net:
> 
> Core:
> 
>  - hci_sysfs: Fix NULL pointer dereference in device_del()
>  - hci_sync: Fix not setting CE length properly
>  - btqcomsmd: destroy RPMsg endpoints before freeing hci_dev
> 
> Drivers:
> 
>  - btmtk: Declare MT7920 (MT7961 1a) Bluetooth firmware
>  - btusb: mediatek: Fix leaked runtime PM reference in reset
>  - btusb: Fix leaked runtime PM reference in btusb_reset
>  - btusb: Fix UAF of btusb_data by rx_work
>  - btusb: Properly disable remote wakeup for MT7922/MT7925 on Ryzen platform
>  - btintel_pcie: validate packet_len before skb_put_data
>  - btintel_pcie: fix tx_handle bounds off-by-one
>  - btrtl: Don't leak return code when parsing firmware format v2

You're missing a bunch of your own sign-off tags.

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

* Re: [GIT PULL] bluetooth 2026-09-07
  2026-09-08 20:57 ` Jakub Kicinski
@ 2026-09-08 20:59   ` Luiz Augusto von Dentz
  0 siblings, 0 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2026-09-08 20:59 UTC (permalink / raw)
  To: Jakub Kicinski; +Cc: davem, linux-bluetooth, netdev

Hi Jakub,

On Tue, Sep 8, 2026 at 4:57 PM Jakub Kicinski <kuba@kernel.org> wrote:
>
> On Mon,  7 Sep 2026 13:26:48 -0400 Luiz Augusto von Dentz wrote:
> > bluetooth pull request for net:
> >
> > Core:
> >
> >  - hci_sysfs: Fix NULL pointer dereference in device_del()
> >  - hci_sync: Fix not setting CE length properly
> >  - btqcomsmd: destroy RPMsg endpoints before freeing hci_dev
> >
> > Drivers:
> >
> >  - btmtk: Declare MT7920 (MT7961 1a) Bluetooth firmware
> >  - btusb: mediatek: Fix leaked runtime PM reference in reset
> >  - btusb: Fix leaked runtime PM reference in btusb_reset
> >  - btusb: Fix UAF of btusb_data by rx_work
> >  - btusb: Properly disable remote wakeup for MT7922/MT7925 on Ryzen platform
> >  - btintel_pcie: validate packet_len before skb_put_data
> >  - btintel_pcie: fix tx_handle bounds off-by-one
> >  - btrtl: Don't leak return code when parsing firmware format v2
>
> You're missing a bunch of your own sign-off tags.

Yeah, I will respin it in a moment.

-- 
Luiz Augusto von Dentz

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

end of thread, other threads:[~2026-09-08 21:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-07 17:26 [GIT PULL] bluetooth 2026-09-07 Luiz Augusto von Dentz
2026-09-08 20:57 ` Jakub Kicinski
2026-09-08 20:59   ` Luiz Augusto von Dentz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox