Message ID | 20250220202402.1986578-1-luiz.dentz@gmail.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | [GIT,PULL] bluetooth 2025-02-20 | expand |
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: 0 this patch: 0 |
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 |
Hi, On Thu, Feb 20, 2025 at 3:24 PM Luiz Augusto von Dentz <luiz.dentz@gmail.com> wrote: > > The following changes since commit dd3188ddc4c49cb234b82439693121d2c1c69c38: > > Merge branch 'net-remove-the-single-page-frag-cache-for-good' (2025-02-20 10:53:32 +0100) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2025-02-20 > > for you to fetch changes up to fe476133a67a15bbe8c1357209e31b8d9a8e00c1: > > Bluetooth: hci_core: Enable buffer flow control for SCO/eSCO (2025-02-20 13:25:13 -0500) > > ---------------------------------------------------------------- > bluetooth pull request for net: > > - btusb: Always allow SCO packets for user channel > - L2CAP: Fix L2CAP_ECRED_CONN_RSP response > - hci_core: Enable buffer flow control for SCO/eSCO > > ---------------------------------------------------------------- > Hsin-chen Chuang (1): > Bluetooth: Always allow SCO packets for user channel > > Luiz Augusto von Dentz (2): > Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response > Bluetooth: hci_core: Enable buffer flow control for SCO/eSCO > > drivers/bluetooth/btusb.c | 6 ++++-- > net/bluetooth/hci_core.c | 2 ++ > net/bluetooth/l2cap_core.c | 9 +++++++-- > 3 files changed, 13 insertions(+), 4 deletions(-) Please hold on pulling these changes, there is actually a problem with Bluetooth: hci_core: Enable buffer flow control for SCO/eSCO, I will send a new pull once that is resolved.