Activity log for bug #1762385

Date Who What changed Old value New value Message
2018-04-09 11:11:38 Dmitriy Geels bug added bug
2018-04-09 11:30:07 Ubuntu Kernel Bot linux (Ubuntu): status New Confirmed
2018-04-10 16:04:11 Joseph Salisbury linux (Ubuntu): importance Undecided Medium
2018-04-10 16:04:15 Joseph Salisbury linux (Ubuntu): status Confirmed Incomplete
2018-04-13 05:59:21 Dmitriy Geels tags amd64 apport-bug bionic package-from-proposed amd64 apport-bug bionic kernel-bug-exists-upstream package-from-proposed
2018-04-13 05:59:57 Dmitriy Geels linux (Ubuntu): status Incomplete Confirmed
2018-04-16 07:09:37 Dmitriy Geels summary dell_wmi: Unknown key with type 0x0010 and code 0xe008 pressed dell_wmi: Unknown key codes
2018-04-16 07:12:48 Dmitriy Geels attachment added This is a patch to dell-wmi.c kernel module adding 2 new key definitions https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1762385/+attachment/5117689/+files/dell-wmi.c.patch
2018-04-16 08:20:38 Ubuntu Foundations Team Bug Bot tags amd64 apport-bug bionic kernel-bug-exists-upstream package-from-proposed amd64 apport-bug bionic kernel-bug-exists-upstream package-from-proposed patch
2018-04-16 08:20:39 Ubuntu Foundations Team Bug Bot bug added subscriber Joseph Salisbury
2018-04-17 08:38:28 Kai-Heng Feng linux (Ubuntu): assignee Kai-Heng Feng (kaihengfeng)
2018-04-18 04:00:39 Chen-Han Hsiao (Stanley) bug added subscriber Chen-Han Hsiao (Stanley)
2018-04-18 07:35:03 Kai-Heng Feng bug watch added https://bugzilla.gnome.org/show_bug.cgi?id=788683
2018-04-26 06:29:55 Kai-Heng Feng bug task added systemd (Ubuntu)
2018-04-26 08:20:54 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Review Team
2018-05-14 09:26:27 Woodrow Shen attachment added systemd_237-3ubuntu10_237-3ubuntu11.diff https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1762385/+attachment/5139157/+files/systemd_237-3ubuntu10_237-3ubuntu11.diff
2018-05-14 11:00:23 Dimitri John Ledkov nominated for series Ubuntu Bionic
2018-05-14 11:00:23 Dimitri John Ledkov bug task added linux (Ubuntu Bionic)
2018-05-14 11:00:23 Dimitri John Ledkov bug task added systemd (Ubuntu Bionic)
2018-05-14 11:00:23 Dimitri John Ledkov nominated for series Ubuntu Cosmic
2018-05-14 11:00:23 Dimitri John Ledkov bug task added linux (Ubuntu Cosmic)
2018-05-14 11:00:23 Dimitri John Ledkov bug task added systemd (Ubuntu Cosmic)
2018-05-14 11:00:23 Dimitri John Ledkov nominated for series Ubuntu Xenial
2018-05-14 11:00:23 Dimitri John Ledkov bug task added linux (Ubuntu Xenial)
2018-05-14 11:00:23 Dimitri John Ledkov bug task added systemd (Ubuntu Xenial)
2018-05-14 11:00:33 Dimitri John Ledkov bug task deleted linux (Ubuntu Bionic)
2018-05-14 11:00:37 Dimitri John Ledkov bug task deleted linux (Ubuntu Xenial)
2018-05-14 11:00:43 Dimitri John Ledkov bug task deleted linux (Ubuntu Cosmic)
2018-05-14 11:10:49 Dimitri John Ledkov description RFKill key produces these messages in kernel log: dell_wmi: Unknown key with type 0x0010 and code 0xe008 pressed This key code is a notification and should be added as KEY_IGNORE here: https://github.com/torvalds/linux/blob/master/drivers/platform/x86/dell-wmi.c#L263 ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: linux-image-4.15.0-15-generic 4.15.0-15.16 ProcVersionSignature: Ubuntu 4.15.0-15.16-generic 4.15.15 Uname: Linux 4.15.0-15-generic x86_64 ApportVersion: 2.20.9-0ubuntu4 Architecture: amd64 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC0: dmig 2737 F.... pulseaudio CurrentDesktop: ubuntu:GNOME Date: Mon Apr 9 18:09:03 2018 InstallationDate: Installed on 2018-03-27 (12 days ago) InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327) MachineType: Dell Inc. Inspiron 5379 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.15.0-15-generic root=UUID=9745e22b-0b19-4a7d-98a0-1a4bc5b19d99 ro rootflags=subvol=@ quiet splash vt.handoff=1 RelatedPackageVersions: linux-restricted-modules-4.15.0-15-generic N/A linux-backports-modules-4.15.0-15-generic N/A linux-firmware 1.173 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 01/31/2018 dmi.bios.vendor: Dell Inc. dmi.bios.version: 1.6.0 dmi.board.name: 0C6J64 dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 10 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvr1.6.0:bd01/31/2018:svnDellInc.:pnInspiron5379:pvr:rvnDellInc.:rn0C6J64:rvrA00:cvnDellInc.:ct10:cvr: dmi.product.family: Inspiron dmi.product.name: Inspiron 5379 dmi.sys.vendor: Dell Inc. [Impact] * Bogus keycode messages produced by the kernel / user annoyance * rfkill keyboard shortcuts not working as intended on some Dell machines [Test Case] * check that there are no spurious kernel messages about unknown keys in journalctl upon RFKill key presses * check that RFKill key presses work correctly and kill/restore RF capabilities [Regression Potential] * The change is scoped to particular SKUs and thus should only affect them * It is related to matching gsd support, which is in-place on xenial and up [Solution] Cherrypick upstream commit https://github.com/systemd/systemd/commit/fa5721cb38c77648e871646fbf38bc799ab42a52 [Original Bug report] RFKill key produces these messages in kernel log: dell_wmi: Unknown key with type 0x0010 and code 0xe008 pressed This key code is a notification and should be added as KEY_IGNORE here: https://github.com/torvalds/linux/blob/master/drivers/platform/x86/dell-wmi.c#L263 ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: linux-image-4.15.0-15-generic 4.15.0-15.16 ProcVersionSignature: Ubuntu 4.15.0-15.16-generic 4.15.15 Uname: Linux 4.15.0-15-generic x86_64 ApportVersion: 2.20.9-0ubuntu4 Architecture: amd64 AudioDevicesInUse:  USER PID ACCESS COMMAND  /dev/snd/controlC0: dmig 2737 F.... pulseaudio CurrentDesktop: ubuntu:GNOME Date: Mon Apr 9 18:09:03 2018 InstallationDate: Installed on 2018-03-27 (12 days ago) InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327) MachineType: Dell Inc. Inspiron 5379 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.15.0-15-generic root=UUID=9745e22b-0b19-4a7d-98a0-1a4bc5b19d99 ro rootflags=subvol=@ quiet splash vt.handoff=1 RelatedPackageVersions:  linux-restricted-modules-4.15.0-15-generic N/A  linux-backports-modules-4.15.0-15-generic N/A  linux-firmware 1.173 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 01/31/2018 dmi.bios.vendor: Dell Inc. dmi.bios.version: 1.6.0 dmi.board.name: 0C6J64 dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 10 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvr1.6.0:bd01/31/2018:svnDellInc.:pnInspiron5379:pvr:rvnDellInc.:rn0C6J64:rvrA00:cvnDellInc.:ct10:cvr: dmi.product.family: Inspiron dmi.product.name: Inspiron 5379 dmi.sys.vendor: Dell Inc.
2018-05-14 11:23:23 Dimitri John Ledkov description [Impact] * Bogus keycode messages produced by the kernel / user annoyance * rfkill keyboard shortcuts not working as intended on some Dell machines [Test Case] * check that there are no spurious kernel messages about unknown keys in journalctl upon RFKill key presses * check that RFKill key presses work correctly and kill/restore RF capabilities [Regression Potential] * The change is scoped to particular SKUs and thus should only affect them * It is related to matching gsd support, which is in-place on xenial and up [Solution] Cherrypick upstream commit https://github.com/systemd/systemd/commit/fa5721cb38c77648e871646fbf38bc799ab42a52 [Original Bug report] RFKill key produces these messages in kernel log: dell_wmi: Unknown key with type 0x0010 and code 0xe008 pressed This key code is a notification and should be added as KEY_IGNORE here: https://github.com/torvalds/linux/blob/master/drivers/platform/x86/dell-wmi.c#L263 ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: linux-image-4.15.0-15-generic 4.15.0-15.16 ProcVersionSignature: Ubuntu 4.15.0-15.16-generic 4.15.15 Uname: Linux 4.15.0-15-generic x86_64 ApportVersion: 2.20.9-0ubuntu4 Architecture: amd64 AudioDevicesInUse:  USER PID ACCESS COMMAND  /dev/snd/controlC0: dmig 2737 F.... pulseaudio CurrentDesktop: ubuntu:GNOME Date: Mon Apr 9 18:09:03 2018 InstallationDate: Installed on 2018-03-27 (12 days ago) InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327) MachineType: Dell Inc. Inspiron 5379 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.15.0-15-generic root=UUID=9745e22b-0b19-4a7d-98a0-1a4bc5b19d99 ro rootflags=subvol=@ quiet splash vt.handoff=1 RelatedPackageVersions:  linux-restricted-modules-4.15.0-15-generic N/A  linux-backports-modules-4.15.0-15-generic N/A  linux-firmware 1.173 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 01/31/2018 dmi.bios.vendor: Dell Inc. dmi.bios.version: 1.6.0 dmi.board.name: 0C6J64 dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 10 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvr1.6.0:bd01/31/2018:svnDellInc.:pnInspiron5379:pvr:rvnDellInc.:rn0C6J64:rvrA00:cvnDellInc.:ct10:cvr: dmi.product.family: Inspiron dmi.product.name: Inspiron 5379 dmi.sys.vendor: Dell Inc. [Impact]  * Bogus keycode messages produced by the kernel / user annoyance  * rfkill keyboard shortcuts not working as intended on some Dell machines [Test Case]  * check that there are no spurious kernel messages about unknown keys in journalctl upon RFKill key presses  * check that RFKill key presses work correctly and kill/restore RF capabilities [Regression Potential]  * The change is scoped to particular SKUs and thus should only affect them  * It is related to matching gsd support, which is in-place on xenial and up [Solution] Cherrypick upstream commit https://github.com/systemd/systemd/commit/cab01e9ecf1c69656785e64f5fc94cd4ed09e57f [Original Bug report] RFKill key produces these messages in kernel log: dell_wmi: Unknown key with type 0x0010 and code 0xe008 pressed This key code is a notification and should be added as KEY_IGNORE here: https://github.com/torvalds/linux/blob/master/drivers/platform/x86/dell-wmi.c#L263 ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: linux-image-4.15.0-15-generic 4.15.0-15.16 ProcVersionSignature: Ubuntu 4.15.0-15.16-generic 4.15.15 Uname: Linux 4.15.0-15-generic x86_64 ApportVersion: 2.20.9-0ubuntu4 Architecture: amd64 AudioDevicesInUse:  USER PID ACCESS COMMAND  /dev/snd/controlC0: dmig 2737 F.... pulseaudio CurrentDesktop: ubuntu:GNOME Date: Mon Apr 9 18:09:03 2018 InstallationDate: Installed on 2018-03-27 (12 days ago) InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180327) MachineType: Dell Inc. Inspiron 5379 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.15.0-15-generic root=UUID=9745e22b-0b19-4a7d-98a0-1a4bc5b19d99 ro rootflags=subvol=@ quiet splash vt.handoff=1 RelatedPackageVersions:  linux-restricted-modules-4.15.0-15-generic N/A  linux-backports-modules-4.15.0-15-generic N/A  linux-firmware 1.173 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 01/31/2018 dmi.bios.vendor: Dell Inc. dmi.bios.version: 1.6.0 dmi.board.name: 0C6J64 dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 10 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvr1.6.0:bd01/31/2018:svnDellInc.:pnInspiron5379:pvr:rvnDellInc.:rn0C6J64:rvrA00:cvnDellInc.:ct10:cvr: dmi.product.family: Inspiron dmi.product.name: Inspiron 5379 dmi.sys.vendor: Dell Inc.
2018-05-15 05:48:11 Shih-Yuan Lee bug task added oem-priority
2018-05-15 05:48:35 Shih-Yuan Lee tags amd64 apport-bug bionic kernel-bug-exists-upstream package-from-proposed patch amd64 apport-bug bionic kernel-bug-exists-upstream oem-bug-1769562 package-from-proposed patch
2018-05-18 19:03:04 Dimitri John Ledkov systemd (Ubuntu Cosmic): status New Fix Committed
2018-05-22 03:14:27 Yuan-Chen Cheng oem-priority: status New Confirmed
2018-05-22 03:15:17 Yuan-Chen Cheng oem-priority: importance Undecided Critical
2018-05-22 15:36:45 William Kao bug added subscriber William Kao
2018-05-23 03:42:53 Tiffany bug added subscriber Tiffany
2018-05-24 10:07:42 Łukasz Zemczak systemd (Ubuntu Bionic): status New Fix Committed
2018-05-24 10:07:45 Łukasz Zemczak bug added subscriber Ubuntu Stable Release Updates Team
2018-05-24 10:07:47 Łukasz Zemczak bug added subscriber SRU Verification
2018-05-24 10:07:52 Łukasz Zemczak tags amd64 apport-bug bionic kernel-bug-exists-upstream oem-bug-1769562 package-from-proposed patch amd64 apport-bug bionic kernel-bug-exists-upstream oem-bug-1769562 package-from-proposed patch verification-needed verification-needed-bionic
2018-05-25 06:15:59 Woodrow Shen tags amd64 apport-bug bionic kernel-bug-exists-upstream oem-bug-1769562 package-from-proposed patch verification-needed verification-needed-bionic amd64 apport-bug bionic kernel-bug-exists-upstream oem-bug-1769562 package-from-proposed patch verification-done-bionic verification-needed
2018-05-25 10:53:24 Dimitri John Ledkov tags amd64 apport-bug bionic kernel-bug-exists-upstream oem-bug-1769562 package-from-proposed patch verification-done-bionic verification-needed amd64 apport-bug bionic kernel-bug-exists-upstream oem-bug-1769562 package-from-proposed patch verification-done verification-done-bionic
2018-05-28 02:28:25 Yuan-Chen Cheng oem-priority: status Confirmed Triaged
2018-05-31 01:01:24 larrybradley bug added subscriber larrybradley
2018-07-03 06:57:44 Steve Langasek tags amd64 apport-bug bionic kernel-bug-exists-upstream oem-bug-1769562 package-from-proposed patch verification-done verification-done-bionic amd64 apport-bug bionic kernel-bug-exists-upstream oem-bug-1769562 package-from-proposed patch verification-needed verification-needed-bionic
2018-07-17 02:35:25 William Kao removed subscriber William Kao
2018-07-18 13:31:18 Dimitri John Ledkov tags amd64 apport-bug bionic kernel-bug-exists-upstream oem-bug-1769562 package-from-proposed patch verification-needed verification-needed-bionic amd64 apport-bug bionic kernel-bug-exists-upstream oem-bug-1769562 package-from-proposed patch verification-done verification-done-bionic
2018-07-19 12:13:45 Launchpad Janitor systemd (Ubuntu Bionic): status Fix Committed Fix Released
2018-07-19 12:14:08 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team
2018-08-28 00:32:43 Launchpad Janitor systemd (Ubuntu Cosmic): status Fix Committed Fix Released
2018-08-30 09:47:26 Stefan Bader bug task deleted linux (Ubuntu)
2018-08-30 09:47:39 Stefan Bader bug task added linux (Ubuntu)
2018-08-30 09:48:00 Stefan Bader linux (Ubuntu): status New Confirmed
2018-08-30 09:48:55 Stefan Bader linux (Ubuntu): assignee Kai-Heng Feng (kaihengfeng)
2018-08-30 09:50:31 Stefan Bader bug task deleted systemd (Ubuntu Bionic)
2018-08-30 09:50:38 Stefan Bader nominated for series Ubuntu Bionic
2018-08-30 09:50:38 Stefan Bader bug task added linux (Ubuntu Bionic)
2018-08-30 09:50:38 Stefan Bader bug task added systemd (Ubuntu Bionic)
2018-08-30 09:50:49 Stefan Bader systemd (Ubuntu Bionic): status New Fix Released
2018-08-30 09:52:56 Stefan Bader bug task deleted systemd (Ubuntu Cosmic)
2018-08-30 09:53:03 Stefan Bader nominated for series Ubuntu Cosmic
2018-08-30 09:53:03 Stefan Bader bug task added linux (Ubuntu Cosmic)
2018-08-30 09:53:03 Stefan Bader bug task added systemd (Ubuntu Cosmic)
2018-08-30 09:53:48 Stefan Bader linux (Ubuntu Bionic): assignee Kai-Heng Feng (kaihengfeng)
2018-08-30 09:54:04 Stefan Bader linux (Ubuntu Bionic): status New In Progress
2018-08-30 09:54:09 Stefan Bader linux (Ubuntu Bionic): importance Undecided Medium
2018-08-30 09:54:19 Stefan Bader linux (Ubuntu Cosmic): importance Undecided Medium
2018-08-30 13:42:28 Seth Forshee linux (Ubuntu Cosmic): status Confirmed Fix Committed
2018-09-04 15:25:05 Kleber Sacilotto de Souza linux (Ubuntu Bionic): status In Progress Fix Committed
2018-10-01 17:15:35 Launchpad Janitor linux (Ubuntu Bionic): status Fix Committed Fix Released
2018-10-01 17:15:35 Launchpad Janitor cve linked 2017-5715
2018-10-01 17:15:35 Launchpad Janitor cve linked 2018-14633
2018-10-01 17:15:35 Launchpad Janitor cve linked 2018-15572
2018-10-01 17:15:35 Launchpad Janitor cve linked 2018-15594
2018-10-01 17:15:35 Launchpad Janitor cve linked 2018-17182
2018-10-01 17:15:35 Launchpad Janitor cve linked 2018-3639
2018-10-01 17:15:35 Launchpad Janitor cve linked 2018-6554
2018-10-01 17:15:35 Launchpad Janitor cve linked 2018-6555
2018-10-01 17:15:35 Launchpad Janitor linux (Ubuntu Bionic): status Fix Committed Fix Released
2018-10-08 13:37:49 Dimitri John Ledkov systemd (Ubuntu Xenial): status New Confirmed
2018-10-08 14:45:14 Dimitri John Ledkov systemd (Ubuntu Xenial): status Confirmed In Progress
2018-10-10 15:49:32 Robie Basak systemd (Ubuntu Xenial): status In Progress Fix Committed
2018-10-10 15:49:35 Robie Basak bug added subscriber Ubuntu Stable Release Updates Team
2018-10-10 15:49:40 Robie Basak tags amd64 apport-bug bionic kernel-bug-exists-upstream oem-bug-1769562 package-from-proposed patch verification-done verification-done-bionic amd64 apport-bug bionic kernel-bug-exists-upstream oem-bug-1769562 package-from-proposed patch verification-done-bionic verification-needed verification-needed-xenial
2018-10-23 13:15:49 Dimitri John Ledkov tags amd64 apport-bug bionic kernel-bug-exists-upstream oem-bug-1769562 package-from-proposed patch verification-done-bionic verification-needed verification-needed-xenial amd64 apport-bug bionic kernel-bug-exists-upstream oem-bug-1769562 package-from-proposed patch verification-done verification-done-bionic verification-done-xenial
2018-10-24 19:44:13 Launchpad Janitor systemd (Ubuntu Xenial): status Fix Committed Fix Released
2019-01-30 03:23:18 Yuan-Chen Cheng oem-priority: status Triaged Fix Released
2019-01-30 19:41:48 Joseph Salisbury removed subscriber Joseph Salisbury
2019-10-03 07:34:56 Po-Hsu Lin linux (Ubuntu): status Fix Committed Fix Released