2019-11-26 08:43:15 |
Fred Kimmy |
bug |
|
|
added bug |
2019-11-27 21:36:11 |
dann frazier |
nominated for series |
|
kunpeng920/ubuntu-18.04-hwe |
|
2019-11-27 21:36:11 |
dann frazier |
bug task added |
|
kunpeng920/ubuntu-18.04-hwe |
|
2019-11-27 21:36:11 |
dann frazier |
nominated for series |
|
kunpeng920/ubuntu-19.10 |
|
2019-11-27 21:36:11 |
dann frazier |
bug task added |
|
kunpeng920/ubuntu-19.10 |
|
2019-11-27 21:36:11 |
dann frazier |
nominated for series |
|
kunpeng920/upstream-kernel |
|
2019-11-27 21:36:11 |
dann frazier |
bug task added |
|
kunpeng920/upstream-kernel |
|
2019-11-27 21:36:18 |
dann frazier |
kunpeng920/upstream-kernel: status |
New |
Fix Released |
|
2019-11-27 21:36:25 |
dann frazier |
kunpeng920/upstream-kernel: milestone |
|
linux-v5.3 |
|
2019-11-27 21:36:55 |
dann frazier |
kunpeng920/ubuntu-19.10: status |
New |
Fix Released |
|
2019-11-27 21:37:00 |
dann frazier |
kunpeng920/ubuntu-19.10: milestone |
|
ubuntu-19.10-ga |
|
2019-11-27 21:37:03 |
dann frazier |
kunpeng920/ubuntu-18.04-hwe: status |
New |
Fix Committed |
|
2019-11-27 21:37:07 |
dann frazier |
kunpeng920/ubuntu-18.04-hwe: milestone |
|
ubuntu-18.04.4 |
|
2019-11-27 21:37:09 |
dann frazier |
kunpeng920: status |
New |
Fix Committed |
|
2019-12-05 06:30:19 |
Fred Kimmy |
nominated for series |
|
kunpeng920/ubuntu-18.04 |
|
2019-12-05 06:30:19 |
Fred Kimmy |
bug task added |
|
kunpeng920/ubuntu-18.04 |
|
2019-12-11 01:22:27 |
dann frazier |
nominated for series |
|
kunpeng920/ubuntu-19.04 |
|
2019-12-11 01:22:27 |
dann frazier |
bug task added |
|
kunpeng920/ubuntu-19.04 |
|
2019-12-11 01:22:47 |
dann frazier |
kunpeng920: status |
Fix Committed |
New |
|
2019-12-18 08:44:11 |
Ike Panhc |
kunpeng920/ubuntu-19.04: status |
New |
In Progress |
|
2019-12-18 08:44:14 |
Ike Panhc |
kunpeng920/ubuntu-18.04: status |
New |
In Progress |
|
2019-12-18 08:44:17 |
Ike Panhc |
kunpeng920/ubuntu-18.04: assignee |
|
Ike Panhc (ikepanhc) |
|
2019-12-18 08:44:20 |
Ike Panhc |
kunpeng920/ubuntu-19.04: assignee |
|
Ike Panhc (ikepanhc) |
|
2019-12-20 07:26:46 |
Ike Panhc |
bug task added |
|
linux (Ubuntu) |
|
2019-12-20 07:28:07 |
Ike Panhc |
nominated for series |
|
Ubuntu Bionic |
|
2019-12-20 07:28:07 |
Ike Panhc |
bug task added |
|
linux (Ubuntu Bionic) |
|
2019-12-20 07:28:07 |
Ike Panhc |
nominated for series |
|
Ubuntu Disco |
|
2019-12-20 07:28:07 |
Ike Panhc |
bug task added |
|
linux (Ubuntu Disco) |
|
2019-12-20 07:30:26 |
Ubuntu Kernel Bot |
linux (Ubuntu): status |
New |
Incomplete |
|
2019-12-20 07:30:31 |
Ubuntu Kernel Bot |
linux (Ubuntu Bionic): status |
New |
Incomplete |
|
2019-12-20 07:30:32 |
Ubuntu Kernel Bot |
linux (Ubuntu Disco): status |
New |
Incomplete |
|
2019-12-20 07:53:35 |
Ike Panhc |
linux (Ubuntu): status |
Incomplete |
Invalid |
|
2019-12-20 07:53:38 |
Ike Panhc |
linux (Ubuntu Bionic): status |
Incomplete |
Invalid |
|
2019-12-20 08:53:02 |
Ike Panhc |
description |
"[Bug Description]
When smmu is enable, if execute the perftest command and then use 'kill
-9' to exit, follow this operation repeatedly, the kernel will have a high
probability to print the following smmu event:
arm-smmu-v3 arm-smmu-v3.1.auto: event 0x10 received:
arm-smmu-v3 arm-smmu-v3.1.auto: 0x00007d0000000010
arm-smmu-v3 arm-smmu-v3.1.auto: 0x0000020900000080
arm-smmu-v3 arm-smmu-v3.1.auto: 0x00000000f47cf000
arm-smmu-v3 arm-smmu-v3.1.auto: 0x00000000f47cf000
This is because the hw will periodically refresh the qpc cache until the
next reset.
This patch fixed it by removing the action that release qpc memory in the
'hns_roce_qp_free' function.
[Steps to Reproduce]
1. load hns-roce-hw-v2.ko and open smmu
2. run rdma app
3. kill RoCE process
[Actual Results]
fail
[Expected Results]
success
[Reproducibility]
Inevitably
[Additional information]
Hardware: D06
Firmware: NA
Kernel: NA
[Resolution]
"RDMA/hns: Fixs hw access invalid dma memory error |
[SRU Justification]
Impact: With SMMU enabled, kill RDMA process will cause unexpected SMMU event
Fix: Cherry-pick patches ec5bc2cc6 from upstream
Testcase: Kill RMDA process several times and check console output
[Bug Description]
When smmu is enable, if execute the perftest command and then use 'kill
-9' to exit, follow this operation repeatedly, the kernel will have a high
probability to print the following smmu event:
arm-smmu-v3 arm-smmu-v3.1.auto: event 0x10 received:
arm-smmu-v3 arm-smmu-v3.1.auto: 0x00007d0000000010
arm-smmu-v3 arm-smmu-v3.1.auto: 0x0000020900000080
arm-smmu-v3 arm-smmu-v3.1.auto: 0x00000000f47cf000
arm-smmu-v3 arm-smmu-v3.1.auto: 0x00000000f47cf000
This is because the hw will periodically refresh the qpc cache until the
next reset.
This patch fixed it by removing the action that release qpc memory in the
'hns_roce_qp_free' function.
[Steps to Reproduce]
1. load hns-roce-hw-v2.ko and open smmu
2. run rdma app
3. kill RoCE process
[Actual Results]
fail
[Expected Results]
success
[Reproducibility]
Inevitably
[Additional information]
Hardware: D06
Firmware: NA
Kernel: NA
[Resolution]
RDMA/hns: Fixs hw access invalid dma memory error |
|
2019-12-20 08:53:06 |
Ike Panhc |
linux (Ubuntu Disco): status |
Incomplete |
In Progress |
|
2019-12-20 08:53:09 |
Ike Panhc |
linux (Ubuntu Disco): assignee |
|
Ike Panhc (ikepanhc) |
|
2019-12-20 08:53:14 |
Ike Panhc |
linux (Ubuntu Bionic): status |
Invalid |
In Progress |
|
2019-12-20 08:53:18 |
Ike Panhc |
linux (Ubuntu Bionic): assignee |
|
Ike Panhc (ikepanhc) |
|
2019-12-20 08:53:23 |
Ike Panhc |
kunpeng920: status |
New |
In Progress |
|
2019-12-20 08:56:11 |
Ike Panhc |
description |
[SRU Justification]
Impact: With SMMU enabled, kill RDMA process will cause unexpected SMMU event
Fix: Cherry-pick patches ec5bc2cc6 from upstream
Testcase: Kill RMDA process several times and check console output
[Bug Description]
When smmu is enable, if execute the perftest command and then use 'kill
-9' to exit, follow this operation repeatedly, the kernel will have a high
probability to print the following smmu event:
arm-smmu-v3 arm-smmu-v3.1.auto: event 0x10 received:
arm-smmu-v3 arm-smmu-v3.1.auto: 0x00007d0000000010
arm-smmu-v3 arm-smmu-v3.1.auto: 0x0000020900000080
arm-smmu-v3 arm-smmu-v3.1.auto: 0x00000000f47cf000
arm-smmu-v3 arm-smmu-v3.1.auto: 0x00000000f47cf000
This is because the hw will periodically refresh the qpc cache until the
next reset.
This patch fixed it by removing the action that release qpc memory in the
'hns_roce_qp_free' function.
[Steps to Reproduce]
1. load hns-roce-hw-v2.ko and open smmu
2. run rdma app
3. kill RoCE process
[Actual Results]
fail
[Expected Results]
success
[Reproducibility]
Inevitably
[Additional information]
Hardware: D06
Firmware: NA
Kernel: NA
[Resolution]
RDMA/hns: Fixs hw access invalid dma memory error |
[Impact]
With SMMU enabled, kill RDMA process will cause unexpected SMMU event
[Testcase]
Kill RMDA process several times and check console output
[Regression Risk]
Only RDMA/hns driver modified. lowest risk to other drivers/platforms
[Bug Description]
When smmu is enable, if execute the perftest command and then use 'kill
-9' to exit, follow this operation repeatedly, the kernel will have a high
probability to print the following smmu event:
arm-smmu-v3 arm-smmu-v3.1.auto: event 0x10 received:
arm-smmu-v3 arm-smmu-v3.1.auto: 0x00007d0000000010
arm-smmu-v3 arm-smmu-v3.1.auto: 0x0000020900000080
arm-smmu-v3 arm-smmu-v3.1.auto: 0x00000000f47cf000
arm-smmu-v3 arm-smmu-v3.1.auto: 0x00000000f47cf000
This is because the hw will periodically refresh the qpc cache until the
next reset.
This patch fixed it by removing the action that release qpc memory in the
'hns_roce_qp_free' function.
[Steps to Reproduce]
1. load hns-roce-hw-v2.ko and open smmu
2. run rdma app
3. kill RoCE process
[Actual Results]
fail
[Expected Results]
success
[Reproducibility]
Inevitably
[Additional information]
Hardware: D06
Firmware: NA
Kernel: NA
[Resolution]
RDMA/hns: Fixs hw access invalid dma memory error |
|
2020-01-07 11:41:34 |
Kleber Sacilotto de Souza |
linux (Ubuntu Bionic): status |
In Progress |
Fix Committed |
|
2020-01-07 11:42:30 |
Kleber Sacilotto de Souza |
linux (Ubuntu Disco): status |
In Progress |
Fix Committed |
|
2020-01-10 18:03:39 |
Ubuntu Kernel Bot |
tags |
|
verification-needed-disco |
|
2020-01-17 15:31:43 |
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 10:19:22 |
Andrew Cloke |
kunpeng920/ubuntu-19.04: status |
In Progress |
Fix Released |
|
2020-01-28 10:19:37 |
Andrew Cloke |
kunpeng920/ubuntu-19.04: milestone |
|
ubuntu-19.04-sru-12 |
|
2020-01-28 10:19:42 |
Andrew Cloke |
kunpeng920/ubuntu-18.04-hwe: status |
Fix Committed |
Fix Released |
|
2020-01-28 10:20:05 |
Andrew Cloke |
kunpeng920/ubuntu-18.04-hwe: milestone |
ubuntu-18.04.4 |
ubuntu-18.04.3-sru-7 |
|
2020-02-03 22:38:09 |
Ubuntu Kernel Bot |
tags |
verification-done-disco |
verification-done-disco verification-needed-bionic |
|
2020-02-05 07:02:07 |
Ike Panhc |
tags |
verification-done-disco verification-needed-bionic |
verification-done-bionic verification-done-disco |
|
2020-02-13 09:17:32 |
Andrew Cloke |
kunpeng920/ubuntu-18.04: status |
In Progress |
Fix Committed |
|
2020-02-13 09:17:35 |
Andrew Cloke |
kunpeng920: status |
In Progress |
Fix Committed |
|
2020-02-17 10:36:02 |
Launchpad Janitor |
linux (Ubuntu Bionic): status |
Fix Committed |
Fix Released |
|
2020-02-17 10:36:02 |
Launchpad Janitor |
cve linked |
|
2019-20096 |
|
2020-02-17 10:36:02 |
Launchpad Janitor |
cve linked |
|
2019-5108 |
|
2020-02-17 14:28:37 |
Andrew Cloke |
kunpeng920/ubuntu-18.04: status |
Fix Committed |
Fix Released |
|
2020-02-17 14:28:40 |
Andrew Cloke |
kunpeng920: status |
Fix Committed |
Fix Released |
|
2020-02-17 14:28:48 |
Andrew Cloke |
kunpeng920/ubuntu-18.04: milestone |
|
ubuntu-18.04.4-sru-1 |
|