* [PATCH] Bluetooth: hci_sync: enable PA Sync Lost event
@ 2025-12-19 2:43 Yang Li via B4 Relay
2025-12-19 3:30 ` bluez.test.bot
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Yang Li via B4 Relay @ 2025-12-19 2:43 UTC (permalink / raw)
To: Marcel Holtmann, Johan Hedberg, Luiz Augusto von Dentz
Cc: linux-bluetooth, linux-kernel, Yang Li
From: Yang Li <yang.li@amlogic.com>
Enable the PA Sync Lost event mask to ensure
PA sync loss is properly reported and handled.
Fixes 59e5396a2579 ("Bluetooth: hci_event: Fix not handling PA Sync Lost event")
Signed-off-by: Yang Li <yang.li@amlogic.com>
---
net/bluetooth/hci_sync.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/bluetooth/hci_sync.c b/net/bluetooth/hci_sync.c
index 5de98be752bc..3f04510b806b 100644
--- a/net/bluetooth/hci_sync.c
+++ b/net/bluetooth/hci_sync.c
@@ -4420,6 +4420,7 @@ static int hci_le_set_event_mask_sync(struct hci_dev *hdev)
if (bis_capable(hdev)) {
events[1] |= 0x20; /* LE PA Report */
events[1] |= 0x40; /* LE PA Sync Established */
+ events[1] |= 0x80; /* LE PA Sync Lost */
events[3] |= 0x04; /* LE Create BIG Complete */
events[3] |= 0x08; /* LE Terminate BIG Complete */
events[3] |= 0x10; /* LE BIG Sync Established */
---
base-commit: 98246938a0e66e4100e95b6b7881843a9a4e4882
change-id: 20251219-enable_pa_sync_lost_mask-ae0fb71f29f3
Best regards,
--
Yang Li <yang.li@amlogic.com>
^ permalink raw reply related [flat|nested] 4+ messages in thread* RE: Bluetooth: hci_sync: enable PA Sync Lost event
2025-12-19 2:43 [PATCH] Bluetooth: hci_sync: enable PA Sync Lost event Yang Li via B4 Relay
@ 2025-12-19 3:30 ` bluez.test.bot
2026-01-07 5:38 ` [PATCH] " Yang Li
2026-01-07 16:10 ` patchwork-bot+bluetooth
2 siblings, 0 replies; 4+ messages in thread
From: bluez.test.bot @ 2025-12-19 3:30 UTC (permalink / raw)
To: linux-bluetooth, yang.li
[-- Attachment #1: Type: text/plain, Size: 2753 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=1034831
---Test result---
Test Summary:
CheckPatch PENDING 0.47 seconds
GitLint PENDING 0.30 seconds
SubjectPrefix PASS 0.06 seconds
BuildKernel PASS 25.55 seconds
CheckAllWarning PASS 27.66 seconds
CheckSparse PASS 31.07 seconds
BuildKernel32 PASS 24.77 seconds
TestRunnerSetup PASS 555.85 seconds
TestRunner_l2cap-tester PASS 28.52 seconds
TestRunner_iso-tester PASS 80.14 seconds
TestRunner_bnep-tester PASS 6.14 seconds
TestRunner_mgmt-tester FAIL 114.58 seconds
TestRunner_rfcomm-tester PASS 9.21 seconds
TestRunner_sco-tester FAIL 14.22 seconds
TestRunner_ioctl-tester PASS 10.28 seconds
TestRunner_mesh-tester FAIL 11.52 seconds
TestRunner_smp-tester PASS 8.39 seconds
TestRunner_userchan-tester PASS 6.59 seconds
IncrementalBuild PENDING 0.52 seconds
Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:
##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:
##############################
Test: TestRunner_mgmt-tester - FAIL
Desc: Run mgmt-tester with test-runner
Output:
Total: 494, Passed: 487 (98.6%), Failed: 3, Not Run: 4
Failed Test Cases
Read Exp Feature - Success Failed 0.107 seconds
LL Privacy - Set Flags 2 (Enable RL) Failed 0.163 seconds
LL Privacy - Set Flags 3 (2 Devices to RL) Failed 0.172 seconds
##############################
Test: TestRunner_sco-tester - FAIL
Desc: Run sco-tester with test-runner
Output:
WARNING: possible circular locking dependency detected
BUG: sleeping function called from invalid context at net/core/sock.c:3782
Total: 30, Passed: 30 (100.0%), Failed: 0, Not Run: 0
##############################
Test: TestRunner_mesh-tester - FAIL
Desc: Run mesh-tester with test-runner
Output:
Total: 10, Passed: 8 (80.0%), Failed: 2, Not Run: 0
Failed Test Cases
Mesh - Send cancel - 1 Timed out 1.952 seconds
Mesh - Send cancel - 2 Timed out 1.997 seconds
##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Bluetooth: hci_sync: enable PA Sync Lost event
2025-12-19 2:43 [PATCH] Bluetooth: hci_sync: enable PA Sync Lost event Yang Li via B4 Relay
2025-12-19 3:30 ` bluez.test.bot
@ 2026-01-07 5:38 ` Yang Li
2026-01-07 16:10 ` patchwork-bot+bluetooth
2 siblings, 0 replies; 4+ messages in thread
From: Yang Li @ 2026-01-07 5:38 UTC (permalink / raw)
To: Marcel Holtmann, Johan Hedberg, Luiz Augusto von Dentz
Cc: linux-bluetooth, linux-kernel
Hi,
Just a gentle ping regarding this patch.
Best regards,
Yang
> [ EXTERNAL EMAIL ]
>
> From: Yang Li <yang.li@amlogic.com>
>
> Enable the PA Sync Lost event mask to ensure
> PA sync loss is properly reported and handled.
>
> Fixes 59e5396a2579 ("Bluetooth: hci_event: Fix not handling PA Sync Lost event")
>
> Signed-off-by: Yang Li <yang.li@amlogic.com>
> ---
> net/bluetooth/hci_sync.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/net/bluetooth/hci_sync.c b/net/bluetooth/hci_sync.c
> index 5de98be752bc..3f04510b806b 100644
> --- a/net/bluetooth/hci_sync.c
> +++ b/net/bluetooth/hci_sync.c
> @@ -4420,6 +4420,7 @@ static int hci_le_set_event_mask_sync(struct hci_dev *hdev)
> if (bis_capable(hdev)) {
> events[1] |= 0x20; /* LE PA Report */
> events[1] |= 0x40; /* LE PA Sync Established */
> + events[1] |= 0x80; /* LE PA Sync Lost */
> events[3] |= 0x04; /* LE Create BIG Complete */
> events[3] |= 0x08; /* LE Terminate BIG Complete */
> events[3] |= 0x10; /* LE BIG Sync Established */
>
> ---
> base-commit: 98246938a0e66e4100e95b6b7881843a9a4e4882
> change-id: 20251219-enable_pa_sync_lost_mask-ae0fb71f29f3
>
> Best regards,
> --
> Yang Li <yang.li@amlogic.com>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] Bluetooth: hci_sync: enable PA Sync Lost event
2025-12-19 2:43 [PATCH] Bluetooth: hci_sync: enable PA Sync Lost event Yang Li via B4 Relay
2025-12-19 3:30 ` bluez.test.bot
2026-01-07 5:38 ` [PATCH] " Yang Li
@ 2026-01-07 16:10 ` patchwork-bot+bluetooth
2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+bluetooth @ 2026-01-07 16:10 UTC (permalink / raw)
To: Yang Li; +Cc: marcel, johan.hedberg, luiz.dentz, linux-bluetooth, linux-kernel
Hello:
This patch was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Fri, 19 Dec 2025 10:43:09 +0800 you wrote:
> From: Yang Li <yang.li@amlogic.com>
>
> Enable the PA Sync Lost event mask to ensure
> PA sync loss is properly reported and handled.
>
> Fixes 59e5396a2579 ("Bluetooth: hci_event: Fix not handling PA Sync Lost event")
>
> [...]
Here is the summary with links:
- Bluetooth: hci_sync: enable PA Sync Lost event
https://git.kernel.org/bluetooth/bluetooth-next/c/3d57712f01eb
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] 4+ messages in thread
end of thread, other threads:[~2026-01-07 16:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-19 2:43 [PATCH] Bluetooth: hci_sync: enable PA Sync Lost event Yang Li via B4 Relay
2025-12-19 3:30 ` bluez.test.bot
2026-01-07 5:38 ` [PATCH] " Yang Li
2026-01-07 16:10 ` 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