* [Bug 219365] USB bluetooth dongle stop working after upgrade from 6.11.1 to 6.11.2
2024-10-09 4:50 [Bug 219365] New: USB bluetooth dongle stop working after upgrade from 6.11.1 to 6.11.2 bugzilla-daemon
@ 2024-10-09 8:47 ` bugzilla-daemon
2024-10-09 17:53 ` bugzilla-daemon
` (11 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2024-10-09 8:47 UTC (permalink / raw)
To: linux-bluetooth
https://bugzilla.kernel.org/show_bug.cgi?id=219365
Paul Menzel (pmenzel+bugzilla.kernel.org@molgen.mpg.de) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pmenzel+bugzilla.kernel.org
| |@molgen.mpg.de
--- Comment #1 from Paul Menzel (pmenzel+bugzilla.kernel.org@molgen.mpg.de) ---
Thank you for your report, and great that you can build the Linux kernel
yourself.
> Maybe is one or all commits has caused the regression on my BT dongle
It’d be great if you tested each of the three commits. (Normally, `git bisect
start -- drivers/bluetooth/btusb.c net/bluetooth/`, and then `git bisect good
v6.11.1` and `git bisect bad v6.11.2`, would do that automatically.)
If you already have git clone, then:
git remote add stable
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
git fetch stable
or, if you do not,
git clone
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
Then
git reset --hard f68f72d04b60d3af36b63b888fe084966bca07b9
build and test. If it does *not* work, it’s the fault commit.
Then
git reset --hard 846a6fc7860119ee72737391856497b3fcf7c2b5
If it does *not* work, it’s the fault commit.
Then
git reset --hard 8603daa4300b84abb3c68e48f3b607d7d5a2a207
If it does *not* work, it’s the fault commit.
It’d be also good to know, if it works with current Linux master branch, or
6.12-rc2.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread* [Bug 219365] USB bluetooth dongle stop working after upgrade from 6.11.1 to 6.11.2
2024-10-09 4:50 [Bug 219365] New: USB bluetooth dongle stop working after upgrade from 6.11.1 to 6.11.2 bugzilla-daemon
2024-10-09 8:47 ` [Bug 219365] " bugzilla-daemon
@ 2024-10-09 17:53 ` bugzilla-daemon
2024-10-09 18:06 ` bugzilla-daemon
` (10 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2024-10-09 17:53 UTC (permalink / raw)
To: linux-bluetooth
https://bugzilla.kernel.org/show_bug.cgi?id=219365
--- Comment #2 from Adilson Dantas (adilson@adilson.net.br) ---
I tested each commit with 6.11.2 and 6.12-rc2 and I have isolated the
regression at commit 8603daa4300b84abb3c68e48f3b607d7d5a2a207
Bluetooth: btusb: Fix not handling ZPL/short-transfer
[ Upstream commit 7b05933340f4490ef5b09e84d644d12484b05fdf ]
Reverting this commit fix the regression on my BT dongle.
(In reply to Paul Menzel from comment #1)
> Thank you for your report, and great that you can build the Linux kernel
> yourself.
>
> > Maybe is one or all commits has caused the regression on my BT dongle
>
> It’d be great if you tested each of the three commits. (Normally, `git
> bisect start -- drivers/bluetooth/btusb.c net/bluetooth/`, and then `git
> bisect good v6.11.1` and `git bisect bad v6.11.2`, would do that
> automatically.)
>
> If you already have git clone, then:
>
> git remote add stable
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
> git fetch stable
>
> or, if you do not,
>
> git clone
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
>
> Then
>
> git reset --hard f68f72d04b60d3af36b63b888fe084966bca07b9
>
> build and test. If it does *not* work, it’s the fault commit.
>
> Then
>
> git reset --hard 846a6fc7860119ee72737391856497b3fcf7c2b5
>
> If it does *not* work, it’s the fault commit.
>
> Then
>
> git reset --hard 8603daa4300b84abb3c68e48f3b607d7d5a2a207
>
> If it does *not* work, it’s the fault commit.
>
> It’d be also good to know, if it works with current Linux master branch, or
> 6.12-rc2.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread* [Bug 219365] USB bluetooth dongle stop working after upgrade from 6.11.1 to 6.11.2
2024-10-09 4:50 [Bug 219365] New: USB bluetooth dongle stop working after upgrade from 6.11.1 to 6.11.2 bugzilla-daemon
2024-10-09 8:47 ` [Bug 219365] " bugzilla-daemon
2024-10-09 17:53 ` bugzilla-daemon
@ 2024-10-09 18:06 ` bugzilla-daemon
2024-10-09 18:14 ` bugzilla-daemon
` (9 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2024-10-09 18:06 UTC (permalink / raw)
To: linux-bluetooth
https://bugzilla.kernel.org/show_bug.cgi?id=219365
--- Comment #3 from The Linux kernel's regression tracker (Thorsten Leemhuis) (regressions@leemhuis.info) ---
Thx for the bisection. As Paul mentioned earlier: "It’d be also good to know,
if it works with current Linux master branch, or 6.12-rc2." I'd say it's not
only "good to know", it's requires, as that determines whom we need to contact.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread* [Bug 219365] USB bluetooth dongle stop working after upgrade from 6.11.1 to 6.11.2
2024-10-09 4:50 [Bug 219365] New: USB bluetooth dongle stop working after upgrade from 6.11.1 to 6.11.2 bugzilla-daemon
` (2 preceding siblings ...)
2024-10-09 18:06 ` bugzilla-daemon
@ 2024-10-09 18:14 ` bugzilla-daemon
2024-10-09 18:19 ` bugzilla-daemon
` (8 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2024-10-09 18:14 UTC (permalink / raw)
To: linux-bluetooth
https://bugzilla.kernel.org/show_bug.cgi?id=219365
--- Comment #4 from Adilson Dantas (adilson@adilson.net.br) ---
(In reply to The Linux kernel's regression tracker (Thorsten Leemhuis) from
comment #3)
> Thx for the bisection. As Paul mentioned earlier: "It’d be also good to
> know, if it works with current Linux master branch, or 6.12-rc2." I'd say
> it's not only "good to know", it's requires, as that determines whom we need
> to contact.
I also tested with 6.12-rc2 and it is affected by this regression.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread* [Bug 219365] USB bluetooth dongle stop working after upgrade from 6.11.1 to 6.11.2
2024-10-09 4:50 [Bug 219365] New: USB bluetooth dongle stop working after upgrade from 6.11.1 to 6.11.2 bugzilla-daemon
` (3 preceding siblings ...)
2024-10-09 18:14 ` bugzilla-daemon
@ 2024-10-09 18:19 ` bugzilla-daemon
2024-10-09 18:25 ` bugzilla-daemon
` (7 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2024-10-09 18:19 UTC (permalink / raw)
To: linux-bluetooth
https://bugzilla.kernel.org/show_bug.cgi?id=219365
--- Comment #5 from Luiz Von Dentz (luiz.dentz@gmail.com) ---
Crap, looks like these old CSR dongle don't really handle the
ZPL/sort-transfers, so we will likely need some workaround for these, most
likely a new quirk.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread* [Bug 219365] USB bluetooth dongle stop working after upgrade from 6.11.1 to 6.11.2
2024-10-09 4:50 [Bug 219365] New: USB bluetooth dongle stop working after upgrade from 6.11.1 to 6.11.2 bugzilla-daemon
` (4 preceding siblings ...)
2024-10-09 18:19 ` bugzilla-daemon
@ 2024-10-09 18:25 ` bugzilla-daemon
2024-10-10 3:04 ` bugzilla-daemon
` (6 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2024-10-09 18:25 UTC (permalink / raw)
To: linux-bluetooth
https://bugzilla.kernel.org/show_bug.cgi?id=219365
Luiz Von Dentz (luiz.dentz@gmail.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |luiz.dentz@gmail.com
--- Comment #6 from Luiz Von Dentz (luiz.dentz@gmail.com) ---
I guess we need to USB traces to check if that really what is at play since we
are giving a bigger buffer to the USB stack perhaps it expecting the ZLP to
finish the transfer but it never happens for some reason.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread* [Bug 219365] USB bluetooth dongle stop working after upgrade from 6.11.1 to 6.11.2
2024-10-09 4:50 [Bug 219365] New: USB bluetooth dongle stop working after upgrade from 6.11.1 to 6.11.2 bugzilla-daemon
` (5 preceding siblings ...)
2024-10-09 18:25 ` bugzilla-daemon
@ 2024-10-10 3:04 ` bugzilla-daemon
2024-10-10 3:05 ` bugzilla-daemon
` (5 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2024-10-10 3:04 UTC (permalink / raw)
To: linux-bluetooth
https://bugzilla.kernel.org/show_bug.cgi?id=219365
--- Comment #7 from Adilson Dantas (adilson@adilson.net.br) ---
Created attachment 306997
--> https://bugzilla.kernel.org/attachment.cgi?id=306997&action=edit
Trace usbmon file from a kernel without the fault commit.
Trace usbmon file from a kernel without the fault commit.
My BT dongle works fine when it is plugged
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread* [Bug 219365] USB bluetooth dongle stop working after upgrade from 6.11.1 to 6.11.2
2024-10-09 4:50 [Bug 219365] New: USB bluetooth dongle stop working after upgrade from 6.11.1 to 6.11.2 bugzilla-daemon
` (6 preceding siblings ...)
2024-10-10 3:04 ` bugzilla-daemon
@ 2024-10-10 3:05 ` bugzilla-daemon
2024-10-10 3:08 ` bugzilla-daemon
` (4 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2024-10-10 3:05 UTC (permalink / raw)
To: linux-bluetooth
https://bugzilla.kernel.org/show_bug.cgi?id=219365
--- Comment #8 from Adilson Dantas (adilson@adilson.net.br) ---
Created attachment 306998
--> https://bugzilla.kernel.org/attachment.cgi?id=306998&action=edit
Trace usbmon file from a kernel with the fault commit.
Trace usbmon file from a kernel with the fault commit.
My BT Dongle fails when it is plugged.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread* [Bug 219365] USB bluetooth dongle stop working after upgrade from 6.11.1 to 6.11.2
2024-10-09 4:50 [Bug 219365] New: USB bluetooth dongle stop working after upgrade from 6.11.1 to 6.11.2 bugzilla-daemon
` (7 preceding siblings ...)
2024-10-10 3:05 ` bugzilla-daemon
@ 2024-10-10 3:08 ` bugzilla-daemon
2024-10-15 15:38 ` bugzilla-daemon
` (3 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2024-10-10 3:08 UTC (permalink / raw)
To: linux-bluetooth
https://bugzilla.kernel.org/show_bug.cgi?id=219365
--- Comment #9 from Adilson Dantas (adilson@adilson.net.br) ---
(In reply to Luiz Von Dentz from comment #6)
> I guess we need to USB traces to check if that really what is at play since
> we are giving a bigger buffer to the USB stack perhaps it expecting the ZLP
> to finish the transfer but it never happens for some reason.
I upload two traces from usbmon module.
One from a kernel without the fault commit. So it is working fine.
And another from a kernel with the fault commit. It fails when is plugged.
I hope that theses files should help
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread* [Bug 219365] USB bluetooth dongle stop working after upgrade from 6.11.1 to 6.11.2
2024-10-09 4:50 [Bug 219365] New: USB bluetooth dongle stop working after upgrade from 6.11.1 to 6.11.2 bugzilla-daemon
` (8 preceding siblings ...)
2024-10-10 3:08 ` bugzilla-daemon
@ 2024-10-15 15:38 ` bugzilla-daemon
2024-10-16 0:34 ` bugzilla-daemon
` (2 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2024-10-15 15:38 UTC (permalink / raw)
To: linux-bluetooth
https://bugzilla.kernel.org/show_bug.cgi?id=219365
--- Comment #10 from Luiz Von Dentz (luiz.dentz@gmail.com) ---
https://patchwork.kernel.org/project/bluetooth/patch/20241015153719.497388-1-luiz.dentz@gmail.com/
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread* [Bug 219365] USB bluetooth dongle stop working after upgrade from 6.11.1 to 6.11.2
2024-10-09 4:50 [Bug 219365] New: USB bluetooth dongle stop working after upgrade from 6.11.1 to 6.11.2 bugzilla-daemon
` (9 preceding siblings ...)
2024-10-15 15:38 ` bugzilla-daemon
@ 2024-10-16 0:34 ` bugzilla-daemon
2024-10-22 22:49 ` bugzilla-daemon
2025-02-26 23:55 ` bugzilla-daemon
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2024-10-16 0:34 UTC (permalink / raw)
To: linux-bluetooth
https://bugzilla.kernel.org/show_bug.cgi?id=219365
--- Comment #11 from Adilson Dantas (adilson@adilson.net.br) ---
(In reply to Luiz Von Dentz from comment #10)
> https://patchwork.kernel.org/project/bluetooth/patch/20241015153719.497388-1-
> luiz.dentz@gmail.com/
I tested this patch with 6.11.3 and it worked with my BT dongle.
Thanks.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread* [Bug 219365] USB bluetooth dongle stop working after upgrade from 6.11.1 to 6.11.2
2024-10-09 4:50 [Bug 219365] New: USB bluetooth dongle stop working after upgrade from 6.11.1 to 6.11.2 bugzilla-daemon
` (10 preceding siblings ...)
2024-10-16 0:34 ` bugzilla-daemon
@ 2024-10-22 22:49 ` bugzilla-daemon
2025-02-26 23:55 ` bugzilla-daemon
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2024-10-22 22:49 UTC (permalink / raw)
To: linux-bluetooth
https://bugzilla.kernel.org/show_bug.cgi?id=219365
Adilson Dantas (adilson@adilson.net.br) changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |IMPLEMENTED
--- Comment #12 from Adilson Dantas (adilson@adilson.net.br) ---
Closing it since this regression is resolved with kernel 6.11.5.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread* [Bug 219365] USB bluetooth dongle stop working after upgrade from 6.11.1 to 6.11.2
2024-10-09 4:50 [Bug 219365] New: USB bluetooth dongle stop working after upgrade from 6.11.1 to 6.11.2 bugzilla-daemon
` (11 preceding siblings ...)
2024-10-22 22:49 ` bugzilla-daemon
@ 2025-02-26 23:55 ` bugzilla-daemon
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2025-02-26 23:55 UTC (permalink / raw)
To: linux-bluetooth
https://bugzilla.kernel.org/show_bug.cgi?id=219365
foliden163@envoes.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |foliden163@envoes.com
--- Comment #13 from foliden163@envoes.com ---
(In reply to Luiz Von Dentz from comment #5)
> Crap, looks like these old CSR dongle don't really handle the
> ZPL/sort-transfers, so we will likely need some workaround for these, most
> likely a new quirk.
Same issue (with same BT adapter) after upgrade from 6.8.0-52 to 6.8.0-53
and/or 6.8.0-54 (Ubuntu 24.04 LTS, Linux Mint 22.1)
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 14+ messages in thread