mbox series

pull-request: bluetooth 2023-12-15

Message ID 20231215183214.1563754-1-luiz.dentz@gmail.com (mailing list archive)
State Accepted
Commit 498444e390b48134e550c9d65b5a1b1f56745acd
Headers show
Series pull-request: bluetooth 2023-12-15 | expand

Pull-request

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

Message

Luiz Augusto von Dentz Dec. 15, 2023, 6:32 p.m. UTC
The following changes since commit 64b8bc7d5f1434c636a40bdcfcd42b278d1714be:

  net/rose: fix races in rose_kill_by_device() (2023-12-15 11:59:53 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 2e07e8348ea454615e268222ae3fc240421be768:

  Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsg (2023-12-15 11:54:18 -0500)

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

 - Add encryption key size check when acting as peripheral
 - Shut up false-positive build warning
 - Send reject if L2CAP command request is corrupted
 - Fix Use-After-Free in bt_sock_recvmsg
 - Fix not notifying when connection encryption changes
 - Fix not checking if HCI_OP_INQUIRY has been sent
 - Fix address type send over to the MGMT interface
 - Fix deadlock in vhci_send_frame

----------------------------------------------------------------
Alex Lu (1):
      Bluetooth: Add more enc key size check

Arnd Bergmann (1):
      Bluetooth: hci_event: shut up a false-positive warning

Frédéric Danis (1):
      Bluetooth: L2CAP: Send reject on command corrupted request

Hyunwoo Kim (1):
      Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsg

Luiz Augusto von Dentz (3):
      Bluetooth: Fix not notifying when connection encryption changes
      Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sent
      Bluetooth: hci_core: Fix hci_conn_hash_lookup_cis

Xiao Yao (1):
      Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE

Ying Hsu (1):
      Bluetooth: Fix deadlock in vhci_send_frame

 drivers/bluetooth/hci_vhci.c     | 10 ++++++----
 include/net/bluetooth/hci_core.h |  9 +++++++--
 net/bluetooth/af_bluetooth.c     |  7 ++++++-
 net/bluetooth/hci_event.c        | 30 +++++++++++++++++++++---------
 net/bluetooth/l2cap_core.c       | 21 +++++++++++++++------
 net/bluetooth/mgmt.c             | 25 ++++++++++++++++++-------
 net/bluetooth/smp.c              |  7 +++++++
 7 files changed, 80 insertions(+), 29 deletions(-)

Comments

patchwork-bot+bluetooth@kernel.org Dec. 22, 2023, 6:20 p.m. UTC | #1
Hello:

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

On Fri, 15 Dec 2023 13:32:13 -0500 you wrote:
> The following changes since commit 64b8bc7d5f1434c636a40bdcfcd42b278d1714be:
> 
>   net/rose: fix races in rose_kill_by_device() (2023-12-15 11:59:53 +0000)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-12-15
> 
> [...]

Here is the summary with links:
  - pull-request: bluetooth 2023-12-15
    https://git.kernel.org/bluetooth/bluetooth-next/c/498444e390b4

You are awesome, thank you!