Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp2098244imm; Thu, 27 Sep 2018 07:24:39 -0700 (PDT) X-Google-Smtp-Source: ACcGV618nEBqY4V8Dq8654aFIbnRddftwn4NsFTYDAo6WtKZfpde42MQ8+YBb5/3GC6IwcNq00I6 X-Received: by 2002:a63:9752:: with SMTP id d18-v6mr10784430pgo.405.1538058279674; Thu, 27 Sep 2018 07:24:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538058279; cv=none; d=google.com; s=arc-20160816; b=UtakEe1vZmA6yL0ZAVoEojGeQOjeHaPAsV7hqSxcRPqDz7SKQINvkEikKugLFx4bxq 6wpvtCcJvxcWyYg8t+0IEK47KJj7X0ofxJCSYBysicQLefTcvHQvYD89eq9WaHf+pAt8 TlaCLEMg7DW23p8qgqGB3doCa0S+MLHuOq0OzyR5nrZa6Hes36m/s1qFqFSTI6ncr3uj z6ab/9DYhq7oBTnLtV9rPt3E00RXA4RX669Dd92lT/0TvXgOtLeROQtVvqFgnt6vps+r t9JtkVnDYod1pK+lHfXBbS88xP8zuJUVLlI6gh342vlB6advN89V1ULGvp29xJD3hO9i 5i+w== 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 :user-agent:references:in-reply-to:message-id:date:cc:to:from :subject:dkim-signature; bh=ATcgJnm1gpdfMveITYp6BQVUnTzf+7fqteUqp0+DQzI=; b=YPq7xGlOVlt3g3dc2JZRRM/hC+RcPWFstwtxPq6yNM8qWpyDOmjuYv2385ud+tZ5tl KWQiNi21EMD4/GjDQQSPcipgwx8zEHGf60gBM5Grg5UUk8UHc7oz5T9hFl3qKAebofA1 DE2jeOB139RWn7QWwI9up+ZdzogjxIfo2xl2lCtEliHGy6PjcemrfzxbIg14CFaMIcIz g0/a5bKCBnr6753nyK1Vkr7cWkRAVna0HbflJs2KhcDedgjXUFUMK9yKJTd8GJhEhB/X kkCybPJ7zHgMaElz/yW9ADX1GslPa8PQQOHd4QYSKlAcqeCJ6uYI2WXbSs/INDyJwSV4 dXMw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=vrSsdHWP; 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=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d9-v6si1909210pgo.470.2018.09.27.07.24.12; Thu, 27 Sep 2018 07:24:39 -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; dkim=pass header.i=@kernel.org header.s=default header.b=vrSsdHWP; 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=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728046AbeI0Uke (ORCPT + 99 others); Thu, 27 Sep 2018 16:40:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:41434 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727404AbeI0Uke (ORCPT ); Thu, 27 Sep 2018 16:40:34 -0400 Received: from localhost (173-25-171-118.client.mchsi.com [173.25.171.118]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A4A47216F4; Thu, 27 Sep 2018 14:22:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1538058123; bh=9lcV4fb29Ek3k3d/xbzFGz9DPt1BHbwKZypSfdShDcE=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=vrSsdHWPbN9eJPRXkyVWm5GcpDRs16UzvqTmPseu31c63spk0SdgSEwVSe2VjvV4Q r+m5AgSiQclBQsUgjoBZGZOpZGNiSBj5ijS2c/8VuqHjSZjOEMjkfxVCo+dXvxkyzt 8zniy2Iwpdp59j+MZXKXxB2sQUsA47iLiNZLcnaI= Subject: [PATCH 2/3] resource: Include resource end in walk_*() interfaces From: Bjorn Helgaas To: linux-kernel@vger.kernel.org Cc: Lianbo Jiang , Vivek Goyal , kexec@lists.infradead.org, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, akpm@linux-foundation.org, dan.j.williams@intel.com, thomas.lendacky@amd.com, baiyaowei@cmss.chinamobile.com, tiwai@suse.de, bp@suse.de, brijesh.singh@amd.com, dyoung@redhat.com, bhe@redhat.com Date: Thu, 27 Sep 2018 09:22:02 -0500 Message-ID: <153805812254.1157.16736368485811773752.stgit@bhelgaas-glaptop.roam.corp.google.com> In-Reply-To: <153805773703.1157.14773321497580233478.stgit@bhelgaas-glaptop.roam.corp.google.com> References: <153805773703.1157.14773321497580233478.stgit@bhelgaas-glaptop.roam.corp.google.com> User-Agent: StGit/0.18 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Bjorn Helgaas find_next_iomem_res() finds an iomem resource that covers part of a range described by "start, end". All callers expect that range to be inclusive, i.e., both start and end are included, but find_next_iomem_res() doesn't handle the end address correctly. If it finds an iomem resource that contains exactly the end address, it skips it, e.g., if "start, end" is [0x0-0x10000] and there happens to be an iomem resource [mem 0x10000-0x10000] (the single byte at 0x10000), we skip it: find_next_iomem_res(...) { start = 0x0; end = 0x10000; for (p = next_resource(...)) { # p->start = 0x10000; # p->end = 0x10000; # we *should* return this resource, but this condition is false: if ((p->end >= start) && (p->start < end)) break; Adjust find_next_iomem_res() so it allows a resource that includes the single byte at the end of the range. This is a corner case that we probably don't see in practice. Fixes: 58c1b5b07907 ("[PATCH] memory hotadd fixes: find_next_system_ram catch range fix") Signed-off-by: Bjorn Helgaas --- kernel/resource.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/resource.c b/kernel/resource.c index 30e1bc68503b..155ec873ea4d 100644 --- a/kernel/resource.c +++ b/kernel/resource.c @@ -319,7 +319,7 @@ int release_resource(struct resource *old) EXPORT_SYMBOL(release_resource); /* - * Finds the lowest iomem resource existing within [res->start.res->end). + * Finds the lowest iomem resource existing within [res->start..res->end]. * The caller must specify res->start, res->end, res->flags, and optionally * desc. If found, returns 0, res is overwritten, if not found, returns -1. * This function walks the whole tree and not just first level children until @@ -352,7 +352,7 @@ static int find_next_iomem_res(struct resource *res, unsigned long desc, p = NULL; break; } - if ((p->end >= start) && (p->start < end)) + if ((p->end >= start) && (p->start <= end)) break; }