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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B3469C7EE25 for ; Thu, 8 Jun 2023 17:28:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; 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=3bdvrB+/tXDr6ODeADLD/9MeayTeEdsLIFats12dAgs=; b=wkPCvmgAEJQgeS 0wljlXnkbQNGYuaz9lxyPQSR1gfs8s/cw9P3N69kWM9F6DYZnB50NHczHy4vcyE/nrGREfPLUvP/I ZtPhpGja1ISJjLy7Xq3usMDAYdopLXKL6zXVLC01OF4zArr7gdKyOHtB42liJiBxGvnzKqwReSyrB jvDQConafahRRarWmu8m0/3ATGsQPhS6QDmI07JLeXfNZcv11ZHThHAWBb/CVwJYMBsthkJbfqlKs CriA6x+PiapX5BP+CuGQmAn7o1b0v3xWbpJ1i6biQWoa8IG3L8Cr+jeWiPTzGy2+zHgrU5TntGB8I JKxXMOragGU82XEmRxrQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q7JQf-00A2fW-2v; Thu, 08 Jun 2023 17:28:09 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q7JQd-00A2ez-10 for linux-arm-kernel@lists.infradead.org; Thu, 08 Jun 2023 17:28:08 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E609F63F6C; Thu, 8 Jun 2023 17:28:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 223B3C433EF; Thu, 8 Jun 2023 17:28:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686245286; bh=+jADdraIP3C/C0LYaRgPnoAOfBc8euNvMql+VKzbZjc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CMopMTpEw1MY88sHfDg3LxPYvEn44+YKq/fu/iWxLNZfhzd0od1p51uRfTNb9jGQ8 yGBE189AjrsPlXKuGUSWDxbDnunegO8HOqxxEkP8uYMnnyDRgk4jDP91Q/Pp5Zre6l XPuULczQ3qn+GsZei9z3d5f7Tc3lZqkZ9zaarMasJ1bDc5A6VmxMkHaPYfNXaa6QJ3 guJMbvHbxR58xtNTOAJ2e7qT+7FDVW6RTEbJT2Vx/bEwCf6IE/ywDpEZeQ23gxip/v w6RK/uyxjsJrO58x8s8X+m4coUA44FqlmiwYEaQ1FH6tRnjeRSVPeczUUBqoVpmVbZ Mt4ebQeMtAecg== Date: Thu, 8 Jun 2023 18:28:00 +0100 From: Will Deacon To: Oliver Upton Cc: linux-arm-kernel@lists.infradead.org, Marc Zyngier , Quentin Perret , Suzuki K Poulose , Sebastian Ene , James Morse , Fuad Tabba , Sudeep Holla , kernel-team@android.com, kvmarm@lists.linux.dev, Alexandru Elisei Subject: Re: [PATCH v3 00/10] KVM: arm64: FF-A proxy for pKVM Message-ID: <20230608172759.GC1606@willie-the-truck> References: <20230523101828.7328-1-will@kernel.org> <168611608139.777371.2190834678777367651.b4-ty@linux.dev> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <168611608139.777371.2190834678777367651.b4-ty@linux.dev> 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-20230608_102807_385832_96D54323 X-CRM114-Status: GOOD ( 11.29 ) 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 Wed, Jun 07, 2023 at 05:35:12AM +0000, Oliver Upton wrote: > On Tue, 23 May 2023 11:18:17 +0100, Will Deacon wrote: > > This is version three of the pKVM FF-A proxy series previously posted > > here: > > > > v1: https://lore.kernel.org/r/20221116170335.2341003-1-qperret@google.com > > v2: https://lore.kernel.org/r/20230419122051.1341-1-will@kernel.org > > > > Changes since v2 include: > > > > [...] > > Applied to kvmarm/next, thanks! Thank you! Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel