Re: [PATCH] iommu: Limit the IOVA page range to the specified addresses

2017-10-27 Thread Gary R Hook
On 10/26/2017 03:32 AM, Alex Williamson wrote: On Tue, 17 Oct 2017 16:22:01 -0500 Gary R Hook wrote: From: amd The extent of pages specified when applying a reserved region should include up to the last page of the range, but not the page following the range. Signed-off-by: Gary R Hook ---

Re: [PATCH] iommu: Limit the IOVA page range to the specified addresses

2017-10-26 Thread Alex Williamson
On Tue, 17 Oct 2017 16:22:01 -0500 Gary R Hook wrote: > From: amd > > The extent of pages specified when applying a reserved region should > include up to the last page of the range, but not the page following > the range. > > Signed-off-by: Gary R Hook > --- > drivers/iommu/amd_iommu.c |

[PATCH] iommu: Limit the IOVA page range to the specified addresses

2017-10-17 Thread Gary R Hook
From: amd The extent of pages specified when applying a reserved region should include up to the last page of the range, but not the page following the range. Signed-off-by: Gary R Hook --- drivers/iommu/amd_iommu.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers