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 2024-03-29
Date: Fri, 29 Mar 2024 10:04:53 -0400	[thread overview]
Message-ID: <20240329140453.2016486-1-luiz.dentz@gmail.com> (raw)

The following changes since commit 0ba80d96585662299d4ea4624043759ce9015421:

  octeontx2-af: Fix issue with loading coalesced KPU profiles (2024-03-29 11:45:42 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 7835fcfd132eb88b87e8eb901f88436f63ab60f7:

  Bluetooth: Fix TOCTOU in HCI debugfs implementation (2024-03-29 09:48:37 -0400)

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

 - Bluetooth: Fix TOCTOU in HCI debugfs implementation
 - Bluetooth: hci_event: set the conn encrypted before conn establishes
 - Bluetooth: qca: fix device-address endianness
 - Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_sync

----------------------------------------------------------------
Bastien Nocera (1):
      Bluetooth: Fix TOCTOU in HCI debugfs implementation

Hui Wang (1):
      Bluetooth: hci_event: set the conn encrypted before conn establishes

Johan Hovold (5):
      Revert "Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DT"
      dt-bindings: bluetooth: add 'qcom,local-bd-address-broken'
      arm64: dts: qcom: sc7180-trogdor: mark bluetooth address as broken
      Bluetooth: add quirk for broken address properties
      Bluetooth: qca: fix device-address endianness

Luiz Augusto von Dentz (1):
      Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_sync

 .../bindings/net/bluetooth/qualcomm-bluetooth.yaml |  4 ++
 arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi       |  2 +
 drivers/bluetooth/btqca.c                          |  8 +++-
 drivers/bluetooth/hci_qca.c                        | 19 ++++-----
 include/net/bluetooth/hci.h                        |  9 ++++
 net/bluetooth/hci_core.c                           |  6 +--
 net/bluetooth/hci_debugfs.c                        | 48 ++++++++++++++--------
 net/bluetooth/hci_event.c                          | 25 +++++++++++
 net/bluetooth/hci_sync.c                           | 10 ++++-
 9 files changed, 98 insertions(+), 33 deletions(-)

             reply	other threads:[~2024-03-29 14:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-29 14:04 Luiz Augusto von Dentz [this message]
2024-03-29 22:50 ` pull request: bluetooth 2024-03-29 patchwork-bot+netdevbpf
2024-03-29 22:50   ` patchwork-bot+netdevbpf
2024-04-08 22:11 ` 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=20240329140453.2016486-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.