Re: [Xen-devel] [PATCH v2 1/2] dmar: iommu mem leak fix

2018-08-21 Thread Tian, Kevin
> From: Zhenzhong Duan [mailto:zhenzhong.d...@oracle.com] > Sent: Monday, August 20, 2018 6:43 PM > > Release memory allocated for drhd iommu in error path. > > -v2: fixup wrong parameter hiden due to my removing -Werror > > Signed-off-by: Zhenzhong Duan Acked-by: Kevin Tian

Re: [Xen-devel] [PATCH v2 1/2] dmar: iommu mem leak fix

2018-08-20 Thread Jan Beulich
>>> On 20.08.18 at 12:42, wrote: > Release memory allocated for drhd iommu in error path. > > -v2: fixup wrong parameter hiden due to my removing -Werror This line belongs ... > Signed-off-by: Zhenzhong Duan > --- ... here, so it won't end up in the commit message. Still Reviewed-by: Jan

[Xen-devel] [PATCH v2 1/2] dmar: iommu mem leak fix

2018-08-20 Thread Zhenzhong Duan
Release memory allocated for drhd iommu in error path. -v2: fixup wrong parameter hiden due to my removing -Werror Signed-off-by: Zhenzhong Duan --- xen/drivers/passthrough/vtd/dmar.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/xen/drivers/passthrough/vtd/dmar.c