public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: davem@davemloft.net, kuba@kernel.org
Cc: linux-bluetooth@vger.kernel.org, netdev@vger.kernel.org
Subject: pull request: bluetooth 2024-12-12
Date: Thu, 12 Dec 2024 09:28:05 -0500	[thread overview]
Message-ID: <20241212142806.2046274-1-luiz.dentz@gmail.com> (raw)

The following changes since commit 3dd002f20098b9569f8fd7f8703f364571e2e975:

  net: renesas: rswitch: handle stop vs interrupt race (2024-12-10 19:08:00 -0800)

are available in the Git repository at:

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

for you to fetch changes up to b548f5e9456c568155499d9ebac675c0d7a296e8:

  Bluetooth: btmtk: avoid UAF in btmtk_process_coredump (2024-12-12 09:25:28 -0500)

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

 - SCO: Fix transparent voice setting
 - ISO: Locking fixes
 - hci_core: Fix sleeping function called from invalid context
 - hci_event: Fix using rcu_read_(un)lock while iterating
 - btmtk: avoid UAF in btmtk_process_coredump

----------------------------------------------------------------
Frédéric Danis (1):
      Bluetooth: SCO: Add support for 16 bits transparent voice setting

Iulia Tanasescu (4):
      Bluetooth: iso: Always release hdev at the end of iso_listen_bis
      Bluetooth: iso: Fix recursive locking warning
      Bluetooth: iso: Fix circular lock in iso_listen_bis
      Bluetooth: iso: Fix circular lock in iso_conn_big_sync

Luiz Augusto von Dentz (2):
      Bluetooth: hci_core: Fix sleeping function called from invalid context
      Bluetooth: hci_event: Fix using rcu_read_(un)lock while iterating

Michal Luczaj (1):
      Bluetooth: Improve setsockopt() handling of malformed user input

Thadeu Lima de Souza Cascardo (1):
      Bluetooth: btmtk: avoid UAF in btmtk_process_coredump

 drivers/bluetooth/btmtk.c         |  20 ++++---
 include/net/bluetooth/bluetooth.h |  10 +---
 include/net/bluetooth/hci_core.h  | 108 ++++++++++++++++++++++++--------------
 net/bluetooth/hci_core.c          |  10 ++--
 net/bluetooth/hci_event.c         |  33 ++++--------
 net/bluetooth/hci_sock.c          |  14 ++---
 net/bluetooth/iso.c               |  75 +++++++++++++++++++-------
 net/bluetooth/l2cap_core.c        |  12 ++---
 net/bluetooth/l2cap_sock.c        |  20 +++----
 net/bluetooth/rfcomm/core.c       |   6 +++
 net/bluetooth/rfcomm/sock.c       |   9 ++--
 net/bluetooth/sco.c               |  52 +++++++++---------
 12 files changed, 215 insertions(+), 154 deletions(-)

             reply	other threads:[~2024-12-12 14:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-12 14:28 Luiz Augusto von Dentz [this message]
2024-12-12 15:30 ` pull request: bluetooth 2024-12-12 patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241212142806.2046274-1-luiz.dentz@gmail.com \
    --to=luiz.dentz@gmail.com \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox