linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull request: bluetooth 2024-04-24
@ 2024-04-24 20:41 Luiz Augusto von Dentz
  2024-04-25  3:40 ` patchwork-bot+netdevbpf
  2024-04-30 21:51 ` patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2024-04-24 20:41 UTC (permalink / raw)
  To: davem, kuba; +Cc: linux-bluetooth, netdev

The following changes since commit 5b5f724b05c550e10693a53a81cadca901aefd16:

  net: phy: mediatek-ge-soc: follow netdev LED trigger semantics (2024-04-24 11:50:49 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-04-24

for you to fetch changes up to 3d05fc82237aa97162d0d7dc300b55bb34e91d02:

  Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional() (2024-04-24 16:26:22 -0400)

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

 - qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional()
 - hci_sync: Using hci_cmd_sync_submit when removing Adv Monitor
 - qca: fix invalid device address check
 - hci_sync: Use advertised PHYs on hci_le_ext_create_conn_sync
 - Fix type of len in {l2cap,sco}_sock_getsockopt_old()
 - btusb: mediatek: Fix double free of skb in coredump
 - btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853
 - btusb: Fix triggering coredump implementation for QCA

----------------------------------------------------------------
Bartosz Golaszewski (1):
      Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional()

Chun-Yi Lee (1):
      Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv Monitor

Johan Hovold (3):
      Bluetooth: qca: fix invalid device address check
      Bluetooth: qca: fix NULL-deref on non-serdev suspend
      Bluetooth: qca: fix NULL-deref on non-serdev setup

Luiz Augusto von Dentz (3):
      Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_sync
      Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZE
      Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUID

Nathan Chancellor (1):
      Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()

Sean Wang (1):
      Bluetooth: btusb: mediatek: Fix double free of skb in coredump

WangYuli (1):
      Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853

Zijun Hu (1):
      Bluetooth: btusb: Fix triggering coredump implementation for QCA

 drivers/bluetooth/btmtk.c        |  7 +++----
 drivers/bluetooth/btqca.c        | 38 ++++++++++++++++++++++++++++++++++++++
 drivers/bluetooth/btusb.c        | 11 ++++++-----
 drivers/bluetooth/hci_qca.c      | 29 ++++++++++++++++++++---------
 include/net/bluetooth/hci_core.h |  8 +++++++-
 net/bluetooth/hci_conn.c         |  6 ++++--
 net/bluetooth/hci_event.c        | 25 ++++++++++++++-----------
 net/bluetooth/hci_sync.c         |  9 ++++++---
 net/bluetooth/l2cap_core.c       |  2 +-
 net/bluetooth/l2cap_sock.c       |  7 ++++---
 net/bluetooth/mgmt.c             | 24 +++++++++++++++++-------
 net/bluetooth/sco.c              |  7 ++++---
 12 files changed, 124 insertions(+), 49 deletions(-)

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

* Re: pull request: bluetooth 2024-04-24
  2024-04-24 20:41 pull request: bluetooth 2024-04-24 Luiz Augusto von Dentz
@ 2024-04-25  3:40 ` patchwork-bot+netdevbpf
  2024-04-30 21:51 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-04-25  3:40 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, 24 Apr 2024 16:41:02 -0400 you wrote:
> The following changes since commit 5b5f724b05c550e10693a53a81cadca901aefd16:
> 
>   net: phy: mediatek-ge-soc: follow netdev LED trigger semantics (2024-04-24 11:50:49 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-04-24
> 
> [...]

Here is the summary with links:
  - pull request: bluetooth 2024-04-24
    https://git.kernel.org/netdev/net/c/e6b219014fb3

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: pull request: bluetooth 2024-04-24
  2024-04-24 20:41 pull request: bluetooth 2024-04-24 Luiz Augusto von Dentz
  2024-04-25  3:40 ` patchwork-bot+netdevbpf
@ 2024-04-30 21:51 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2024-04-30 21:51 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, 24 Apr 2024 16:41:02 -0400 you wrote:
> The following changes since commit 5b5f724b05c550e10693a53a81cadca901aefd16:
> 
>   net: phy: mediatek-ge-soc: follow netdev LED trigger semantics (2024-04-24 11:50:49 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-04-24
> 
> [...]

Here is the summary with links:
  - pull request: bluetooth 2024-04-24
    https://git.kernel.org/bluetooth/bluetooth-next/c/e6b219014fb3

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:[~2024-04-30 21:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-24 20:41 pull request: bluetooth 2024-04-24 Luiz Augusto von Dentz
2024-04-25  3:40 ` patchwork-bot+netdevbpf
2024-04-30 21:51 ` 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;
as well as URLs for NNTP newsgroup(s).