On Wed, Aug 21, 2019 at 02:09:40PM +0200, Eric Auger wrote:
> drivers/iommu/iommu.c | 96 +--
> 1 file changed, 47 insertions(+), 49 deletions(-)
Applied, thanks.
Looks good,
Reviewed-by: Christoph Hellwig
Current implementation is recursive and in case of allocation
failure the existing @regions list is altered. A non recursive
version looks better for maintainability and simplifies the
error handling. We use a separate stack for overlapping segment
merging. The elements are sorted by start address