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

The following changes since commit 27c346a22f816b1d02e9303c572b4b8e31b75f98:

  octeontx2-af: Fix a double free issue (2023-12-22 13:31:54 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2023-12-22

for you to fetch changes up to da9065caa594d19b26e1a030fd0cc27bd365d685:

  Bluetooth: Fix atomicity violation in {min,max}_key_size_set (2023-12-22 13:00:36 -0500)

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

 - btnxpuart: Fix recv_buf return value
 - L2CAP: Fix responding with multiple rejects
 - Fix atomicity violation in {min,max}_key_size_set
 - ISO: Allow binding a PA sync socket
 - ISO: Reassociate a socket with an active BIS
 - ISO: Avoid creating child socket if PA sync is terminating
 - Add device 13d3:3572 IMC Networks Bluetooth Radio
 - Don't suspend when there are connections
 - Remove le_restart_scan work
 - Fix bogus check for re-auth not supported with non-ssp
 - lib: Add documentation to exported functions
 - Support HFP offload for QCA2066

----------------------------------------------------------------
Francesco Dolcini (3):
      Bluetooth: btnxpuart: fix recv_buf() return value
      Bluetooth: btmtkuart: fix recv_buf() return value
      Bluetooth: btnxpuart: remove useless assignment

Frédéric Danis (1):
      Bluetooth: L2CAP: Fix possible multiple reject send

Gui-Dong Han (1):
      Bluetooth: Fix atomicity violation in {min,max}_key_size_set

Iulia Tanasescu (3):
      Bluetooth: ISO: Allow binding a PA sync socket
      Bluetooth: ISO: Reassociate a socket with an active BIS
      Bluetooth: ISO: Avoid creating child socket if PA sync is terminating

Jagan Teki (1):
      Bluetooth: Add device 13d3:3572 IMC Networks Bluetooth Radio

Kiran K (1):
      Bluetooth: btintel: Print firmware SHA1

Luiz Augusto von Dentz (3):
      Bluetooth: btusb: Don't suspend when there are connections
      Bluetooth: hci_core: Remove le_restart_scan work
      Bluetooth: Fix bogus check for re-auth no supported with non-ssp

Yuran Pereira (1):
      Bluetooth: Add documentation to exported functions in lib

Zijun Hu (3):
      Bluetooth: qca: Set both WIDEBAND_SPEECH and LE_STATES quirks for QCA2066
      Bluetooth: hci_conn: Check non NULL function before calling for HFP offload
      Bluetooth: qca: Support HFP offload for QCA2066

clancy shang (1):
      Bluetooth: hci_sync: fix BR/EDR wakeup bug

 drivers/bluetooth/btintel.c      |   5 +
 drivers/bluetooth/btintel.h      |   4 +-
 drivers/bluetooth/btmtkuart.c    |  11 +--
 drivers/bluetooth/btnxpuart.c    |   8 +-
 drivers/bluetooth/btusb.c        |   6 ++
 drivers/bluetooth/hci_qca.c      |  23 +++++
 include/net/bluetooth/hci_core.h |  26 +++++-
 net/bluetooth/hci_conn.c         |  51 ++++++++--
 net/bluetooth/hci_debugfs.c      |  12 ++-
 net/bluetooth/hci_event.c        |  11 +--
 net/bluetooth/hci_sync.c         | 106 +++------------------
 net/bluetooth/iso.c              | 197 +++++++++++++++++++++++++++++++++++++--
 net/bluetooth/l2cap_core.c       |   3 +-
 net/bluetooth/lib.c              |  69 +++++++++++++-
 net/bluetooth/mgmt.c             |  17 ----
 15 files changed, 386 insertions(+), 163 deletions(-)

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

* Re: pull request: bluetooth-next 2023-12-22
  2023-12-22 18:46 pull request: bluetooth-next 2023-12-22 Luiz Augusto von Dentz
@ 2024-01-02 13:50 ` patchwork-bot+netdevbpf
  2024-01-02 17:40 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-01-02 13:50 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: davem, kuba, linux-bluetooth, netdev

Hello:

This pull request was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Fri, 22 Dec 2023 13:46:24 -0500 you wrote:
> The following changes since commit 27c346a22f816b1d02e9303c572b4b8e31b75f98:
> 
>   octeontx2-af: Fix a double free issue (2023-12-22 13:31:54 +0000)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2023-12-22
> 
> [...]

Here is the summary with links:
  - pull request: bluetooth-next 2023-12-22
    https://git.kernel.org/netdev/net-next/c/8a48a2dc24f8

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-next 2023-12-22
  2023-12-22 18:46 pull request: bluetooth-next 2023-12-22 Luiz Augusto von Dentz
  2024-01-02 13:50 ` patchwork-bot+netdevbpf
@ 2024-01-02 17:40 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2024-01-02 17:40 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, 22 Dec 2023 13:46:24 -0500 you wrote:
> The following changes since commit 27c346a22f816b1d02e9303c572b4b8e31b75f98:
> 
>   octeontx2-af: Fix a double free issue (2023-12-22 13:31:54 +0000)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2023-12-22
> 
> [...]

Here is the summary with links:
  - pull request: bluetooth-next 2023-12-22
    https://git.kernel.org/bluetooth/bluetooth-next/c/8a48a2dc24f8

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-01-02 17:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-22 18:46 pull request: bluetooth-next 2023-12-22 Luiz Augusto von Dentz
2024-01-02 13:50 ` patchwork-bot+netdevbpf
2024-01-02 17:40 ` 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).