Activity log for bug #1887910

Date Who What changed Old value New value Message
2020-07-17 08:51:55 Alex Tu bug added bug
2020-07-17 08:52:18 Alex Tu bug task added oem-priority
2020-07-17 08:52:24 Alex Tu oem-priority: assignee Alex Tu (alextu)
2020-07-17 08:52:27 Alex Tu oem-priority: importance Undecided Critical
2020-07-17 08:52:30 Alex Tu oem-priority: status New In Progress
2020-07-17 08:54:13 Alex Tu bug added subscriber Canonical Hardware Enablement
2020-07-17 08:54:22 Alex Tu tags oem-priority originate-from-1886187 timbuktu
2020-07-17 09:14:06 Sebastien Bacher bluez (Ubuntu): importance Undecided High
2020-07-17 09:14:06 Sebastien Bacher bluez (Ubuntu): status New Incomplete
2020-07-17 09:32:20 Alex Tu attachment added bluez_5.48-0ubuntu3.5.debdiff https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1887910/+attachment/5393459/+files/bluez_5.48-0ubuntu3.5.debdiff
2020-07-17 09:34:58 Sebastien Bacher bug added subscriber Sebastien Bacher
2020-07-17 09:35:09 Sebastien Bacher removed subscriber Sebastien Bacher
2020-07-17 09:37:28 Sebastien Bacher bug added subscriber Sebastien Bacher
2020-07-17 09:40:42 Alex Tu description steps: 1. pair bluetooth keyboard 2. see the dialog asking user input the code for pairing. 3. press "esc" to cancel it. 4. blutoothd segfault shows in dmesg after a while. 5. Bluetooth shows off on setting UI of right top corner. dmesg shows: [ 978.138593] bluetoothd[1569]: segfault at 0 ip 000055564abe0a06 sp 00007ffe4bec6410 error 4 in bluetoothd[55564ab77000+f3000] [Impact] * only impact Bionic machines because series after Bionic already included this patch. [Test Case] 1. pair bluetooth keyboard 2. see the dialog asking user input the code for pairing. 3. press "esc" to cancel it. 4. the bluetooth should still work to pair another bluetooth device. [Regression Potential] * low, becuase [Other Info] * NO.
2020-07-17 09:42:23 Alex Tu bug added subscriber Ubuntu Sponsors Team
2020-07-17 14:24:01 Sebastien Bacher bluez (Ubuntu): status Incomplete In Progress
2020-07-20 02:28:14 Daniel van Vugt bug added subscriber Daniel van Vugt
2020-07-20 02:29:57 Daniel van Vugt nominated for series Ubuntu Focal
2020-07-20 02:29:57 Daniel van Vugt bug task added bluez (Ubuntu Focal)
2020-07-20 02:29:57 Daniel van Vugt nominated for series Ubuntu Groovy
2020-07-20 02:29:57 Daniel van Vugt bug task added bluez (Ubuntu Groovy)
2020-07-20 02:29:57 Daniel van Vugt nominated for series Ubuntu Bionic
2020-07-20 02:29:57 Daniel van Vugt bug task added bluez (Ubuntu Bionic)
2020-07-20 02:29:57 Daniel van Vugt nominated for series Ubuntu Eoan
2020-07-20 02:29:57 Daniel van Vugt bug task added bluez (Ubuntu Eoan)
2020-07-20 02:30:04 Daniel van Vugt bluez (Ubuntu Groovy): status In Progress Fix Released
2020-07-20 02:30:08 Daniel van Vugt bluez (Ubuntu Focal): status New Fix Released
2020-07-20 02:30:13 Daniel van Vugt bluez (Ubuntu Eoan): status New Fix Released
2020-07-20 02:30:17 Daniel van Vugt bluez (Ubuntu Bionic): status New In Progress
2020-07-20 02:30:25 Daniel van Vugt bluez (Ubuntu Focal): importance Undecided High
2020-07-20 02:30:28 Daniel van Vugt bluez (Ubuntu Eoan): importance Undecided High
2020-07-20 02:30:31 Daniel van Vugt bluez (Ubuntu Bionic): importance Undecided High
2020-07-20 02:30:41 Daniel van Vugt bluez (Ubuntu Bionic): assignee Alex Tu (alextu)
2020-07-20 02:31:21 Daniel van Vugt tags oem-priority originate-from-1886187 timbuktu bionic oem-priority originate-from-1886187 timbuktu
2020-07-20 06:37:21 Alex Tu description [Impact] * only impact Bionic machines because series after Bionic already included this patch. [Test Case] 1. pair bluetooth keyboard 2. see the dialog asking user input the code for pairing. 3. press "esc" to cancel it. 4. the bluetooth should still work to pair another bluetooth device. [Regression Potential] * low, becuase [Other Info] * NO. [Impact]  * only impact Bionic machines because series after Bionic already included this patch. [Test Case]  1. pair bluetooth keyboard  2. see the dialog asking user input the code for pairing.  3. press "esc" to cancel it.  4. the bluetooth should still work to pair another bluetooth device. [Regression Potential]  * low, because the same patch from upstream is already there on Groovy, Focal and Eoan. [Other Info]  * NO.
2020-07-20 06:57:51 Alex Tu attachment added bluez_5.48-0ubuntu3.5.debdiff https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1887910/+attachment/5394261/+files/bluez_5.48-0ubuntu3.5.debdiff
2020-07-20 12:27:18 Alex Tu description [Impact]  * only impact Bionic machines because series after Bionic already included this patch. [Test Case]  1. pair bluetooth keyboard  2. see the dialog asking user input the code for pairing.  3. press "esc" to cancel it.  4. the bluetooth should still work to pair another bluetooth device. [Regression Potential]  * low, because the same patch from upstream is already there on Groovy, Focal and Eoan. [Other Info]  * NO. [Impact] This patch is for this issue: steps: 1. pair bluetooth keyboard 2. see the dialog asking user input the code for pairing. 3. press "esc" to cancel it. 4. blutoothd segfault shows in dmesg after a while. 5. Bluetooth shows off on setting UI of right top corner. dmesg shows: [ 978.138593] bluetoothd[1569]: segfault at 0 ip 000055564abe0a06 sp 00007ffe4bec6410 error 4 in bluetoothd[55564ab77000+f3000] [Test Case]  1. pair bluetooth keyboard  2. see the dialog asking user input the code for pairing.  3. press "esc" to cancel it.  4. the bluetooth should still work to pair another bluetooth device. [Regression Potential]  * This patch workaround the case that a queue node was created but not yet assigned function before user input pairing keycode. If the user cancel the paring before inputting pairing keycode then assign the function pointer a dummy 'direct_match'. * Bluetoothd responses to Bluetooth functions and "queue" is a shared common data structure, so in case of regression happens then blutoothd systemd service would be crashed. * We can verify this by operating add/remove BT devices to trigger queue operations. * I verified on target machine BIOS ID:0983 on BT mouse, keyboard, headset on pairing, remove and functionality checking. [Other Info]  * NO.
2020-07-23 16:57:36 Alex Tu bluez (Ubuntu Bionic): status In Progress Confirmed
2020-07-23 17:08:58 Alex Tu bluez (Ubuntu Bionic): status Confirmed In Progress
2020-11-13 14:20:28 Sebastien Bacher removed subscriber Ubuntu Sponsors Team
2022-06-03 08:18:18 Yuan-Chen Cheng oem-priority: status In Progress Fix Released
2022-06-03 12:07:26 Sebastien Bacher bluez (Ubuntu Bionic): status In Progress Won't Fix