[PATCH] kvm:iommu: fix the third parameter of kvm_iommu_put_pages

2014-08-19 Thread zhanghailiang
The third parameter of kvm_iommu_put_pages is wrong, It should be 'gfn-slot-base_gfn' Signed-off-by: zhanghailiang zhang.zhanghaili...@huawei.com --- virt/kvm/iommu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virt/kvm/iommu.c b/virt/kvm/iommu.c index 0df7d4b..c02f9a3

Re: [PATCH] kvm:iommu: fix the third parameter of kvm_iommu_put_pages

2014-08-19 Thread Paolo Bonzini
Il 19/08/2014 13:14, zhanghailiang ha scritto: The third parameter of kvm_iommu_put_pages is wrong, It should be 'gfn-slot-base_gfn' This fixes a crash, doesn't it? Please mention it in the commit message, because we have to assign a CVE for this kind of issue. It will be CVE-2014-3601. I