Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp97826ybi; Thu, 1 Aug 2019 15:21:24 -0700 (PDT) X-Google-Smtp-Source: APXvYqzrybYlH0SZPCWU62duusU66dq7oCJnAhx9CL3nOEV+4FRmtwBG/8WBH5zAsLU5aksVuveB X-Received: by 2002:a65:50c5:: with SMTP id s5mr11070007pgp.368.1564698084378; Thu, 01 Aug 2019 15:21:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564698084; cv=none; d=google.com; s=arc-20160816; b=DzSps27TZvlbnh/NlfZcxJoyI8Vagrt0vUyESHYHfhhUXJosgptnOpat4MqRTV7HXM 7RVX0fSgo2RhzXZhjWW7SBZnlyQ5aDqXm/D0kgXaHNtXKchifDFgpTZxni/AkfXxL5UR xu81lJMmX0GTVObS1YS9VkhbSHAodLw4NzGhOpNB+WBMI0RBQzqyVfDsaQ9p6e9nJQ9b aELRlPKZEYzyTDI2zBzcZ7kb7DuJk8qHqtS440ZO4S5QN0sr6Cwcexs4vfPahjtjJsXB /9MSBoI+Cso+d3eUAfC8RemQPpsLBMVkX3wPTUgY06XyxxRvt8ZfVxvm5rEsPlmk63jS 0IPQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:to:from; bh=7LZqrhmvXM1650+VnPlYBqx9qgTfDyTipHqQ1aazZo4=; b=MFw1WGTxjy67y4RwRl0yxeibEd6GjtdX4S/lyq/DMFtaZIhAxEi5Ab+43JgVs5bTbe BfrZjypY0A3vzZvyx2xYn1RfYH+/RiHvlZScZBdvbvm/HpEARKmvJy5OeFSx59oLMo8G zCFCuWWzpZCic3/CrUcMWnQ0mDQ3unEZecio2a+PnGcgEhHoU+m/19qMURBlxbP6aJ1Y QZwBtla4Zi5Sf0ZIeI4YqUMREEB31kDWeRbDrJl/pKmt/1ZuuFwuOI9IsObO1koVD6o5 +lRiYJS7dc9n0clukbYB0LoYr9IV8GcTlhpRcI9SR15jHeCMF/RjBQ842NkO5peDw1v0 5fMQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b20si35883313pls.24.2019.08.01.15.21.08; Thu, 01 Aug 2019 15:21:24 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732347AbfHAP74 (ORCPT + 99 others); Thu, 1 Aug 2019 11:59:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38800 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729708AbfHAP7y (ORCPT ); Thu, 1 Aug 2019 11:59:54 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 331833149650; Thu, 1 Aug 2019 15:59:53 +0000 (UTC) Received: from laptop.redhat.com (ovpn-117-35.ams2.redhat.com [10.36.117.35]) by smtp.corp.redhat.com (Postfix) with ESMTP id B00F760BF4; Thu, 1 Aug 2019 15:59:50 +0000 (UTC) From: Eric Auger To: eric.auger.pro@gmail.com, eric.auger@redhat.com, joro@8bytes.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, dwmw2@infradead.org, shameerali.kolothum.thodi@huawei.com, alex.williamson@redhat.com, robin.murphy@arm.com, hch@infradead.org Subject: [PATCH v2] iommu: revisit iommu_insert_resv_region() implementation Date: Thu, 1 Aug 2019 17:59:46 +0200 Message-Id: <20190801155946.20645-1-eric.auger@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.49]); Thu, 01 Aug 2019 15:59:53 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 and then by type, if their start address match. Note this new implementation may change the region order of appearance in /sys/kernel/iommu_groups//reserved_regions files but this order has never been documented, see commit bc7d12b91bd3 ("iommu: Implement reserved_regions iommu-group sysfs file"). Signed-off-by: Eric Auger --- v1 -> v2: - adapt the algo so that we don't need to move elements of other types to different list and sort by address and then by type --- drivers/iommu/iommu.c | 107 +++++++++++++++++++++++------------------- 1 file changed, 59 insertions(+), 48 deletions(-) diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c index 0c674d80c37f..4257b179fa54 100644 --- a/drivers/iommu/iommu.c +++ b/drivers/iommu/iommu.c @@ -229,60 +229,71 @@ static ssize_t iommu_group_show_name(struct iommu_group *group, char *buf) * @new: new region to insert * @regions: list of regions * - * The new element is sorted by address with respect to the other - * regions of the same type. In case it overlaps with another - * region of the same type, regions are merged. In case it - * overlaps with another region of different type, regions are - * not merged. + * Elements are sorted by start address and overlapping segments + * of the same type are merged. */ -static int iommu_insert_resv_region(struct iommu_resv_region *new, - struct list_head *regions) +int iommu_insert_resv_region(struct iommu_resv_region *new, + struct list_head *regions) { - struct iommu_resv_region *region; - phys_addr_t start = new->start; - phys_addr_t end = new->start + new->length - 1; - struct list_head *pos = regions->next; + struct iommu_resv_region *iter, *tmp, *nr, *top; + struct list_head stack; + bool added = false; - while (pos != regions) { - struct iommu_resv_region *entry = - list_entry(pos, struct iommu_resv_region, list); - phys_addr_t a = entry->start; - phys_addr_t b = entry->start + entry->length - 1; - int type = entry->type; + INIT_LIST_HEAD(&stack); - if (end < a) { - goto insert; - } else if (start > b) { - pos = pos->next; - } else if ((start >= a) && (end <= b)) { - if (new->type == type) - return 0; - else - pos = pos->next; - } else { - if (new->type == type) { - phys_addr_t new_start = min(a, start); - phys_addr_t new_end = max(b, end); - int ret; - - list_del(&entry->list); - entry->start = new_start; - entry->length = new_end - new_start + 1; - ret = iommu_insert_resv_region(entry, regions); - kfree(entry); - return ret; - } else { - pos = pos->next; - } - } - } -insert: - region = iommu_alloc_resv_region(new->start, new->length, - new->prot, new->type); - if (!region) + nr = iommu_alloc_resv_region(new->start, new->length, + new->prot, new->type); + if (!nr) return -ENOMEM; - list_add_tail(®ion->list, pos); + /* First add the new elt based on start address sorting */ + list_for_each_entry(iter, regions, list) { + if (nr->start < iter->start) { + list_add_tail(&nr->list, &iter->list); + added = true; + break; + } else if (nr->start == iter->start && nr->type <= iter->type) { + list_add_tail(&nr->list, &iter->list); + added = true; + break; + } + } + if (!added) + list_add_tail(&nr->list, regions); + + /* Merge overlapping segments of type nr->type, if any */ + list_for_each_entry_safe(iter, tmp, regions, list) { + phys_addr_t top_end, iter_end = iter->start + iter->length - 1; + bool found = false; + + /* no merge needed on elements of different types than @nr */ + if (iter->type != nr->type) { + list_move_tail(&iter->list, &stack); + continue; + } + + /* look for the last stack element of same type as @iter */ + list_for_each_entry_reverse(top, &stack, list) + if (top->type == iter->type) { + found = true; + break; + } + if (!found) { + list_move_tail(&iter->list, &stack); + continue; + } + + top_end = top->start + top->length - 1; + + if (iter->start > top_end + 1) { + list_move_tail(&iter->list, &stack); + } else { + top->length = max(top_end, iter_end) - top->start + 1; + list_del(&iter->list); + kfree(iter); + } + } + list_splice(&stack, regions); return 0; } -- 2.20.1