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

From: Joerg Roedel
Date: Tue Nov 03 2020 - 08:37:33 EST


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 sanity check part in patch 1.
> - Remove v1 patch 2 which is not suitable.
> - Add description for current patch 2.
> - Add 'Fixes:' tags for all patches.
>
> Liu Yi L (1):
> iommu/vt-d: Fix sid not set issue in in intel_svm_bind_gpasid()
>
> Liu, Yi L (1):
> iommu/vt-d: Fix a bug for PDP check in prq_event_thread
>
> drivers/iommu/intel/svm.c | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)

Applied for v5.10, thanks.