mbox series

pull request: bluetooth 2024-09-27

Message ID 20240927145709.2452091-1-luiz.dentz@gmail.com
State New
Headers show
Series pull request: bluetooth 2024-09-27 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-09-27

Message

Luiz Augusto von Dentz Sept. 27, 2024, 2:57 p.m. UTC
The following changes since commit d505d3593b52b6c43507f119572409087416ba28:

  net: wwan: qcom_bam_dmux: Fix missing pm_runtime_disable() (2024-09-27 12:39:02 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-09-27

for you to fetch changes up to b25e11f978b63cb7857890edb3a698599cddb10e:

  Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LE (2024-09-27 10:52:20 -0400)

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

 - btmrvl: Use IRQF_NO_AUTOEN flag in request_irq()
 - MGMT: Fix possible crash on mgmt_index_removed
 - L2CAP: Fix uaf in l2cap_connect
 - Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LE

----------------------------------------------------------------
Jinjie Ruan (1):
      Bluetooth: btmrvl: Use IRQF_NO_AUTOEN flag in request_irq()

Luiz Augusto von Dentz (3):
      Bluetooth: MGMT: Fix possible crash on mgmt_index_removed
      Bluetooth: L2CAP: Fix uaf in l2cap_connect
      Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LE

 drivers/bluetooth/btmrvl_sdio.c |  3 +--
 net/bluetooth/hci_core.c        |  2 ++
 net/bluetooth/hci_event.c       | 15 ++++++---------
 net/bluetooth/l2cap_core.c      |  8 --------
 net/bluetooth/mgmt.c            | 23 ++++++++++++++---------
 5 files changed, 23 insertions(+), 28 deletions(-)