Re: [PATCH v2 0/2] iommu: Fix a few issues related to PRQ

2020-11-03 Thread Joerg Roedel
On Fri, Oct 30, 2020 at 10:37:22AM +0800, Yi Sun wrote: > We found a few issues about PRQ. So, two patches are cooked to > fix them. Please have a review. Thanks! > > Changes from v1: > > - Modify subject of patch 1 to make it more accurate. > - Move get_domain_info() up to the

[PATCH v2 0/2] iommu: Fix a few issues related to PRQ

2020-10-29 Thread Yi Sun
We found a few issues about PRQ. So, two patches are cooked to fix them. Please have a review. Thanks! Changes from v1: - Modify subject of patch 1 to make it more accurate. - Move get_domain_info() up to the sanity check part in patch 1. - Remove v1 patch 2 which is not