lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240410191610.4156653-1-luiz.dentz@gmail.com>
Date: Wed, 10 Apr 2024 15:16:10 -0400
From: Luiz Augusto von Dentz <luiz.dentz@...il.com>
To: davem@...emloft.net,
	kuba@...nel.org
Cc: linux-bluetooth@...r.kernel.org,
	netdev@...r.kernel.org
Subject: pull request: bluetooth 2024-04-10

The following changes since commit 19fa4f2a85d777a8052e869c1b892a2f7556569d:

  r8169: fix LED-related deadlock on module removal (2024-04-10 10:44:29 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-04-10

for you to fetch changes up to 600b0bbe73d3a9a264694da0e4c2c0800309141e:

  Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED bit (2024-04-10 15:10:16 -0400)

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

  - L2CAP: Don't double set the HCI_CONN_MGMT_CONNECTED bit
  - Fix memory leak in hci_req_sync_complete
  - hci_sync: Fix using the same interval and window for Coded PHY
  - Fix not validating setsockopt user input

----------------------------------------------------------------
Archie Pusaka (1):
      Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED bit

Dmitry Antipov (1):
      Bluetooth: Fix memory leak in hci_req_sync_complete()

Luiz Augusto von Dentz (7):
      Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unset
      Bluetooth: hci_sync: Fix using the same interval and window for Coded PHY
      Bluetooth: SCO: Fix not validating setsockopt user input
      Bluetooth: RFCOMM: Fix not validating setsockopt user input
      Bluetooth: L2CAP: Fix not validating setsockopt user input
      Bluetooth: ISO: Fix not validating setsockopt user input
      Bluetooth: hci_sock: Fix not validating setsockopt user input

 include/net/bluetooth/bluetooth.h |  9 +++++++
 net/bluetooth/hci_request.c       |  4 ++-
 net/bluetooth/hci_sock.c          | 21 ++++++----------
 net/bluetooth/hci_sync.c          |  6 ++---
 net/bluetooth/iso.c               | 46 +++++++++++++++-------------------
 net/bluetooth/l2cap_core.c        |  3 +--
 net/bluetooth/l2cap_sock.c        | 52 +++++++++++++++------------------------
 net/bluetooth/rfcomm/sock.c       | 14 ++++-------
 net/bluetooth/sco.c               | 23 ++++++++---------
 9 files changed, 79 insertions(+), 99 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ