All of lore.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 2023-06-05
Date: Mon,  5 Jun 2023 17:34:54 -0700	[thread overview]
Message-ID: <20230606003454.2392552-1-luiz.dentz@gmail.com> (raw)

The following changes since commit fb928170e32ebf4f983db7ea64901b1ea19ceadf:

  Merge branch 'mptcp-addr-adv-fixes' (2023-06-05 15:15:57 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-06-05

for you to fetch changes up to 75767213f3d9b97f63694d02260b6a49a2271876:

  Bluetooth: L2CAP: Add missing checks for invalid DCID (2023-06-05 17:24:14 -0700)

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

 - Fixes to debugfs registration
 - Fix use-after-free in hci_remove_ltk/hci_remove_irk
 - Fixes to ISO channel support
 - Fix missing checks for invalid L2CAP DCID
 - Fix l2cap_disconnect_req deadlock
 - Add lock to protect HCI_UNREGISTER

----------------------------------------------------------------
Johan Hovold (2):
      Bluetooth: fix debugfs registration
      Bluetooth: hci_qca: fix debugfs registration

Luiz Augusto von Dentz (1):
      Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irk

Pauli Virtanen (4):
      Bluetooth: ISO: consider right CIS when removing CIG at cleanup
      Bluetooth: ISO: Fix CIG auto-allocation to select configurable CIG
      Bluetooth: ISO: don't try to remove CIG if there are bound CIS left
      Bluetooth: ISO: use correct CIS order in Set CIG Parameters event

Sungwoo Kim (1):
      Bluetooth: L2CAP: Add missing checks for invalid DCID

Ying Hsu (1):
      Bluetooth: Fix l2cap_disconnect_req deadlock

Zhengping Jiang (1):
      Bluetooth: hci_sync: add lock to protect HCI_UNREGISTER

 drivers/bluetooth/hci_qca.c      |  6 +++++-
 include/net/bluetooth/hci.h      |  1 +
 include/net/bluetooth/hci_core.h |  4 +++-
 net/bluetooth/hci_conn.c         | 22 ++++++++++++--------
 net/bluetooth/hci_core.c         | 10 +++++----
 net/bluetooth/hci_event.c        | 44 ++++++++++++++++++++++++----------------
 net/bluetooth/hci_sync.c         | 23 +++++++++++++++------
 net/bluetooth/l2cap_core.c       | 13 ++++++++++++
 8 files changed, 84 insertions(+), 39 deletions(-)

             reply	other threads:[~2023-06-06  0:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-06  0:34 Luiz Augusto von Dentz [this message]
2023-06-07  5:00 ` pull-request: bluetooth 2023-06-05 patchwork-bot+netdevbpf
2023-06-26 20:42 ` patchwork-bot+bluetooth

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=20230606003454.2392552-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.