linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull request: bluetooth 2024-06-28
@ 2024-06-28 18:46 Luiz Augusto von Dentz
  2024-07-01 12:12 ` patchwork-bot+netdevbpf
  2024-07-10 15:01 ` patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2024-06-28 18:46 UTC (permalink / raw)
  To: davem, kuba; +Cc: linux-bluetooth, netdev

The following changes since commit dc6be0b73f4f55ab6d49fa55dbce299cf9fa2788:

  Merge tag 'ieee802154-for-net-2024-06-27' of git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan into main (2024-06-28 13:10:12 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-06-28

for you to fetch changes up to f1a8f402f13f94263cf349216c257b2985100927:

  Bluetooth: L2CAP: Fix deadlock (2024-06-28 14:32:02 -0400)

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

 - Ignore too large handle values in BIG
 - L2CAP: sync sock recv cb and release
 - hci_bcm4377: Fix msgid release
 - ISO: Check socket flag instead of hcon
 - hci_event: Fix setting of unicast qos interval
 - hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAX
 - Add quirk to ignore reserved PHY bits in LE Extended Adv Report
 - hci_core: cancel all works upon hci_unregister_dev
 - btintel_pcie: Fix REVERSE_INULL issue reported by coverity
 - qca: Fix BT enable failure again for QCA6390 after warm reboot

----------------------------------------------------------------
Edward Adam Davis (2):
      Bluetooth: Ignore too large handle values in BIG
      bluetooth/l2cap: sync sock recv cb and release

Hector Martin (1):
      Bluetooth: hci_bcm4377: Fix msgid release

Iulia Tanasescu (1):
      Bluetooth: ISO: Check socket flag instead of hcon

Luiz Augusto von Dentz (2):
      Bluetooth: hci_event: Fix setting of unicast qos interval
      Bluetooth: L2CAP: Fix deadlock

Neeraj Sanjay Kale (1):
      Bluetooth: btnxpuart: Enable Power Save feature on startup

Pavel Skripkin (1):
      bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAX

Sven Peter (1):
      Bluetooth: Add quirk to ignore reserved PHY bits in LE Extended Adv Report

Tetsuo Handa (1):
      Bluetooth: hci_core: cancel all works upon hci_unregister_dev()

Vijay Satija (1):
      Bluetooth: btintel_pcie: Fix REVERSE_INULL issue reported by coverity

Zijun Hu (1):
      Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm reboot

 drivers/bluetooth/btintel_pcie.c |  2 +-
 drivers/bluetooth/btnxpuart.c    |  2 +-
 drivers/bluetooth/hci_bcm4377.c  | 10 +++++-
 drivers/bluetooth/hci_qca.c      | 18 ++++++++--
 include/net/bluetooth/hci.h      | 11 ++++++
 include/net/bluetooth/hci_sync.h |  2 ++
 net/bluetooth/hci_conn.c         | 15 ++++++--
 net/bluetooth/hci_core.c         | 76 ++++++++++++----------------------------
 net/bluetooth/hci_event.c        | 33 +++++++++++++++--
 net/bluetooth/hci_sync.c         | 13 +++++++
 net/bluetooth/iso.c              |  3 +-
 net/bluetooth/l2cap_core.c       |  3 ++
 net/bluetooth/l2cap_sock.c       | 14 ++++++--
 13 files changed, 131 insertions(+), 71 deletions(-)

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

* Re: pull request: bluetooth 2024-06-28
  2024-06-28 18:46 pull request: bluetooth 2024-06-28 Luiz Augusto von Dentz
@ 2024-07-01 12:12 ` patchwork-bot+netdevbpf
  2024-07-10 15:01 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-07-01 12:12 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 David S. Miller <davem@davemloft.net>:

On Fri, 28 Jun 2024 14:46:53 -0400 you wrote:
> The following changes since commit dc6be0b73f4f55ab6d49fa55dbce299cf9fa2788:
> 
>   Merge tag 'ieee802154-for-net-2024-06-27' of git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan into main (2024-06-28 13:10:12 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-06-28
> 
> [...]

Here is the summary with links:
  - pull request: bluetooth 2024-06-28
    https://git.kernel.org/netdev/net/c/42391445a863

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-06-28
  2024-06-28 18:46 pull request: bluetooth 2024-06-28 Luiz Augusto von Dentz
  2024-07-01 12:12 ` patchwork-bot+netdevbpf
@ 2024-07-10 15:01 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2024-07-10 15:01 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 David S. Miller <davem@davemloft.net>:

On Fri, 28 Jun 2024 14:46:53 -0400 you wrote:
> The following changes since commit dc6be0b73f4f55ab6d49fa55dbce299cf9fa2788:
> 
>   Merge tag 'ieee802154-for-net-2024-06-27' of git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan into main (2024-06-28 13:10:12 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-06-28
> 
> [...]

Here is the summary with links:
  - pull request: bluetooth 2024-06-28
    https://git.kernel.org/bluetooth/bluetooth-next/c/42391445a863

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-07-10 15:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-28 18:46 pull request: bluetooth 2024-06-28 Luiz Augusto von Dentz
2024-07-01 12:12 ` patchwork-bot+netdevbpf
2024-07-10 15:01 ` 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).