Activity log for bug #1903267

Date Who What changed Old value New value Message
2020-11-06 08:17:50 Fred Kimmy bug added bug
2020-11-06 08:21:02 Fred Kimmy attachment added crash.PNG https://bugs.launchpad.net/kunpeng920/+bug/1903267/+attachment/5431795/+files/crash.PNG
2020-11-06 08:21:30 Fred Kimmy nominated for series kunpeng920/ubuntu-18.04
2020-11-06 08:21:30 Fred Kimmy bug task added kunpeng920/ubuntu-18.04
2020-11-06 08:21:30 Fred Kimmy nominated for series kunpeng920/upstream-kernel
2020-11-06 08:21:30 Fred Kimmy bug task added kunpeng920/upstream-kernel
2020-11-06 08:21:30 Fred Kimmy nominated for series kunpeng920/ubuntu-20.04
2020-11-06 08:21:30 Fred Kimmy bug task added kunpeng920/ubuntu-20.04
2020-11-06 08:21:30 Fred Kimmy nominated for series kunpeng920/ubuntu-20.04-hwe
2020-11-06 08:21:30 Fred Kimmy bug task added kunpeng920/ubuntu-20.04-hwe
2020-11-06 08:21:30 Fred Kimmy nominated for series kunpeng920/ubuntu-18.04-hwe
2020-11-06 08:21:30 Fred Kimmy bug task added kunpeng920/ubuntu-18.04-hwe
2020-11-06 08:22:11 Fred Kimmy kunpeng920: importance Undecided Critical
2020-11-06 08:22:12 Fred Kimmy kunpeng920/ubuntu-18.04: importance Undecided Critical
2020-11-06 08:22:14 Fred Kimmy kunpeng920/ubuntu-18.04-hwe: importance Undecided Critical
2020-11-06 08:22:15 Fred Kimmy kunpeng920/ubuntu-20.04: importance Undecided Critical
2020-11-06 08:22:17 Fred Kimmy kunpeng920/ubuntu-20.04-hwe: importance Undecided Critical
2020-11-06 08:22:19 Fred Kimmy kunpeng920/upstream-kernel: importance Undecided Critical
2020-11-06 20:08:54 Taihsiang Ho kunpeng920/ubuntu-20.04-hwe: assignee Taihsiang Ho (taihsiangho)
2020-11-10 15:26:21 Taihsiang Ho description [Bug Description] [Steps to Reproduce] 1) install VM 2)apt install –y bridge-utils 3)echo 1 > /sys/class/net/eth0/device/sriov_numvfs ethtool –i eth0v0 brctl addbr br00 ifconfig br00 5.5.5.1/24 brctl addif br00 eth0 brctl addif br00 eth01 virsh start vm1 virsh start vm2 vim sl1.xml <hostdev mode='subsystem' type='pci' managed='yes'> <source> <address domain='0x0000' bus='0x7d' slot='0x01' function='0x7'/> </source> </hostdev> vim sl2.xml virsh attach-device vm1 sl1.xml virsh attach-device vm2 sl2.xml TCP:netperf -H <Server IP> -t TCP_STREAM –l 60 -- -m 1472 UCP:netperf -H <Server IP> -t UDP_STREAM –l 60 -- -m 1472 [Actual Results] vm crash [Expected Results] vm is ok [Reproducibility] 100% [Additional information] (Firmware version, kernel version, affected hardware, etc. if required): [ 1273.099819] pci 0000:7c:00.0: AER: Device recovery successful [ 1273.099829] hns3 0000:7d:00.2: AER: aer_status: 0x00000000, aer_mask: 0x00000000 [ 1273.107205] hns3 0000:7d:00.2: AER: aer_layer=Transaction Layer, aer_agent=Receiver ID [ 1273.112484] hns3 0000:7d:00.0: cleaned 0, need to clean 1 [ 1273.115095] hns3 0000:7d:00.0: get link status cmd failed -52 [ 1273.115100] hns3 0000:7d:00.2: AER: aer_uncor_severity: 0x00000000 [ 1273.127000] hns3 0000:7d:00.0: PCI error detected, state(=1)!! [ 1273.127027] hns3 0000:7d:00.1: PCI error detected, state(=1)!! [ 1273.127036] hns3 0000:7d:00.2: PCI error detected, state(=1)!! [ 1273.127045] hns3 0000:7d:00.3: PCI error detected, state(=1)!! [ 1273.127114] pci 0000:7c:00.0: AER: Device recovery successful [ 1273.127123] hns3 0000:7d:00.3: AER: aer_status: 0x00000000, aer_mask: 0x00000000 [ 1273.127411] br00: port 1(eno3) entered disabled state [ 1273.134507] hns3 0000:7d:00.3: AER: aer_layer=Transaction Layer, aer_agent=Receiver ID [ 1273.142403] hns3 0000:7d:00.3: AER: aer_uncor_severity: 0x00000000 [ 1273.148576] hns3 0000:7d:00.0: PCI error detected, state(=1)!! [ 1273.148610] hns3 0000:7d:00.1: PCI error detected, state(=1)!! [ 1273.148626] hns3 0000:7d:00.2: PCI error detected, state(=1)!! [ 1273.148637] hns3 0000:7d:00.3: PCI error detected, state(=1)!! [ 1273.148712] pci 0000:7c:00.0: AER: Device recovery successful [ 1273.149370] br00: port 2(eno4) entered disabled state [ 1273.149584] hns3 0000:7d:00.0 eno1: link down [ 1273.198236] hns3 0000:7d:00.2: prepare wait ok [ 1273.206287] hns3 0000:7d:00.3: prepare wait ok [ 1273.206303] hns3 0000:7d:00.1: prepare wait ok [ 1273.254285] hns3 0000:7d:00.0: prepare wait ok [ 1310.998220] hns3 0000:7d:00.2: Wait for reset timeout: 6 [Resolution] 74ef402 net: hns3: fix for fraglist SKB headlen not handling correctly 0ec3b6a net: hns3: fix for not unmapping TX buffer correctly 48ae74c net: hns3: fix for not calculating TX BD send size correctly 8ceca59 net: hns3: fix error handling for desc filling cfdaeba net: hns3: fix desc filling bug when skb is expanded or lineared [Bug Description] [Steps to Reproduce] 1) install VM 2)apt install -y bridge-utils 3)echo 1 > /sys/class/net/eth0/device/sriov_numvfs ethtool -i eth0v0 brctl addbr br00 ifconfig br00 5.5.5.1/24 brctl addif br00 eth0 brctl addif br00 eth01 virsh start vm1 virsh start vm2 vim sl1.xml <hostdev mode='subsystem' type='pci' managed='yes'>      <source>              <address domain='0x0000' bus='0x7d' slot='0x01' function='0x7'/>      </source> </hostdev> vim sl2.xml virsh attach-device vm1 sl1.xml virsh attach-device vm2 sl2.xml TCP:netperf -H <Server IP> -t TCP_STREAM –l 60 -- -m 1472 UCP:netperf -H <Server IP> -t UDP_STREAM –l 60 -- -m 1472 [Actual Results] vm crash [Expected Results] vm is ok [Reproducibility] 100% [Additional information] (Firmware version, kernel version, affected hardware, etc. if required): [ 1273.099819] pci 0000:7c:00.0: AER: Device recovery successful [ 1273.099829] hns3 0000:7d:00.2: AER: aer_status: 0x00000000, aer_mask: 0x00000000 [ 1273.107205] hns3 0000:7d:00.2: AER: aer_layer=Transaction Layer, aer_agent=Receiver ID [ 1273.112484] hns3 0000:7d:00.0: cleaned 0, need to clean 1 [ 1273.115095] hns3 0000:7d:00.0: get link status cmd failed -52 [ 1273.115100] hns3 0000:7d:00.2: AER: aer_uncor_severity: 0x00000000 [ 1273.127000] hns3 0000:7d:00.0: PCI error detected, state(=1)!! [ 1273.127027] hns3 0000:7d:00.1: PCI error detected, state(=1)!! [ 1273.127036] hns3 0000:7d:00.2: PCI error detected, state(=1)!! [ 1273.127045] hns3 0000:7d:00.3: PCI error detected, state(=1)!! [ 1273.127114] pci 0000:7c:00.0: AER: Device recovery successful [ 1273.127123] hns3 0000:7d:00.3: AER: aer_status: 0x00000000, aer_mask: 0x00000000 [ 1273.127411] br00: port 1(eno3) entered disabled state [ 1273.134507] hns3 0000:7d:00.3: AER: aer_layer=Transaction Layer, aer_agent=Receiver ID [ 1273.142403] hns3 0000:7d:00.3: AER: aer_uncor_severity: 0x00000000 [ 1273.148576] hns3 0000:7d:00.0: PCI error detected, state(=1)!! [ 1273.148610] hns3 0000:7d:00.1: PCI error detected, state(=1)!! [ 1273.148626] hns3 0000:7d:00.2: PCI error detected, state(=1)!! [ 1273.148637] hns3 0000:7d:00.3: PCI error detected, state(=1)!! [ 1273.148712] pci 0000:7c:00.0: AER: Device recovery successful [ 1273.149370] br00: port 2(eno4) entered disabled state [ 1273.149584] hns3 0000:7d:00.0 eno1: link down [ 1273.198236] hns3 0000:7d:00.2: prepare wait ok [ 1273.206287] hns3 0000:7d:00.3: prepare wait ok [ 1273.206303] hns3 0000:7d:00.1: prepare wait ok [ 1273.254285] hns3 0000:7d:00.0: prepare wait ok [ 1310.998220] hns3 0000:7d:00.2: Wait for reset timeout: 6 [Resolution] 74ef402 net: hns3: fix for fraglist SKB headlen not handling correctly 0ec3b6a net: hns3: fix for not unmapping TX buffer correctly 48ae74c net: hns3: fix for not calculating TX BD send size correctly 8ceca59 net: hns3: fix error handling for desc filling cfdaeba net: hns3: fix desc filling bug when skb is expanded or lineared
2020-11-10 15:32:56 Taihsiang Ho description [Bug Description] [Steps to Reproduce] 1) install VM 2)apt install -y bridge-utils 3)echo 1 > /sys/class/net/eth0/device/sriov_numvfs ethtool -i eth0v0 brctl addbr br00 ifconfig br00 5.5.5.1/24 brctl addif br00 eth0 brctl addif br00 eth01 virsh start vm1 virsh start vm2 vim sl1.xml <hostdev mode='subsystem' type='pci' managed='yes'>      <source>              <address domain='0x0000' bus='0x7d' slot='0x01' function='0x7'/>      </source> </hostdev> vim sl2.xml virsh attach-device vm1 sl1.xml virsh attach-device vm2 sl2.xml TCP:netperf -H <Server IP> -t TCP_STREAM –l 60 -- -m 1472 UCP:netperf -H <Server IP> -t UDP_STREAM –l 60 -- -m 1472 [Actual Results] vm crash [Expected Results] vm is ok [Reproducibility] 100% [Additional information] (Firmware version, kernel version, affected hardware, etc. if required): [ 1273.099819] pci 0000:7c:00.0: AER: Device recovery successful [ 1273.099829] hns3 0000:7d:00.2: AER: aer_status: 0x00000000, aer_mask: 0x00000000 [ 1273.107205] hns3 0000:7d:00.2: AER: aer_layer=Transaction Layer, aer_agent=Receiver ID [ 1273.112484] hns3 0000:7d:00.0: cleaned 0, need to clean 1 [ 1273.115095] hns3 0000:7d:00.0: get link status cmd failed -52 [ 1273.115100] hns3 0000:7d:00.2: AER: aer_uncor_severity: 0x00000000 [ 1273.127000] hns3 0000:7d:00.0: PCI error detected, state(=1)!! [ 1273.127027] hns3 0000:7d:00.1: PCI error detected, state(=1)!! [ 1273.127036] hns3 0000:7d:00.2: PCI error detected, state(=1)!! [ 1273.127045] hns3 0000:7d:00.3: PCI error detected, state(=1)!! [ 1273.127114] pci 0000:7c:00.0: AER: Device recovery successful [ 1273.127123] hns3 0000:7d:00.3: AER: aer_status: 0x00000000, aer_mask: 0x00000000 [ 1273.127411] br00: port 1(eno3) entered disabled state [ 1273.134507] hns3 0000:7d:00.3: AER: aer_layer=Transaction Layer, aer_agent=Receiver ID [ 1273.142403] hns3 0000:7d:00.3: AER: aer_uncor_severity: 0x00000000 [ 1273.148576] hns3 0000:7d:00.0: PCI error detected, state(=1)!! [ 1273.148610] hns3 0000:7d:00.1: PCI error detected, state(=1)!! [ 1273.148626] hns3 0000:7d:00.2: PCI error detected, state(=1)!! [ 1273.148637] hns3 0000:7d:00.3: PCI error detected, state(=1)!! [ 1273.148712] pci 0000:7c:00.0: AER: Device recovery successful [ 1273.149370] br00: port 2(eno4) entered disabled state [ 1273.149584] hns3 0000:7d:00.0 eno1: link down [ 1273.198236] hns3 0000:7d:00.2: prepare wait ok [ 1273.206287] hns3 0000:7d:00.3: prepare wait ok [ 1273.206303] hns3 0000:7d:00.1: prepare wait ok [ 1273.254285] hns3 0000:7d:00.0: prepare wait ok [ 1310.998220] hns3 0000:7d:00.2: Wait for reset timeout: 6 [Resolution] 74ef402 net: hns3: fix for fraglist SKB headlen not handling correctly 0ec3b6a net: hns3: fix for not unmapping TX buffer correctly 48ae74c net: hns3: fix for not calculating TX BD send size correctly 8ceca59 net: hns3: fix error handling for desc filling cfdaeba net: hns3: fix desc filling bug when skb is expanded or lineared [Bug Description] [Steps to Reproduce] 1) install VM 2)apt install -y bridge-utils 3)echo 1 > /sys/class/net/eth0/device/sriov_numvfs ethtool -i eth0v0 brctl addbr br00 ifconfig br00 5.5.5.1/24 brctl addif br00 eth0 brctl addif br00 eth01 virsh start vm1 virsh start vm2 vim sl1.xml <hostdev mode='subsystem' type='pci' managed='yes'>      <source>              <address domain='0x0000' bus='0x7d' slot='0x01' function='0x7'/>      </source> </hostdev> vim sl2.xml virsh attach-device vm1 sl1.xml virsh attach-device vm2 sl2.xml TCP:netperf -H <Server IP> -t TCP_STREAM -l 60 -- -m 1472 UCP:netperf -H <Server IP> -t UDP_STREAM -l 60 -- -m 1472 [Actual Results] vm crash [Expected Results] vm is ok [Reproducibility] 100% [Additional information] (Firmware version, kernel version, affected hardware, etc. if required): [ 1273.099819] pci 0000:7c:00.0: AER: Device recovery successful [ 1273.099829] hns3 0000:7d:00.2: AER: aer_status: 0x00000000, aer_mask: 0x00000000 [ 1273.107205] hns3 0000:7d:00.2: AER: aer_layer=Transaction Layer, aer_agent=Receiver ID [ 1273.112484] hns3 0000:7d:00.0: cleaned 0, need to clean 1 [ 1273.115095] hns3 0000:7d:00.0: get link status cmd failed -52 [ 1273.115100] hns3 0000:7d:00.2: AER: aer_uncor_severity: 0x00000000 [ 1273.127000] hns3 0000:7d:00.0: PCI error detected, state(=1)!! [ 1273.127027] hns3 0000:7d:00.1: PCI error detected, state(=1)!! [ 1273.127036] hns3 0000:7d:00.2: PCI error detected, state(=1)!! [ 1273.127045] hns3 0000:7d:00.3: PCI error detected, state(=1)!! [ 1273.127114] pci 0000:7c:00.0: AER: Device recovery successful [ 1273.127123] hns3 0000:7d:00.3: AER: aer_status: 0x00000000, aer_mask: 0x00000000 [ 1273.127411] br00: port 1(eno3) entered disabled state [ 1273.134507] hns3 0000:7d:00.3: AER: aer_layer=Transaction Layer, aer_agent=Receiver ID [ 1273.142403] hns3 0000:7d:00.3: AER: aer_uncor_severity: 0x00000000 [ 1273.148576] hns3 0000:7d:00.0: PCI error detected, state(=1)!! [ 1273.148610] hns3 0000:7d:00.1: PCI error detected, state(=1)!! [ 1273.148626] hns3 0000:7d:00.2: PCI error detected, state(=1)!! [ 1273.148637] hns3 0000:7d:00.3: PCI error detected, state(=1)!! [ 1273.148712] pci 0000:7c:00.0: AER: Device recovery successful [ 1273.149370] br00: port 2(eno4) entered disabled state [ 1273.149584] hns3 0000:7d:00.0 eno1: link down [ 1273.198236] hns3 0000:7d:00.2: prepare wait ok [ 1273.206287] hns3 0000:7d:00.3: prepare wait ok [ 1273.206303] hns3 0000:7d:00.1: prepare wait ok [ 1273.254285] hns3 0000:7d:00.0: prepare wait ok [ 1310.998220] hns3 0000:7d:00.2: Wait for reset timeout: 6 [Resolution] 74ef402 net: hns3: fix for fraglist SKB headlen not handling correctly 0ec3b6a net: hns3: fix for not unmapping TX buffer correctly 48ae74c net: hns3: fix for not calculating TX BD send size correctly 8ceca59 net: hns3: fix error handling for desc filling cfdaeba net: hns3: fix desc filling bug when skb is expanded or lineared
2020-11-12 22:45:30 Taihsiang Ho kunpeng920/ubuntu-20.04: assignee Taihsiang Ho (taihsiangho)
2020-11-12 22:45:36 Taihsiang Ho kunpeng920/ubuntu-20.04: status New In Progress
2020-11-12 22:45:38 Taihsiang Ho kunpeng920/ubuntu-20.04-hwe: status New In Progress
2020-11-13 09:03:12 Taihsiang Ho tags tairadar
2020-11-13 14:09:45 Taihsiang Ho kunpeng920: status New In Progress
2020-11-13 14:10:07 Taihsiang Ho kunpeng920/ubuntu-18.04-hwe: status New Incomplete
2020-11-13 14:10:17 Taihsiang Ho kunpeng920/ubuntu-18.04-hwe: assignee Taihsiang Ho (taihsiangho)
2020-11-19 08:35:32 Taihsiang Ho kunpeng920/ubuntu-20.04-hwe: status In Progress Fix Committed
2020-11-19 08:35:53 Taihsiang Ho kunpeng920/upstream-kernel: status New Fix Committed
2020-11-24 05:17:58 Ike Panhc kunpeng920/ubuntu-18.04: status New Won't Fix
2020-11-29 15:57:57 Ike Panhc attachment added lp1903267.sh https://bugs.launchpad.net/kunpeng920/+bug/1903267/+attachment/5439263/+files/lp1903267.sh
2020-11-29 15:58:22 Ike Panhc kunpeng920/ubuntu-20.04: status In Progress Incomplete
2020-11-29 15:58:26 Ike Panhc kunpeng920: status In Progress Incomplete
2021-01-07 09:06:07 Andrew Cloke kunpeng920/upstream-kernel: milestone linux-v5.8
2021-01-07 09:06:14 Andrew Cloke kunpeng920/upstream-kernel: status Fix Committed Fix Released
2021-01-07 09:06:31 Andrew Cloke kunpeng920/ubuntu-20.04-hwe: milestone ubuntu-20.04.2
2021-02-05 09:11:39 Ike Panhc kunpeng920/ubuntu-20.04: status Incomplete Invalid
2021-02-05 09:11:43 Ike Panhc kunpeng920/ubuntu-18.04-hwe: status Incomplete Invalid
2021-02-05 09:11:47 Ike Panhc kunpeng920: status Incomplete Fix Released
2021-02-05 09:11:51 Ike Panhc kunpeng920/ubuntu-20.04-hwe: status Fix Committed Fix Released
2021-02-09 09:12:08 Taihsiang Ho kunpeng920/ubuntu-18.04-hwe: assignee Taihsiang Ho (taihsiangho)
2021-02-09 09:12:10 Taihsiang Ho kunpeng920/ubuntu-20.04: assignee Taihsiang Ho (taihsiangho)
2021-02-09 09:12:12 Taihsiang Ho kunpeng920/ubuntu-20.04-hwe: assignee Taihsiang Ho (taihsiangho)