mbox series

pull request: bluetooth 2024-03-29

Message ID 20240329140453.2016486-1-luiz.dentz@gmail.com (mailing list archive)
State Accepted
Commit 365af7ace014ef3fc6f5d0a373c96cc7193db4ce
Headers show
Series pull request: bluetooth 2024-03-29 | expand

Pull-request

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

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 964 this patch: 964
netdev/build_tools success Errors and warnings before: 0 this patch: 0
netdev/build_clang success Errors and warnings before: 954 this patch: 954
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes success Fixes tag looks correct
netdev/build_allmodconfig_warn success Errors and warnings before: 975 this patch: 975
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/contest success net-next-2024-03-29--15-00 (tests: 950)

Message

Luiz Augusto von Dentz March 29, 2024, 2:04 p.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 29, 2024, 10:50 p.m. UTC | #1
Hello:

This pull request was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 29 Mar 2024 10:04:53 -0400 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - pull request: bluetooth 2024-03-29
    https://git.kernel.org/netdev/net/c/365af7ace014

You are awesome, thank you!
patchwork-bot+bluetooth@kernel.org April 8, 2024, 10:11 p.m. UTC | #2
Hello:

This pull request was applied to bluetooth/bluetooth-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 29 Mar 2024 10:04:53 -0400 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - pull request: bluetooth 2024-03-29
    https://git.kernel.org/bluetooth/bluetooth-next/c/365af7ace014

You are awesome, thank you!