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: [GIT PULL] bluetooth 2025-04-25
Date: Fri, 25 Apr 2025 15:24:12 -0400	[thread overview]
Message-ID: <20250425192412.1578759-1-luiz.dentz@gmail.com> (raw)

The following changes since commit 49ba1ca2e0cc6d2eb0667172f1144c8b85907971:

  Merge branch 'mlx5-misc-fixes-2025-04-23' (2025-04-24 18:20:00 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2025-04-25

for you to fetch changes up to 3908feb1bd7f319a10e18d84369a48163264cc7d:

  Bluetooth: L2CAP: copy RX timestamp to new fragments (2025-04-25 15:03:19 -0400)

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

 - btmtksdio: Check function enabled before doing close
 - btmtksdio: Do close if SDIO card removed without close
 - btusb: avoid NULL pointer dereference in skb_dequeue()
 - btintel_pcie: Avoid redundant buffer allocation
 - btintel_pcie: Add additional to checks to clear TX/RX paths
 - hci_conn: Fix not setting conn_timeout for Broadcast Receiver
 - hci_conn: Fix not setting timeout for BIG Create Sync

----------------------------------------------------------------
Chris Lu (2):
      Bluetooth: btmtksdio: Check function enabled before doing close
      Bluetooth: btmtksdio: Do close if SDIO card removed without close

En-Wei Wu (1):
      Bluetooth: btusb: avoid NULL pointer dereference in skb_dequeue()

Kiran K (2):
      Bluetooth: btintel_pcie: Avoid redundant buffer allocation
      Bluetooth: btintel_pcie: Add additional to checks to clear TX/RX paths

Luiz Augusto von Dentz (2):
      Bluetooth: hci_conn: Fix not setting conn_timeout for Broadcast Receiver
      Bluetooth: hci_conn: Fix not setting timeout for BIG Create Sync

Pauli Virtanen (1):
      Bluetooth: L2CAP: copy RX timestamp to new fragments

 drivers/bluetooth/btintel_pcie.c |  57 ++++++------
 drivers/bluetooth/btmtksdio.c    |  12 ++-
 drivers/bluetooth/btusb.c        | 101 ++++++++++++++++------
 include/net/bluetooth/hci.h      |   4 +-
 include/net/bluetooth/hci_core.h |  20 ++---
 include/net/bluetooth/hci_sync.h |   3 +
 net/bluetooth/hci_conn.c         | 181 ++-------------------------------------
 net/bluetooth/hci_event.c        |  15 +---
 net/bluetooth/hci_sync.c         | 150 ++++++++++++++++++++++++++++++--
 net/bluetooth/iso.c              |  26 +++---
 net/bluetooth/l2cap_core.c       |   3 +
 11 files changed, 300 insertions(+), 272 deletions(-)

             reply	other threads:[~2025-04-25 19:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-25 19:24 Luiz Augusto von Dentz [this message]
2025-04-28 23:00 ` [GIT PULL] bluetooth 2025-04-25 patchwork-bot+netdevbpf
  -- strict thread matches above, loose matches on Subject: below --
2025-04-25 19:23 Luiz Augusto von Dentz

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=20250425192412.1578759-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.