From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 43C05C433DB for ; Thu, 4 Mar 2021 19:53:06 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B07EA64F69 for ; Thu, 4 Mar 2021 19:53:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B07EA64F69 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=PYMfpUuKy8MMcgUveWvr3zUW0h1xM2tMl8RyAFSHq8A=; b=LrgoITFyoLqm0d2TgXVSvC93C U7mjIZpElWNQ9czs3vVkhjGIKbuvVCIeQU02LcKQNkRHTOwrxNxgxtE3ZhxPGfOJrxPYUZqlgMW+L kEM0WjP/dEU1mx7nUPfUQMiv7jIFdMJD8ha7cGX5RLPxM+28qhpe98PdsA29b47lZro2osk2y1rWi WZFvXXDd+/+7xjzTruhY2tQwJkeibWHq0DYKdEcIz3f2inrKngbS/i93rYKyolnT0/Dwh8pbr41jF DTBz2JiIE5v3QGmi4l/n1NOAEKUD8SDWUs0wJxHfsbQoqbugFW9Ti0HvUSyRRaX5P84+YcRsfVE5v Hzc9qiNug==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lHu0e-009prN-86; Thu, 04 Mar 2021 19:51:44 +0000 Received: from mail.kernel.org ([198.145.29.99]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lHu0Y-009pqQ-TT for linux-arm-kernel@lists.infradead.org; Thu, 04 Mar 2021 19:51:40 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id BFB9164F36; Thu, 4 Mar 2021 19:51:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1614887497; bh=ppev95IRq0ko0CFGee8LBgrN4g0vaWYUMRdDU803TPo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Kss5eJZbCOMAhR49LUrOU62oxFhl6HZfRQt1aJrNyfWTPUoHuXX1EUXLCdTGgrfHh Ab2sNWyll1YeBA4fCCVlDzvgH13S+eB8f4BTd3QS1dZKZIl7/zpUT1cY/eWRkNHj2x Uqa3f3rhwC9L8EUyN9sHVV80SHr3sJTJEevY+1fNSnb0XuYNa1xSj7NiCizLL6Cm00 i07ORjh0/fra1zDhCSxw59N5jZgQwF53m3o7Jfy8a7+ygzQ83WFvXAObocL/22nNyV CfcWezrT0SY4ZwhTSgVsHloW0KQd9Th6OaMlYLfYpPSAqiabzDG2+272k9olN/KPkX 7fyIWZUX3kFUA== Date: Thu, 4 Mar 2021 19:51:31 +0000 From: Will Deacon To: Quentin Perret Cc: catalin.marinas@arm.com, maz@kernel.org, james.morse@arm.com, julien.thierry.kdev@gmail.com, suzuki.poulose@arm.com, android-kvm@google.com, linux-kernel@vger.kernel.org, kernel-team@android.com, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org, tabba@google.com, mark.rutland@arm.com, dbrazdil@google.com, mate.toth-pal@arm.com, seanjc@google.com, robh+dt@kernel.org Subject: Re: [PATCH v3 25/32] KVM: arm64: Sort the hypervisor memblocks Message-ID: <20210304195131.GE21950@willie-the-truck> References: <20210302150002.3685113-1-qperret@google.com> <20210302150002.3685113-26-qperret@google.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210302150002.3685113-26-qperret@google.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Mar 02, 2021 at 02:59:55PM +0000, Quentin Perret wrote: > We will soon need to check if a Physical Address belongs to a memblock > at EL2, so make sure to sort them so this can be done efficiently. > > Signed-off-by: Quentin Perret > --- > arch/arm64/kvm/hyp/reserved_mem.c | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) Acked-by: Will Deacon Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel