Received: by 2002:a05:6a10:6006:0:0:0:0 with SMTP id w6csp205926pxa; Wed, 26 Aug 2020 08:28:57 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzH3+eZlDPyK0E3kjWqsYRzA80Gtjzu8Sk1YxMaI6tXbZns27CbRzQV1AxbvhEZE3nMUCjt X-Received: by 2002:a17:906:691:: with SMTP id u17mr15092031ejb.441.1598455737665; Wed, 26 Aug 2020 08:28:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1598455737; cv=none; d=google.com; s=arc-20160816; b=0rbv2UiQkt3BC314PfDXClkHPIpCgIea7+6HupJUgMAkWahNCQmBe7NeUzFhcPaMD3 /LoJWoQTn9ZJM27kdcmdXXPLG8jVn+UowwHpFLjfepN2zJJOo1WIgUFGSm9wffVMPfMW ph7TZGujzh1abCFLepBgjTIFhanjJ/m9Sh2l6SCmbxAMYTpvtAOdZ/8c8JgV6DZfv9l1 wyAVVv0hBsuVBG5Vy3GoDkRWTziPDSQs3PrBa13LYAtuQO7jDW4zZvDFi0m6hdMNNQOR 5fI/NYhY8mlMWGdzXQ76nRI2EWP19aCYLZXgnlebicACd7hmGW3y8ywjrv45PV3y6UI4 t3Qg== 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:message-id:subject:cc :to:from:date; bh=A+PWrjNTxBmt15L0st5c3wRVU3OEdjjKIiJRj3YHlo0=; b=Mk/ABQ3qM13Fv7cPNkgqawqSHcSpglJatyB5m75SVEs4/XCkA5qic+TW3kLSvCxeK2 6NP1VJxj44UJmgzr8+BAMhjFrMlaVGtcGN/gGUP28Ed0BQy/LIrDtgcdGKurYpiBqj4Z m67PjF315SmnHj3no6LfVejPNBYG+iB7JcursGBy/V9eTh+p8cHcPBlRpaHFCSlXtONE J8I69VVA/krI4jrW70XG/CAgsX1tZQ0iM6nXge4DP4CraQIqYkqyzquNtoG8tLrDiJ2+ vS7DPdd3d02Eq3oFcnytqB0dp0bYFgoWnjh4LlSW1vw32Y61IrJBlochEl1keEsCTDlM ysQA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id c5si1773638ejb.725.2020.08.26.08.28.33; Wed, 26 Aug 2020 08:28:57 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727902AbgHZPZV (ORCPT + 99 others); Wed, 26 Aug 2020 11:25:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:44096 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727877AbgHZPZQ (ORCPT ); Wed, 26 Aug 2020 11:25:16 -0400 Received: from gaia (unknown [46.69.195.127]) (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 507272075E; Wed, 26 Aug 2020 15:25:15 +0000 (UTC) Date: Wed, 26 Aug 2020 16:25:12 +0100 From: Catalin Marinas To: Nicholas Piggin Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Arnd Bergmann , Will Deacon , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 05/23] arm64: use asm-generic/mmu_context.h for no-op implementations Message-ID: <20200826152510.GB24545@gaia> References: <20200826145249.745432-1-npiggin@gmail.com> <20200826145249.745432-6-npiggin@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200826145249.745432-6-npiggin@gmail.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 Thu, Aug 27, 2020 at 12:52:31AM +1000, Nicholas Piggin wrote: > Cc: Catalin Marinas > Cc: Will Deacon > Cc: linux-arm-kernel@lists.infradead.org > Signed-off-by: Nicholas Piggin Acked-by: Catalin Marinas