Re: [Xen-devel] [PATCH v5 05/10] AMD/IOMMU: let callers of amd_iommu_alloc_intremap_table() handle errors

2019-09-17 Thread Andrew Cooper
On 06/08/2019 14:09, Jan Beulich wrote: > Additional users of the function will want to handle errors more > gracefully. Remove the BUG_ON()s and make the current caller panic() > instead. > > Signed-off-by: Jan Beulich Acked-by: Andrew Cooper ___

[Xen-devel] [PATCH v5 05/10] AMD/IOMMU: let callers of amd_iommu_alloc_intremap_table() handle errors

2019-08-06 Thread Jan Beulich
Additional users of the function will want to handle errors more gracefully. Remove the BUG_ON()s and make the current caller panic() instead. Signed-off-by: Jan Beulich --- v5: New. --- a/xen/drivers/passthrough/amd/iommu_acpi.c +++ b/xen/drivers/passthrough/amd/iommu_acpi.c @@ -86,6 +86,10