Activity log for bug #1783138

Date Who What changed Old value New value Message
2018-07-23 13:59:46 dann frazier bug added bug
2018-07-23 14:00:43 dann frazier nominated for series Ubuntu Bionic
2018-07-23 14:00:43 dann frazier bug task added systemd (Ubuntu Bionic)
2018-07-23 21:27:01 dann frazier attachment added 0001-hinic-Link-the-logical-network-device-to-the-pci-dev.patch https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1783138/+attachment/5166848/+files/0001-hinic-Link-the-logical-network-device-to-the-pci-dev.patch
2018-07-23 21:27:16 dann frazier bug task added linux (Ubuntu)
2018-07-23 21:30:06 Ubuntu Kernel Bot linux (Ubuntu): status New Incomplete
2018-07-23 21:30:08 Ubuntu Kernel Bot linux (Ubuntu Bionic): status New Incomplete
2018-07-23 22:53:10 dann frazier systemd (Ubuntu): status New Invalid
2018-07-23 22:53:13 dann frazier systemd (Ubuntu Bionic): status New Invalid
2018-07-23 22:53:15 dann frazier linux (Ubuntu): status Incomplete In Progress
2018-07-23 22:53:18 dann frazier linux (Ubuntu Bionic): status Incomplete In Progress
2018-07-23 22:53:20 dann frazier linux (Ubuntu): assignee dann frazier (dannf)
2018-07-23 22:53:22 dann frazier linux (Ubuntu Bionic): assignee dann frazier (dannf)
2018-07-24 00:23:10 Ubuntu Foundations Team Bug Bot tags patch
2018-07-24 00:23:11 Ubuntu Foundations Team Bug Bot bug added subscriber Joseph Salisbury
2018-07-31 19:37:29 dann frazier description On a HiSilicon D06 system we noticed that interfaces provided by a plug-in "HINIC" network card are not getting assigned predictable names. We're getting "ethX" names instead of the expected "enPblah" names. [Impact] Interfaces associated with Huawei "hinic" PCI adapters will not be assigned predictable names[*] and instead remain using the kernel names (e.g. eth0). This can lead to races where the interface names are not the same on every boot. For example, in a system with both 2-port hinic and 2-port igb devices, the hinic interfaces would be eth0 & eth1 if the kernel finished probing hinic before igb loaded. But if igb completes loading first, the hinic interfaces would be eth2 & eth3. [*] https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ [Test Case] grep ^eth /proc/net/dev [Fix] There's an upstream fix that properly associates the hinic interfaces with their PCI devices, providing udev with the info it needs to generate a predictable name. [Regression Risk] The big regression risk here is with existing bionic installs w/ hinic devices. They will be currently using "eth" names by default, and this change will cause those names to change to "enP" names after upgrade. However, in only certain configs are those "eth" names reliable (e.g. only NIC in the system is a hinic plug-in card). It sucks to introduce such a change in a stable release - but users will be bitten by this when they upgrade or transition to the HWE kernel anyway if we don't.
2018-08-01 13:32:34 Seth Forshee linux (Ubuntu): status In Progress Fix Committed
2018-08-16 13:27:56 Launchpad Janitor linux (Ubuntu): status Fix Committed Fix Released
2018-08-16 13:27:56 Launchpad Janitor cve linked 2018-12233
2018-08-16 13:27:56 Launchpad Janitor cve linked 2018-13094
2018-08-27 14:50:04 Kleber Sacilotto de Souza linux (Ubuntu Bionic): status In Progress Fix Committed
2018-08-28 17:01:28 Brad Figg tags patch patch verification-needed-bionic
2018-08-28 21:17:45 dann frazier description [Impact] Interfaces associated with Huawei "hinic" PCI adapters will not be assigned predictable names[*] and instead remain using the kernel names (e.g. eth0). This can lead to races where the interface names are not the same on every boot. For example, in a system with both 2-port hinic and 2-port igb devices, the hinic interfaces would be eth0 & eth1 if the kernel finished probing hinic before igb loaded. But if igb completes loading first, the hinic interfaces would be eth2 & eth3. [*] https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ [Test Case] grep ^eth /proc/net/dev [Fix] There's an upstream fix that properly associates the hinic interfaces with their PCI devices, providing udev with the info it needs to generate a predictable name. [Regression Risk] The big regression risk here is with existing bionic installs w/ hinic devices. They will be currently using "eth" names by default, and this change will cause those names to change to "enP" names after upgrade. However, in only certain configs are those "eth" names reliable (e.g. only NIC in the system is a hinic plug-in card). It sucks to introduce such a change in a stable release - but users will be bitten by this when they upgrade or transition to the HWE kernel anyway if we don't. [Impact] Interfaces associated with Huawei "hinic" PCI adapters will not be assigned predictable names[*] and instead remain using the kernel names (e.g. eth0). This can lead to races where the interface names are not the same on every boot. For example, in a system with both 2-port hinic and 2-port igb devices, the hinic interfaces would be eth0 & eth1 if the kernel finished probing hinic before igb loaded. But if igb completes loading first, the hinic interfaces would be eth2 & eth3. [*] https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ [Test Case] lsmod | grep hinic grep eth /proc/net/dev [Fix] There's an upstream fix that properly associates the hinic interfaces with their PCI devices, providing udev with the info it needs to generate a predictable name. [Regression Risk] The big regression risk here is with existing bionic installs w/ hinic devices. They will be currently using "eth" names by default, and this change will cause those names to change to "enP" names after upgrade. However, in only certain configs are those "eth" names reliable (e.g. only NIC in the system is a hinic plug-in card). It sucks to introduce such a change in a stable release - but users will be bitten by this when they upgrade or transition to the HWE kernel anyway if we don't.
2018-08-28 21:37:20 dann frazier tags patch verification-needed-bionic patch verification-done-bionic
2018-09-10 17:53:06 Launchpad Janitor linux (Ubuntu Bionic): status Fix Committed Fix Released
2018-09-10 17:53:06 Launchpad Janitor cve linked 2018-1118