mbox series

pull-request: bluetooth 2022-10-02

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

Pull-request

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

Message

Luiz Augusto von Dentz Nov. 2, 2022, 11:59 p.m. UTC
The following changes since commit ba9169f57090efdee6b13601fced57e123db8777:

  Merge branch 'misdn-fixes' (2022-11-02 12:34:48 +0000)

are available in the Git repository at:

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

for you to fetch changes up to b1a2cd50c0357f243b7435a732b4e62ba3157a2e:

  Bluetooth: L2CAP: Fix attempting to access uninitialized memory (2022-11-02 16:37:00 -0700)

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

 - Fix memory leak in hci_vhci driver
 - Fix handling of skb on virtio_bt driver
 - Fix accepting connection for invalid L2CAP PSM
 - Fix attemting to access uninitialized memory
 - Fix use-after-free in l2cap_reassemble_sdu
 - Fix use-after-free in l2cap_conn_del
 - Fix handling of destination address type for CIS
 - Fix not restoring ISO buffer count on disconnect

----------------------------------------------------------------
Hawkins Jiawei (1):
      Bluetooth: L2CAP: Fix memory leak in vhci_write

Luiz Augusto von Dentz (4):
      Bluetooth: hci_conn: Fix not restoring ISO buffer count on disconnect
      Bluetooth: L2CAP: Fix accepting connection request for invalid SPSM
      Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm
      Bluetooth: L2CAP: Fix attempting to access uninitialized memory

Maxim Mikityanskiy (1):
      Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sdu

Pauli Virtanen (1):
      Bluetooth: hci_conn: Fix CIS connection dst_type handling

Soenke Huster (1):
      Bluetooth: virtio_bt: Use skb_put to set length

Zhengchao Shao (1):
      Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del()

 drivers/bluetooth/virtio_bt.c |  2 +-
 net/bluetooth/hci_conn.c      | 18 ++++++---
 net/bluetooth/iso.c           | 14 ++++++-
 net/bluetooth/l2cap_core.c    | 86 ++++++++++++++++++++++++++++++++++++-------
 4 files changed, 98 insertions(+), 22 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 3, 2022, 2:50 a.m. UTC | #1
Hello:

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

On Wed,  2 Nov 2022 16:59:27 -0700 you wrote:
> The following changes since commit ba9169f57090efdee6b13601fced57e123db8777:
> 
>   Merge branch 'misdn-fixes' (2022-11-02 12:34:48 +0000)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2022-10-02
> 
> [...]

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

You are awesome, thank you!