From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) by mx.groups.io with SMTP id smtpd.web11.1309.1583426913172632468 for ; Thu, 05 Mar 2020 08:48:33 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20150623.gappssmtp.com header.s=20150623 header.b=IS2rR90V; spf=pass (domain: nuviainc.com, ip: 209.85.128.66, mailfrom: leif@nuviainc.com) Received: by mail-wm1-f66.google.com with SMTP id g134so7113724wme.3 for ; Thu, 05 Mar 2020 08:48:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuviainc-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=yiomephonbH0MMmh90TVN0S4yAXCRwM9Ga+JGEWkZHM=; b=IS2rR90VosqTWSk113e4UncjDDdAP5CY6RWMmnaFQEJ/JeEWa/fv4yGZdtblJ8yWSn 09QvYmlCbG8yLeUPajFYF1WI061katEovFFU+9NSAUnPiMb9YZUpgiczj2+W4n92dijO 0CTiVmz1a/M95cVUyG4Y27yCTpa9uwt0E3hwUfXsIBZwGCR1PRU8OTEg5Kk0R67qnuwU Yva0NdKVDLxHpobPjuTK7IUzv4SXJlc6LyQxIESv1/QZIr75+t6VcBZpU2o3csX24CyN O/1N4iY0kjserAGGJpcJBHqMPo4e5VjOKaHuGpmANGRtq41xUqb9YekY8rqFin/uS3tI +x9Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=yiomephonbH0MMmh90TVN0S4yAXCRwM9Ga+JGEWkZHM=; b=EyXVtXo7QjUzhmIlTlG1nKRcfTdx1EmNur/N1XcbQZzE/2ajcQsFAMjrh5uB4IXFQh H6x1K31K6zGXxm3QflCPutehK2vhwRy3Tps/BUNf2Nlq6PUk+UdoNku0Bh0VNYTGjpEH pk25rXqnG2Ejh+U2DIemhPeFFRTgrRAaoF07zgpvlwaEjwtTU98YHYNtuX1xjjmavmnl YAjh8uYeTPvzuPorwf3ltrnoHRNZFJ9I4mUS2z1PLJggyn+NX7TyFqzNCrWUghjZBS9/ 8hP3dneSaGy62VtwKuBXMKgWKLOnjFG0/UCDo9qI5uSvQnMzV5vuS4B0Xd6v24uieLm+ B7LA== X-Gm-Message-State: ANhLgQ0jnzfR2689psKitAQOfN3CDzgo/uVBGrjL/1fupQfG3lZzcBWU QAioFGEN+oICn5xnJrf+ONS2pA== X-Google-Smtp-Source: ADFU+vutPRT2YkW/yx0acsnkhKT5DPMUWEJE73ORVxKTmldhJmDfvgBxU40Y2XvRIz7ufgUTO65Z3A== X-Received: by 2002:a05:600c:291d:: with SMTP id i29mr10817722wmd.39.1583426911794; Thu, 05 Mar 2020 08:48:31 -0800 (PST) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id l5sm9954950wml.3.2020.03.05.08.48.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 05 Mar 2020 08:48:31 -0800 (PST) Date: Thu, 5 Mar 2020 16:48:29 +0000 From: "Leif Lindholm" To: Ard Biesheuvel Cc: devel@edk2.groups.io Subject: Re: [PATCH 0/2] ArmPkg/ArmMmuLib ARM: simply cache invalidation of page tables Message-ID: <20200305164829.GB23627@bivouac.eciton.net> References: <20200305100030.20048-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20200305100030.20048-1-ard.biesheuvel@linaro.org> User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Mar 05, 2020 at 11:00:28 +0100, Ard Biesheuvel wrote: > This is a followup to '[PATCH v2 4/9] ArmPkg/ArmMmuLib ARM: cache-invalidate > initial page table entries', and patch #2 of this series should be folded > into that. With the commit message fixup for 2/2 you have already identified yourself - for the series: Reviewed-by: Leif Lindholm > Ard Biesheuvel (2): > ArmPkg/ArmMmuLib ARM: use AllocateAlignedPages() for alignment > ArmPkg/ArmMmuLib ARM: invalidate page tables as they are allocated > > ArmPkg/Library/ArmMmuLib/Arm/ArmMmuLibCore.c | 52 +++++++++++--------- > 1 file changed, 28 insertions(+), 24 deletions(-) > > -- > 2.17.1 >