mbox series

pull request: bluetooth 2025-01-08

Message ID 20250108162627.1623760-1-luiz.dentz@gmail.com (mailing list archive)
State Accepted
Commit 6730ee8f083cd263b0380b60b3ee74262e94b38e
Headers show
Series pull request: bluetooth 2025-01-08 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2025-01-08

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 1 this patch: 1
netdev/build_tools success No tools touched, skip
netdev/build_clang success Errors and warnings before: 6 this patch: 6
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: 1 this patch: 1
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 20 this patch: 20
netdev/contest fail net-next-2025-01-08--18-00 (tests: 883)

Message

Luiz Augusto von Dentz Jan. 8, 2025, 4:26 p.m. UTC
The following changes since commit db78475ba0d3c66d430f7ded2388cc041078a542:

  eth: gve: use appropriate helper to set xdp_features (2025-01-07 18:07:14 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2025-01-08

for you to fetch changes up to 67dba2c28fe0af7e25ea1aeade677162ed05310a:

  Bluetooth: btmtk: Fix failed to send func ctrl for MediaTek devices. (2025-01-08 11:14:03 -0500)

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

 - btmtk: Fix failed to send func ctrl for MediaTek devices.
 - hci_sync: Fix not setting Random Address when required
 - MGMT: Fix Add Device to responding before completing
 - btnxpuart: Fix driver sending truncated data

----------------------------------------------------------------
Chris Lu (1):
      Bluetooth: btmtk: Fix failed to send func ctrl for MediaTek devices.

Luiz Augusto von Dentz (2):
      Bluetooth: hci_sync: Fix not setting Random Address when required
      Bluetooth: MGMT: Fix Add Device to responding before completing

Neeraj Sanjay Kale (1):
      Bluetooth: btnxpuart: Fix driver sending truncated data

 drivers/bluetooth/btmtk.c     |  7 +++++++
 drivers/bluetooth/btnxpuart.c |  1 +
 net/bluetooth/hci_sync.c      | 11 ++++++-----
 net/bluetooth/mgmt.c          | 38 ++++++++++++++++++++++++++++++++++++--
 net/bluetooth/rfcomm/tty.c    |  4 ++--
 5 files changed, 52 insertions(+), 9 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 9, 2025, 3:40 a.m. UTC | #1
Hello:

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

On Wed,  8 Jan 2025 11:26:27 -0500 you wrote:
> The following changes since commit db78475ba0d3c66d430f7ded2388cc041078a542:
> 
>   eth: gve: use appropriate helper to set xdp_features (2025-01-07 18:07:14 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2025-01-08
> 
> [...]

Here is the summary with links:
  - pull request: bluetooth 2025-01-08
    https://git.kernel.org/netdev/net/c/6730ee8f083c

You are awesome, thank you!