Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp3210214imj; Mon, 11 Feb 2019 16:15:04 -0800 (PST) X-Google-Smtp-Source: AHgI3Ibam8HXSMOmQGbb9Ne1SP2n4wBLCvUu83UrKPov3BWndnt9Oukax7gfOj2TsgPzEdGxoNgU X-Received: by 2002:a17:902:583:: with SMTP id f3mr1055423plf.202.1549930504000; Mon, 11 Feb 2019 16:15:04 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549930503; cv=none; d=google.com; s=arc-20160816; b=KKAXSJ2JwQf1WATkyBepSSqaGvglHxfiG8Z/PO3VO2qzyG/pwlAB9bE2jhCkkWnQPt O7XA5TrEXyI+NsQ2JiXaYzWHdTZKKbg4iMnGWaluhBmW7GSKMYsg8Wxh54tW+etaXydq ASEr6Ko2eBF8raB6gDBpRypuYUjUD/k52lK9flyLzYnst8qWevL4rCmZeVFyYJynSL6F uC6MmnwnW1EBfPNpQWS1jXEwVnQQHQ3gyn5LPs/ETT+yzrZl2vZJwsAEEKYOpjV64L2C iqhHlcJLc8eiuHS3UeOvdQbqIOrUhoiLptjYa5a59f3R6kUnpY4FNnhAP39MIoE24qeh mMAQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:reply-to:message-id :subject:cc:to:from:date; bh=QHnsdAO6pR75iY6ik5BD0y9+Xcpg94lRF70+mHOGJFA=; b=s6JhMXtgAXOUIwP2gjjmGazIoN1OBJMkklZ1h7Lqmjuuq/UeCcqzkUh2wSpwD/cdp4 OEy45jhOWO7iLe6I7MqtrmVbzJds+duNbn4WJQQXNvR+CrHFLgKMShHQskw6Liq5VpJg 2ETwjhPeopo8/bbGfT400W2wVywUny2/HUUUjccVJk0LH+Krtx2fsqrlznrb8+nzF0Et pTMzEQUQCZPGuQlNLz23GI2ZvmfCPdMA5B1Vim5LxNhJvbyQVIkRvDlqEcmZEHluAA16 rmggcFZaRupFqRVYuDqVLLXQEjE9CxNC2d5/+wSCXkpDCCoMEJhxh6DrC5gtDvnQQ8pB X0GQ== 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=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h3si4912251pls.376.2019.02.11.16.14.48; Mon, 11 Feb 2019 16:15:03 -0800 (PST) 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=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728015AbfBLANe (ORCPT + 99 others); Mon, 11 Feb 2019 19:13:34 -0500 Received: from mga12.intel.com ([192.55.52.136]:17231 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727947AbfBLANd (ORCPT ); Mon, 11 Feb 2019 19:13:33 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Feb 2019 16:13:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,360,1544515200"; d="scan'208";a="137828118" Received: from richard.sh.intel.com (HELO localhost) ([10.239.159.54]) by orsmga001.jf.intel.com with ESMTP; 11 Feb 2019 16:13:31 -0800 Date: Tue, 12 Feb 2019 08:13:08 +0800 From: Wei Yang To: Wei Yang Cc: linux-kernel@vger.kernel.org, jack@suse.cz, dan.j.williams@intel.com Subject: Re: [PATCH] kernel, resource: use resource_overlaps() to simplify region_intersects() Message-ID: <20190212001308.GA27906@richard> Reply-To: Wei Yang References: <20190121012028.3913-1-richardw.yang@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190121012028.3913-1-richardw.yang@linux.intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 21, 2019 at 09:20:28AM +0800, Wei Yang wrote: >The three checks in region_intersects() is to see whether two resources >overlap. This means it could be simplified with one resource_overlaps(). > >Also fix two typo in related function. > >Signed-off-by: Wei Yang Hello~ Would someone like to take a look? >--- > kernel/iomem.c | 4 ++-- > kernel/resource.c | 11 +++++------ > 2 files changed, 7 insertions(+), 8 deletions(-) > >diff --git a/kernel/iomem.c b/kernel/iomem.c >index f7525e14ebc6..93c264444510 100644 >--- a/kernel/iomem.c >+++ b/kernel/iomem.c >@@ -55,7 +55,7 @@ static void *try_ram_remap(resource_size_t offset, size_t size, > * > * MEMREMAP_WB - matches the default mapping for System RAM on > * the architecture. This is usually a read-allocate write-back cache. >- * Morever, if MEMREMAP_WB is specified and the requested remap region is RAM >+ * Moreover, if MEMREMAP_WB is specified and the requested remap region is RAM > * memremap() will bypass establishing a new mapping and instead return > * a pointer into the direct map. > * >@@ -86,7 +86,7 @@ void *memremap(resource_size_t offset, size_t size, unsigned long flags) > /* Try all mapping types requested until one returns non-NULL */ > if (flags & MEMREMAP_WB) { > /* >- * MEMREMAP_WB is special in that it can be satisifed >+ * MEMREMAP_WB is special in that it can be satisfied > * from the direct map. Some archs depend on the > * capability of memremap() to autodetect cases where > * the requested range is potentially in System RAM. >diff --git a/kernel/resource.c b/kernel/resource.c >index b0fbf685c77a..34dfb94305bb 100644 >--- a/kernel/resource.c >+++ b/kernel/resource.c >@@ -521,21 +521,20 @@ EXPORT_SYMBOL_GPL(page_is_ram); > int region_intersects(resource_size_t start, size_t size, unsigned long flags, > unsigned long desc) > { >- resource_size_t end = start + size - 1; >+ struct resource res; > int type = 0; int other = 0; > struct resource *p; > >+ res.start = start; >+ res.end = start + size - 1; >+ > read_lock(&resource_lock); > for (p = iomem_resource.child; p ; p = p->sibling) { > bool is_type = (((p->flags & flags) == flags) && > ((desc == IORES_DESC_NONE) || > (desc == p->desc))); > >- if (start >= p->start && start <= p->end) >- is_type ? type++ : other++; >- if (end >= p->start && end <= p->end) >- is_type ? type++ : other++; >- if (p->start >= start && p->end <= end) >+ if (resource_overlaps(p, &res)) > is_type ? type++ : other++; > } > read_unlock(&resource_lock); >-- >2.19.1 -- Wei Yang Help you, Help me