Bug 219405
Summary: | [regression] mt7922 bluetooth scanning does not work in 6.11.4 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Eugene Shalygin (eugene.shalygin) |
Component: | Bluetooth | Assignee: | linux-bluetooth (linux-bluetooth) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | luiz.dentz, pmenzel+bugzilla.kernel.org, regressions |
Priority: | P3 | ||
Hardware: | AMD | ||
OS: | Linux | ||
Kernel Version: | 6.11.4 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | e63125eec47dcc169cf62a2a56448bec92a0a271 |
Description
Eugene Shalygin
2024-10-21 09:29:20 UTC
With 6.11.4 # btmon Bluetooth monitor ver 5.78 btmon[3582]: = Note: Linux version 6.11.4-gentoo (x86_64) 0.553232 btmon[3582]: = Note: Bluetooth subsystem version 2.22 0.553233 = New Index: 10:B1:DF:B8:17:42 (Primary,USB,hci0) [hci0] 0.553234 = Open Index: 10:B1:DF:B8:17:42 [hci0] 0.553234 = Index Info: 10:B1:DF:B8:17:42 (MediaTek, Inc.) [hci0] 0.553234 bluetoothd[1187]: @ MGMT Open: bluetoothd (privileged) version 1.23 {0x0001} 0.553235 bluetoothd[1187]: @ MGMT Command: Start Discovery (0x0023) plen 1 {0x0001} [hci0] 12.563728 Address type: 0x07 BR/EDR LE Public LE Random @ MGMT Event: Command Complete (0x0001) plen 4 {0x0001} [hci0] 12.563758 Start Discovery (0x0023) plen 1 Status: Success (0x00) Address type: 0x07 BR/EDR LE Public LE Random @ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 12.563764 Address type: 0x07 BR/EDR LE Public LE Random Discovery: Enabled (0x01) And nothing more appears. Connecting to paired devices is broken as well. Reverting e63125eec47dcc169cf62a2a56448bec92a0a271 makes it work. Thank you for your report and pinpointing the breaking commit. It’s a known regression, and commit 4084286151 (Bluetooth: btusb: Fix not being able to reconnect after suspend) [1] should fix it. It was queued as a 6.11-stable review patch yesterday, and should make it into Linux 6.11.5. [1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=4084286151fc91cd093578f615bfb68f9efbbfcb [2]: https://lore.kernel.org/stable/20241021102303.120595342@linuxfoundation.org/T/#u Thanks for the feedback! Can confirm 4084286151fc91cd093578f615bfb68f9efbbfcb fixes this problem as well. |