Activity log for bug #1933402

Date Who What changed Old value New value Message
2021-06-24 02:52:57 Fred Kimmy bug added bug
2021-06-24 02:53:04 Fred Kimmy nominated for series kunpeng920/ubuntu-20.04-hwe
2021-06-24 02:53:04 Fred Kimmy bug task added kunpeng920/ubuntu-20.04-hwe
2021-06-28 21:11:05 dann frazier bug task added systemd (Ubuntu)
2021-06-28 22:05:21 dann frazier nominated for series Ubuntu Focal
2021-06-28 22:05:21 dann frazier bug task added systemd (Ubuntu Focal)
2021-06-28 22:05:33 dann frazier nominated for series Ubuntu Groovy
2021-06-28 22:05:33 dann frazier bug task added systemd (Ubuntu Groovy)
2021-06-28 22:05:33 dann frazier nominated for series Ubuntu Hirsute
2021-06-28 22:05:33 dann frazier bug task added systemd (Ubuntu Hirsute)
2021-06-28 22:05:33 dann frazier nominated for series Ubuntu Impish
2021-06-28 22:05:33 dann frazier bug task added systemd (Ubuntu Impish)
2021-06-28 22:11:32 dann frazier systemd (Ubuntu Impish): status New Fix Released
2021-06-28 22:11:34 dann frazier systemd (Ubuntu Hirsute): status New Fix Released
2021-06-28 22:11:36 dann frazier systemd (Ubuntu Groovy): status New Fix Released
2021-06-28 22:12:12 dann frazier description [Bug Description] use ubuntu 20.04.2 to net card set VF and altname display blurred character [Steps to Reproduce] 1) echo 1 > /sys/class/net/enp189s0f0/device/sriov_numvfs 2) ip a 3) 10: eno1v0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether 1e:d8:e1:e9:ae:25 brd ff:ff:ff:ff:ff:ff altname @▒ު▒ altname enp125s0f0v0 11: enp189s0f0v0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether 76:ea:f4:65:dd:33 brd ff:ff:ff:ff:ff:ff altname ▒b▒ު▒ altname ▒▒▒▒▒▒ [Actual Results] altname ▒b▒ު▒ altname ▒▒▒▒▒▒ [Expected Results] ok [Reproducibility] 100% [Additional information] (Firmware version, kernel version, affected hardware, etc. if required): [Resolution] [Impact] When running with the HWE kernel (5.4 didn't support altnames), altnames containing garbage (uninitialized memory) may get assigned to a NIC. This is 100% reproducible on arm64. [Test Case] 1) echo 1 > /sys/class/net/enp189s0f0/device/sriov_numvfs 2) ip a 3) 10: eno1v0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000     link/ether 1e:d8:e1:e9:ae:25 brd ff:ff:ff:ff:ff:ff     altname @▒ު▒     altname enp125s0f0v0 11: enp189s0f0v0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000     link/ether 76:ea:f4:65:dd:33 brd ff:ff:ff:ff:ff:ff     altname ▒b▒ު▒     altname ▒▒▒▒▒▒ [Fix] There's a one liner upstream fix that simply initializes a variable: https://github.com/systemd/systemd/commit/61fd7d6720c562c88ab79062ff8d131e5e3c7b1b [What Could Go Wrong] TBD
2021-06-28 22:12:16 dann frazier systemd (Ubuntu Focal): status New In Progress
2021-06-28 22:12:18 dann frazier systemd (Ubuntu Focal): assignee dann frazier (dannf)
2021-06-28 22:32:33 dann frazier description [Impact] When running with the HWE kernel (5.4 didn't support altnames), altnames containing garbage (uninitialized memory) may get assigned to a NIC. This is 100% reproducible on arm64. [Test Case] 1) echo 1 > /sys/class/net/enp189s0f0/device/sriov_numvfs 2) ip a 3) 10: eno1v0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000     link/ether 1e:d8:e1:e9:ae:25 brd ff:ff:ff:ff:ff:ff     altname @▒ު▒     altname enp125s0f0v0 11: enp189s0f0v0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000     link/ether 76:ea:f4:65:dd:33 brd ff:ff:ff:ff:ff:ff     altname ▒b▒ު▒     altname ▒▒▒▒▒▒ [Fix] There's a one liner upstream fix that simply initializes a variable: https://github.com/systemd/systemd/commit/61fd7d6720c562c88ab79062ff8d131e5e3c7b1b [What Could Go Wrong] TBD [Impact] When running with the HWE kernel (5.4 didn't support altnames), altnames containing garbage (uninitialized memory) may get assigned to a NIC. This is 100% reproducible on arm64. The upstream commit message suggests that this has been seen to cause segfaults. [Test Case] 1) echo 1 > /sys/class/net/enp189s0f0/device/sriov_numvfs 2) ip a 3) 10: eno1v0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000     link/ether 1e:d8:e1:e9:ae:25 brd ff:ff:ff:ff:ff:ff     altname @▒ު▒     altname enp125s0f0v0 11: enp189s0f0v0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000     link/ether 76:ea:f4:65:dd:33 brd ff:ff:ff:ff:ff:ff     altname ▒b▒ު▒     altname ▒▒▒▒▒▒ [Fix] There's a one liner upstream fix that simply initializes a variable: https://github.com/systemd/systemd/commit/61fd7d6720c562c88ab79062ff8d131e5e3c7b1b [What Could Go Wrong] The fix itself is innocuous - just initializing a variable to NULL. So the real risk here would seem to be limited to the common risks in updating a core package in the Ubuntu distribution.
2021-06-28 22:41:35 dann frazier systemd (Ubuntu Focal): status In Progress Fix Committed
2021-06-29 14:45:32 dann frazier kunpeng920: status New Fix Committed
2021-06-29 14:45:34 dann frazier kunpeng920/ubuntu-20.04-hwe: status New Fix Committed
2021-06-29 14:45:55 dann frazier kunpeng920/ubuntu-20.04-hwe: milestone ubuntu-20.04.3
2021-07-08 23:36:28 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2021-07-08 23:36:30 Brian Murray bug added subscriber SRU Verification
2021-07-08 23:36:33 Brian Murray tags verification-needed verification-needed-focal
2021-07-09 15:00:10 dann frazier tags verification-needed verification-needed-focal verification-done verification-done-focal
2021-07-20 16:58:37 Launchpad Janitor systemd (Ubuntu Focal): status Fix Committed Fix Released
2021-07-20 16:58:37 Launchpad Janitor cve linked 2020-13529
2021-07-20 16:58:37 Launchpad Janitor cve linked 2021-33910
2021-07-20 17:06:37 dann frazier kunpeng920/ubuntu-20.04-hwe: status Fix Committed Fix Released
2021-07-20 17:06:41 dann frazier kunpeng920: status Fix Committed Fix Released