mbox series

pull request: bluetooth 2022-08-08

Message ID 20220809001224.412807-1-luiz.dentz@gmail.com
State New
Headers show
Series pull request: bluetooth 2022-08-08 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2022-08-08

Message

Luiz Augusto von Dentz Aug. 9, 2022, 12:12 a.m. UTC
The following changes since commit 2e64fe4624d19bc71212aae434c54874e5c49c5a:

  selftests: add few test cases for tap driver (2022-08-05 08:59:15 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2022-08-08

for you to fetch changes up to 1d1ab5d39be7590bb2400418877bff43da9e75ec:

  Bluetooth: ISO: Fix not using the correct QoS (2022-08-08 17:06:36 -0700)

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

 - Fixes various issues related to ISO channel/socket support
 - Fixes issues when building with C=1
 - Fix cancel uninitilized work which blocks syzbot to run

----------------------------------------------------------------
Dan Carpenter (1):
      Bluetooth: ISO: unlock on error path in iso_sock_setsockopt()

Luiz Augusto von Dentz (8):
      Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regression
      Bluetooth: hci_conn: Fix updating ISO QoS PHY
      Bluetooth: ISO: Fix info leak in iso_sock_getsockopt()
      Bluetooth: ISO: Fix memory corruption
      Bluetooth: hci_event: Fix build warning with C=1
      Bluetooth: MGMT: Fixes build warnings with C=1
      Bluetooth: ISO: Fix iso_sock_getsockopt for BT_DEFER_SETUP
      Bluetooth: ISO: Fix not using the correct QoS

Soenke Huster (1):
      Bluetooth: Fix null pointer deref on unexpected status event

Tetsuo Handa (1):
      Bluetooth: don't try to cancel uninitialized works at mgmt_index_removed()

 net/bluetooth/aosp.c       | 15 ++++++++++++---
 net/bluetooth/hci_conn.c   | 11 ++---------
 net/bluetooth/hci_event.c  |  7 +++++--
 net/bluetooth/iso.c        | 35 +++++++++++++++++++++++------------
 net/bluetooth/l2cap_core.c | 13 ++++++-------
 net/bluetooth/mgmt.c       |  7 ++++---
 net/bluetooth/msft.c       | 15 ++++++++++++---
 7 files changed, 64 insertions(+), 39 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 9, 2022, 4:10 a.m. UTC | #1
Hello:

This pull request was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Mon,  8 Aug 2022 17:12:24 -0700 you wrote:
> The following changes since commit 2e64fe4624d19bc71212aae434c54874e5c49c5a:
> 
>   selftests: add few test cases for tap driver (2022-08-05 08:59:15 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2022-08-08
> 
> [...]

Here is the summary with links:
  - pull request: bluetooth 2022-08-08
    https://git.kernel.org/netdev/net/c/b8c3bf0ed2ed

You are awesome, thank you!