* [PATCH] Bluetooth: hci_qca: Enable ISO data packet RX
@ 2025-06-23 11:23 Zijun Hu
2025-06-23 11:58 ` bluez.test.bot
2025-06-23 19:10 ` [PATCH] " patchwork-bot+bluetooth
0 siblings, 2 replies; 3+ messages in thread
From: Zijun Hu @ 2025-06-23 11:23 UTC (permalink / raw)
To: Marcel Holtmann, Luiz Augusto von Dentz
Cc: Zijun Hu, linux-bluetooth, linux-kernel, Zijun Hu
From: Zijun Hu <zijun.hu@oss.qualcomm.com>
Enable ISO data packet RX for LE audio.
Signed-off-by: Zijun Hu <zijun.hu@oss.qualcomm.com>
---
drivers/bluetooth/hci_qca.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/bluetooth/hci_qca.c b/drivers/bluetooth/hci_qca.c
index 976ec88a0f62aaaf994091459c49188c435f3f7b..2324a4f5b95740ca500e64408cc7253eabfa9aa7 100644
--- a/drivers/bluetooth/hci_qca.c
+++ b/drivers/bluetooth/hci_qca.c
@@ -1264,6 +1264,7 @@ static const struct h4_recv_pkt qca_recv_pkts[] = {
{ H4_RECV_ACL, .recv = qca_recv_acl_data },
{ H4_RECV_SCO, .recv = hci_recv_frame },
{ H4_RECV_EVENT, .recv = qca_recv_event },
+ { H4_RECV_ISO, .recv = hci_recv_frame },
{ QCA_IBS_WAKE_IND_EVENT, .recv = qca_ibs_wake_ind },
{ QCA_IBS_WAKE_ACK_EVENT, .recv = qca_ibs_wake_ack },
{ QCA_IBS_SLEEP_IND_EVENT, .recv = qca_ibs_sleep_ind },
---
base-commit: dc3f099e8d709c2fbb25e1079e1b3d703a6828b2
change-id: 20250623-iso_rx-7cfce052a1a1
Best regards,
--
Zijun Hu <zijun.hu@oss.qualcomm.com>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: Bluetooth: hci_qca: Enable ISO data packet RX
2025-06-23 11:23 [PATCH] Bluetooth: hci_qca: Enable ISO data packet RX Zijun Hu
@ 2025-06-23 11:58 ` bluez.test.bot
2025-06-23 19:10 ` [PATCH] " patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2025-06-23 11:58 UTC (permalink / raw)
To: linux-bluetooth, zijun_hu
[-- Attachment #1: Type: text/plain, Size: 1921 bytes --]
This is automated email and please do not reply to this email!
Dear submitter,
Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=974799
---Test result---
Test Summary:
CheckPatch PENDING 0.30 seconds
GitLint PENDING 0.22 seconds
SubjectPrefix PASS 0.11 seconds
BuildKernel PASS 24.81 seconds
CheckAllWarning PASS 27.73 seconds
CheckSparse PASS 30.74 seconds
BuildKernel32 PASS 24.45 seconds
TestRunnerSetup PASS 476.49 seconds
TestRunner_l2cap-tester PASS 25.28 seconds
TestRunner_iso-tester FAIL 67.92 seconds
TestRunner_bnep-tester PASS 5.95 seconds
TestRunner_mgmt-tester PASS 131.29 seconds
TestRunner_rfcomm-tester PASS 9.32 seconds
TestRunner_sco-tester PASS 14.83 seconds
TestRunner_ioctl-tester PASS 10.19 seconds
TestRunner_mesh-tester PASS 7.44 seconds
TestRunner_smp-tester PASS 8.55 seconds
TestRunner_userchan-tester PASS 6.23 seconds
IncrementalBuild PENDING 1.04 seconds
Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:
##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:
##############################
Test: TestRunner_iso-tester - FAIL
Desc: Run iso-tester with test-runner
Output:
BUG: KASAN: slab-use-after-free in iso_conn_hold_unless_zero+0x76/0x1c0
Total: 130, Passed: 129 (99.2%), Failed: 0, Not Run: 1
##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Bluetooth: hci_qca: Enable ISO data packet RX
2025-06-23 11:23 [PATCH] Bluetooth: hci_qca: Enable ISO data packet RX Zijun Hu
2025-06-23 11:58 ` bluez.test.bot
@ 2025-06-23 19:10 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2025-06-23 19:10 UTC (permalink / raw)
To: Zijun Hu; +Cc: marcel, luiz.dentz, linux-bluetooth, linux-kernel, zijun.hu
Hello:
This patch was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Mon, 23 Jun 2025 19:23:48 +0800 you wrote:
> From: Zijun Hu <zijun.hu@oss.qualcomm.com>
>
> Enable ISO data packet RX for LE audio.
>
> Signed-off-by: Zijun Hu <zijun.hu@oss.qualcomm.com>
> ---
> drivers/bluetooth/hci_qca.c | 1 +
> 1 file changed, 1 insertion(+)
>
> [...]
Here is the summary with links:
- Bluetooth: hci_qca: Enable ISO data packet RX
https://git.kernel.org/bluetooth/bluetooth-next/c/33fa852e8735
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-06-23 19:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-23 11:23 [PATCH] Bluetooth: hci_qca: Enable ISO data packet RX Zijun Hu
2025-06-23 11:58 ` bluez.test.bot
2025-06-23 19:10 ` [PATCH] " patchwork-bot+bluetooth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox