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=-5.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 C8895C433E6 for ; Tue, 1 Sep 2020 16:17:18 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 908822065F for ; Tue, 1 Sep 2020 16:17:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="rhqSfaiF"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="eG6NZAgN" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 908822065F 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=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject: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=/ZV7Df9PY1hcG+f6orPPTqsDEjpX9L+H7ZMTPetcEsI=; b=rhqSfaiF0mgeV5jJR66xgISWx jSi478bAhIHnfOqvPbFxO6q/g8rqKepgQ2mOdZTcrdq/y7OjOl11U6IjjHz+00JVnLic8aWYkR23g scKZSG+6dfzapc7b6bdxa/TynpyyQu2NKdEBjYgHALM8fDYIF2jMMfleC3GXt6pYVJ5PK99wbP35E OzKUNFQEDK6bONLuojh0tHuWOpftN/T30bXC/sPTHXlQgrn9JKmaGoTlmsqjFfZIepCua3O7WAgw9 y2baJfeFw1nrf4QxJYf6qT7K5ZM0XMotde9S2I+7KKakY0o49A8sDzlmwc+NqA+l3TnCSwmuOo4kf l7SdbvZFw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kD8ww-0008Fb-VX; Tue, 01 Sep 2020 16:15:59 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kD8wu-0008Dz-57 for linux-arm-kernel@lists.infradead.org; Tue, 01 Sep 2020 16:15:57 +0000 Received: from willie-the-truck (236.31.169.217.in-addr.arpa [217.169.31.236]) (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 4D2C92065F; Tue, 1 Sep 2020 16:15:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598976955; bh=bKeHGlZbZGIL+a/FdUFc88qZYq5BIskiAYcHOMYOexw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eG6NZAgNJlyew5H7w6AS6v+nRVSN0wyrbwEFFmxXc9pNH++6+ayNbfzc38UfRm4yH HVwx4szsG7ChJbdiQXp027J0hjzhskZpYT7RK+Cp+Rgj/x69dtJ2vRN+xHUDTPzIZl QHwU7hbGuVhFgkewcJjMOFHXCa0HAp1kQRT6TeW8= Date: Tue, 1 Sep 2020 17:15:51 +0100 From: Will Deacon To: Alexandru Elisei Subject: Re: [PATCH v3 00/21] KVM: arm64: Rewrite page-table code and fault handling Message-ID: <20200901161550.GA4421@willie-the-truck> References: <20200825093953.26493-1-will@kernel.org> <2281278d-03fe-d824-2a51-b494417f7c8b@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <2281278d-03fe-d824-2a51-b494417f7c8b@arm.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200901_121556_304786_17DC4B1B X-CRM114-Status: GOOD ( 13.52 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Marc Zyngier , kernel-team@android.com, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org, Catalin Marinas 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 Hi Alex, On Thu, Aug 27, 2020 at 05:26:01PM +0100, Alexandru Elisei wrote: > I've been looking into pinning guest memory for KVM SPE, so I like to think that > the stage 2 page table code is not entirely alien to me. I'll do my best to review > the series, I hope you'll find it useful. Just wanted to say a huge "thank you!" for having a look. I'll get to your comments later this week, but I'm a bit snowed under after LPC and the bank holiday at the moment, so please bear with me. Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel