mbox series

pull request: bluetooth 2025-01-29

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

Pull-request

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

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/build_tools success No tools touched, skip
netdev/build_clang success Errors and warnings before: 4 this patch: 4
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: 0 this patch: 0
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 success net-next-2025-01-30--03-00 (tests: 884)

Message

Luiz Augusto von Dentz Jan. 29, 2025, 9 p.m. UTC
The following changes since commit 9e6c4e6b605c1fa3e24f74ee0b641e95f090188a:

  bonding: Correctly support GSO ESP offload (2025-01-28 13:20:48 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 5c61419e02033eaf01733d66e2fcd4044808f482:

  Bluetooth: L2CAP: accept zero as a special value for MTU auto-selection (2025-01-29 15:29:41 -0500)

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

 - btusb: mediatek: Add locks for usb_driver_claim_interface()
 - L2CAP: accept zero as a special value for MTU auto-selection
 - btusb: Fix possible infinite recursion of btusb_reset
 - Add ABI doc for sysfs reset
 - btnxpuart: Fix glitches seen in dual A2DP streaming

----------------------------------------------------------------
Douglas Anderson (1):
      Bluetooth: btusb: mediatek: Add locks for usb_driver_claim_interface()

Fedor Pchelkin (1):
      Bluetooth: L2CAP: accept zero as a special value for MTU auto-selection

Hsin-chen Chuang (2):
      Bluetooth: Fix possible infinite recursion of btusb_reset
      Bluetooth: Add ABI doc for sysfs reset

Neeraj Sanjay Kale (1):
      Bluetooth: btnxpuart: Fix glitches seen in dual A2DP streaming

 Documentation/ABI/stable/sysfs-class-bluetooth |  9 +++++++++
 MAINTAINERS                                    |  1 +
 drivers/bluetooth/btnxpuart.c                  |  3 +--
 drivers/bluetooth/btusb.c                      | 12 +++++++-----
 net/bluetooth/l2cap_sock.c                     |  4 ++--
 5 files changed, 20 insertions(+), 9 deletions(-)
 create mode 100644 Documentation/ABI/stable/sysfs-class-bluetooth

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 30, 2025, 10:20 a.m. UTC | #1
Hello:

This pull request was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Wed, 29 Jan 2025 16:00:57 -0500 you wrote:
> The following changes since commit 9e6c4e6b605c1fa3e24f74ee0b641e95f090188a:
> 
>   bonding: Correctly support GSO ESP offload (2025-01-28 13:20:48 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2025-01-29
> 
> [...]

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

You are awesome, thank you!