Bug 2272864
Summary: | bluetoothd error: Authorization request for non-connected device!? | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Takehiko Abe <abetakehiko> |
Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 39 | CC: | acaringi, adscvr, airlied, alciregi, bskeggs, hdegoede, hpa, jarod, josef, kernel-maint, linville, masami256, mchehab, ptalbert, steved |
Target Milestone: | --- | Keywords: | Regression |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | --- | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-04-11 02:28:14 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Takehiko Abe
2024-04-03 02:51:31 UTC
Done git-bisect. The first bad commit is ecd265f2aa01b9da6831a01b1f8bd6c1c3cfb5b9. #+begin_quote ecd265f2aa01b9da6831a01b1f8bd6c1c3cfb5b9 Author: Luiz Augusto von Dentz <luiz.von.dentz> AuthorDate: Wed Jan 31 11:24:19 2024 -0500 Commit: Sasha Levin <sashal> CommitDate: Tue Mar 26 18:18:23 2024 -0400 Parent: 9dd082b4feb6 Bluetooth: Remove BT_HS Merged: (no branch, bisect started on 6fc5460ed8dd) Contained: 6-7.y Follows: v6.7.10 (343) Precedes: v6.7.11 (364) Bluetooth: hci_event: Fix not indicating new connection for BIG Sync [ Upstream commit eeda1bf97bb500a901f7a9ee5615bad2160f2378 ] BIG Sync (aka. Broadcast sink) requires to inform that the device is connected when a data path is active otherwise userspace could attempt to free resources allocated to the device object while scanning. Fixes: 1d11d70d1f6b ("Bluetooth: ISO: Pass BIG encryption info through QoS") Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz> Signed-off-by: Sasha Levin <sashal> 2 files changed, 18 insertions(+), 7 deletions(-) net/bluetooth/hci_event.c | 21 ++++++++++++++------- net/bluetooth/mgmt.c | 4 ++++ #+end_quote The patch is available: https://lore.kernel.org/all/20240404185022.1.Ic27505c8f1ca7d4a653b1dcc1b08cdfc862a4622@changeid/ It works. *** This bug has been marked as a duplicate of bug 2274047 *** |