Activity log for bug #1853983

Date Who What changed Old value New value Message
2019-11-26 08:17:39 Fred Kimmy bug added bug
2019-11-29 08:47:04 Ike Panhc kunpeng920: status New Incomplete
2019-12-10 08:29:32 Ike Panhc nominated for series kunpeng920/ubuntu-18.04-hwe
2019-12-10 08:29:32 Ike Panhc bug task added kunpeng920/ubuntu-18.04-hwe
2019-12-10 08:29:32 Ike Panhc nominated for series kunpeng920/ubuntu-20.04
2019-12-10 08:29:32 Ike Panhc bug task added kunpeng920/ubuntu-20.04
2019-12-10 08:29:32 Ike Panhc nominated for series kunpeng920/upstream-kernel
2019-12-10 08:29:32 Ike Panhc bug task added kunpeng920/upstream-kernel
2019-12-10 08:29:41 Ike Panhc kunpeng920: status Incomplete New
2019-12-10 08:29:46 Ike Panhc kunpeng920/upstream-kernel: status New Fix Released
2019-12-10 08:29:52 Ike Panhc kunpeng920/upstream-kernel: milestone linux-v5.4
2019-12-10 08:30:05 Ike Panhc kunpeng920/ubuntu-20.04: milestone ubuntu-20.04-ga
2019-12-10 08:30:08 Ike Panhc kunpeng920/ubuntu-18.04-hwe: milestone ubuntu-18.04.5
2019-12-11 00:41:40 dann frazier nominated for series kunpeng920/ubuntu-18.04
2019-12-11 00:41:40 dann frazier bug task added kunpeng920/ubuntu-18.04
2019-12-11 00:41:40 dann frazier nominated for series kunpeng920/ubuntu-19.04
2019-12-11 00:41:40 dann frazier bug task added kunpeng920/ubuntu-19.04
2019-12-11 00:41:40 dann frazier nominated for series kunpeng920/ubuntu-19.10
2019-12-11 00:41:40 dann frazier bug task added kunpeng920/ubuntu-19.10
2019-12-12 00:11:22 dann frazier kunpeng920/ubuntu-18.04-hwe: status New Fix Committed
2019-12-12 00:11:26 dann frazier kunpeng920/ubuntu-20.04: status New Fix Committed
2019-12-12 08:25:01 Ike Panhc kunpeng920/ubuntu-18.04: status New Won't Fix
2019-12-30 06:53:42 Ike Panhc kunpeng920/ubuntu-19.04: status New In Progress
2019-12-30 06:53:45 Ike Panhc kunpeng920/ubuntu-19.04: assignee Ike Panhc (ikepanhc)
2019-12-30 06:53:49 Ike Panhc kunpeng920/ubuntu-19.10: status New In Progress
2019-12-30 06:53:52 Ike Panhc kunpeng920/ubuntu-19.10: assignee Ike Panhc (ikepanhc)
2020-01-01 15:13:07 Ike Panhc kunpeng920: status New In Progress
2020-01-02 05:36:52 Ike Panhc description "[Bug Description] After setting new channel num, it needs free old ring memory and allocate new ring memory. If there is no enough memory and allocate new ring memory fail, the ring may initialize fail. To make sure the network interface can work normally, driver should revert the channel to the old configuration. [Steps to Reproduce] 1.run VF on VM with 3G memory 2.load VF driver 3.ethtool -G eth0 tx 30000 rx 30000 4.ethtool -G eth0 tx 24 rx 24;ethtool -L eth0 combined 1 5.ethtool -G eth0 tx 32760 rx 32760 6.ethtool -L eth0 combined 32 7.ping [Actual Results] netdevice can not work [Expected Results] ping ok [Reproducibility] Inevitably [Additional information] Hardware: D06 Firmware: NA Kernel: NA [Resolution] Revert the channel to the old configuration when allocate new ring memory fail." [Impact] With specific ethtool commands, ethernet does not work [Test Case] [Fix] 3a5a5f06d4d2 net: hns3: revert to old channel when setting new channel num fail [Regression Risk] Patch restricted to hns3 driver. "[Bug Description] After setting new channel num, it needs free old ring memory and allocate new ring memory. If there is no enough memory and allocate new ring memory fail, the ring may initialize fail. To make sure the network interface can work normally, driver should revert the channel to the old configuration. [Steps to Reproduce] 1.run VF on VM with 3G memory 2.load VF driver 3.ethtool -G eth0 tx 30000 rx 30000 4.ethtool -G eth0 tx 24 rx 24;ethtool -L eth0 combined 1 5.ethtool -G eth0 tx 32760 rx 32760 6.ethtool -L eth0 combined 32 7.ping [Actual Results] netdevice can not work [Expected Results] ping ok [Reproducibility] Inevitably [Additional information] Hardware: D06 Firmware: NA Kernel: NA [Resolution] Revert the channel to the old configuration when allocate new ring memory fail."
2020-01-02 06:05:02 Ike Panhc bug task added linux (Ubuntu)
2020-01-02 06:05:13 Ike Panhc nominated for series Ubuntu Eoan
2020-01-02 06:05:13 Ike Panhc bug task added linux (Ubuntu Eoan)
2020-01-02 06:05:13 Ike Panhc nominated for series Ubuntu Focal
2020-01-02 06:05:13 Ike Panhc bug task added linux (Ubuntu Focal)
2020-01-02 06:05:13 Ike Panhc nominated for series Ubuntu Disco
2020-01-02 06:05:13 Ike Panhc bug task added linux (Ubuntu Disco)
2020-01-02 06:05:25 Ike Panhc linux (Ubuntu Focal): status New Fix Released
2020-01-02 06:05:36 Ike Panhc linux (Ubuntu Eoan): status New In Progress
2020-01-02 06:05:36 Ike Panhc linux (Ubuntu Eoan): assignee Ike Panhc (ikepanhc)
2020-01-02 06:05:51 Ike Panhc linux (Ubuntu Disco): status New In Progress
2020-01-02 06:05:51 Ike Panhc linux (Ubuntu Disco): assignee Ike Panhc (ikepanhc)
2020-01-06 05:34:20 Ike Panhc description [Impact] With specific ethtool commands, ethernet does not work [Test Case] [Fix] 3a5a5f06d4d2 net: hns3: revert to old channel when setting new channel num fail [Regression Risk] Patch restricted to hns3 driver. "[Bug Description] After setting new channel num, it needs free old ring memory and allocate new ring memory. If there is no enough memory and allocate new ring memory fail, the ring may initialize fail. To make sure the network interface can work normally, driver should revert the channel to the old configuration. [Steps to Reproduce] 1.run VF on VM with 3G memory 2.load VF driver 3.ethtool -G eth0 tx 30000 rx 30000 4.ethtool -G eth0 tx 24 rx 24;ethtool -L eth0 combined 1 5.ethtool -G eth0 tx 32760 rx 32760 6.ethtool -L eth0 combined 32 7.ping [Actual Results] netdevice can not work [Expected Results] ping ok [Reproducibility] Inevitably [Additional information] Hardware: D06 Firmware: NA Kernel: NA [Resolution] Revert the channel to the old configuration when allocate new ring memory fail." [Impact] With specific ethtool commands, ethernet does not work [Test Case] run VF on VM with 3G memory and load VF driver ethtool -G eth0 tx 30000 rx 30000 ethtool -G eth0 tx 24 rx 24;ethtool -L eth0 combined 1 ethtool -G eth0 tx 32760 rx 32760 ethtool -L eth0 combined 32 [Fix] 3a5a5f06d4d2 net: hns3: revert to old channel when setting new channel num fail [Regression Risk] Patch restricted to hns3 driver. "[Bug Description] After setting new channel num, it needs free old ring memory and allocate new ring memory. If there is no enough memory and allocate new ring memory fail, the ring may initialize fail. To make sure the network interface can work normally, driver should revert the channel to the old configuration. [Steps to Reproduce] 1.run VF on VM with 3G memory 2.load VF driver 3.ethtool -G eth0 tx 30000 rx 30000 4.ethtool -G eth0 tx 24 rx 24;ethtool -L eth0 combined 1 5.ethtool -G eth0 tx 32760 rx 32760 6.ethtool -L eth0 combined 32 7.ping [Actual Results] netdevice can not work [Expected Results] ping ok [Reproducibility] Inevitably [Additional information] Hardware: D06 Firmware: NA Kernel: NA [Resolution] Revert the channel to the old configuration when allocate new ring memory fail."
2020-01-06 05:34:54 Ike Panhc description [Impact] With specific ethtool commands, ethernet does not work [Test Case] run VF on VM with 3G memory and load VF driver ethtool -G eth0 tx 30000 rx 30000 ethtool -G eth0 tx 24 rx 24;ethtool -L eth0 combined 1 ethtool -G eth0 tx 32760 rx 32760 ethtool -L eth0 combined 32 [Fix] 3a5a5f06d4d2 net: hns3: revert to old channel when setting new channel num fail [Regression Risk] Patch restricted to hns3 driver. "[Bug Description] After setting new channel num, it needs free old ring memory and allocate new ring memory. If there is no enough memory and allocate new ring memory fail, the ring may initialize fail. To make sure the network interface can work normally, driver should revert the channel to the old configuration. [Steps to Reproduce] 1.run VF on VM with 3G memory 2.load VF driver 3.ethtool -G eth0 tx 30000 rx 30000 4.ethtool -G eth0 tx 24 rx 24;ethtool -L eth0 combined 1 5.ethtool -G eth0 tx 32760 rx 32760 6.ethtool -L eth0 combined 32 7.ping [Actual Results] netdevice can not work [Expected Results] ping ok [Reproducibility] Inevitably [Additional information] Hardware: D06 Firmware: NA Kernel: NA [Resolution] Revert the channel to the old configuration when allocate new ring memory fail." [Impact] With specific ethtool commands, ethernet does not work [Test Case] run VF on VM with 3G memory and load VF driver ethtool -G eth0 tx 30000 rx 30000 ethtool -G eth0 tx 24 rx 24;ethtool -L eth0 combined 1 ethtool -G eth0 tx 32760 rx 32760 ethtool -L eth0 combined 32 ethernet shall still be functional after these commands [Fix] 3a5a5f06d4d2 net: hns3: revert to old channel when setting new channel num fail [Regression Risk] Patch restricted to hns3 driver. "[Bug Description] After setting new channel num, it needs free old ring memory and allocate new ring memory. If there is no enough memory and allocate new ring memory fail, the ring may initialize fail. To make sure the network interface can work normally, driver should revert the channel to the old configuration. [Steps to Reproduce] 1.run VF on VM with 3G memory 2.load VF driver 3.ethtool -G eth0 tx 30000 rx 30000 4.ethtool -G eth0 tx 24 rx 24;ethtool -L eth0 combined 1 5.ethtool -G eth0 tx 32760 rx 32760 6.ethtool -L eth0 combined 32 7.ping [Actual Results] netdevice can not work [Expected Results] ping ok [Reproducibility] Inevitably [Additional information] Hardware: D06 Firmware: NA Kernel: NA [Resolution] Revert the channel to the old configuration when allocate new ring memory fail."
2020-01-07 11:33:16 Kleber Sacilotto de Souza linux (Ubuntu Disco): status In Progress Fix Committed
2020-01-07 11:33:40 Kleber Sacilotto de Souza linux (Ubuntu Eoan): status In Progress Fix Committed
2020-01-08 05:22:37 Ike Panhc kunpeng920/ubuntu-19.10: status In Progress Fix Committed
2020-01-08 05:22:51 Ike Panhc kunpeng920/ubuntu-19.04: status In Progress Fix Committed
2020-01-08 05:23:09 Ike Panhc kunpeng920: status In Progress Fix Committed
2020-01-10 18:03:23 Ubuntu Kernel Bot tags verification-needed-disco
2020-01-17 15:32:33 Ike Panhc tags verification-needed-disco verification-done-disco
2020-01-27 13:21:23 Launchpad Janitor linux (Ubuntu Disco): status Fix Committed Fix Released
2020-01-27 13:21:23 Launchpad Janitor cve linked 2019-14615
2020-01-27 13:21:23 Launchpad Janitor cve linked 2019-18885
2020-01-27 13:21:23 Launchpad Janitor cve linked 2019-19050
2020-01-27 13:21:23 Launchpad Janitor cve linked 2019-19077
2020-01-27 13:21:23 Launchpad Janitor cve linked 2019-19078
2020-01-27 13:21:23 Launchpad Janitor cve linked 2019-19082
2020-01-27 13:21:23 Launchpad Janitor cve linked 2019-19332
2020-01-27 13:21:23 Launchpad Janitor cve linked 2020-7053
2020-01-28 09:47:02 Andrew Cloke kunpeng920/ubuntu-19.04: status Fix Committed Fix Released
2020-01-28 09:48:11 Andrew Cloke kunpeng920/ubuntu-19.04: milestone ubuntu-19.04-sru-12
2020-01-28 09:49:13 Andrew Cloke kunpeng920/ubuntu-18.04-hwe: status Fix Committed Fix Released
2020-01-28 09:49:13 Andrew Cloke kunpeng920/ubuntu-18.04-hwe: milestone ubuntu-18.04.5 ubuntu-18.04.3
2020-02-03 22:44:26 Ubuntu Kernel Bot tags verification-done-disco verification-done-disco verification-needed-eoan
2020-02-05 06:57:05 Ike Panhc tags verification-done-disco verification-needed-eoan verification-done-disco verification-done-eoan
2020-02-17 10:23:38 Launchpad Janitor linux (Ubuntu Eoan): status Fix Committed Fix Released
2020-02-17 10:23:38 Launchpad Janitor cve linked 2019-19965
2020-02-17 14:34:58 Andrew Cloke kunpeng920/ubuntu-19.10: status Fix Committed Fix Released
2020-04-24 10:49:00 Andrew Cloke kunpeng920/ubuntu-20.04: status Fix Committed Fix Released
2020-04-27 06:54:57 Ike Panhc kunpeng920: status Fix Committed Fix Released