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 6F17DC27C53 for ; Wed, 12 Jun 2024 14:46:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=NTc+PU1RbaEPN9fKt4CawbGhxP9H1pJxBIIsIBIv1ik=; b=DXCzCMKkobKqklv20s6kk5N93s QgiWUXg/ir1L7rMaBpd50BmcXo8WhmG/34/XMBeO6B8oM4eMu9daNlzVA3IOFlsd8Qro4RsdcAT1i OQ6ms7R+VTqvTnXHmZt/Ep3ILkeMXgh0SdWMAcNsNBMu5k8LaHn8eCgpcdm7uDRNJSVAdYmI/FGou pXvYovDs5V0We4R4pvsF3/SrhQ/skKKJ3+lcREdR+DLxRAcKLdYDUOsSQdGbsTkSXuA15teLuabLB KUxDME2V+QUBylJLxuDmvL11+xoxidXg0sGJ/xvSyif4eicSXbYKTbr2SC2xwCmva3Jewc/E8MMtm LnZKf88w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sHPFN-0000000D0SV-2t69; Wed, 12 Jun 2024 14:46:45 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sHPFJ-0000000D0PC-3pXB for linux-arm-kernel@lists.infradead.org; Wed, 12 Jun 2024 14:46:43 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 684BE1042; Wed, 12 Jun 2024 07:47:03 -0700 (PDT) Received: from bogus (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B9F593F64C; Wed, 12 Jun 2024 07:46:36 -0700 (PDT) Date: Wed, 12 Jun 2024 15:46:34 +0100 From: Sudeep Holla To: Sebastian Ene Cc: catalin.marinas@arm.com, james.morse@arm.com, jean-philippe@linaro.org, Sudeep Holla , maz@kernel.org, oliver.upton@linux.dev, qperret@google.com, qwandor@google.com, suzuki.poulose@arm.com, tabba@google.com, will@kernel.org, yuzenghui@huawei.com, lpieralisi@kernel.org, kvmarm@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel-team@android.com Subject: Re: [PATCH v2 0/4] KVM: arm64: pKVM host proxy FF-A fixes Message-ID: References: <20240515172258.1680881-1-sebastianene@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240515172258.1680881-1-sebastianene@google.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240612_074642_031480_B8104393 X-CRM114-Status: GOOD ( 13.04 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, May 15, 2024 at 05:22:54PM +0000, Sebastian Ene wrote: > Hello, > > > This series contains some small fixes for the host pKVM proxy code. I included > some of the patches that I already sent on the list as part of this series > to make it easier to keep track of them. > > I verified the functionality with OPTEE as a TEE-OS. > For the series, Tested-by: Sudeep Holla I have been using this series along with couple of patches I posted to workaround v1.0 and FF-A bus handling[1]. -- Regards, Sudeep [1] https://lore.kernel.org/all/20240515094028.1947976-1-sudeep.holla@arm.com/