From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 9956015AABA for ; Wed, 10 Apr 2024 11:45:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712749544; cv=none; b=AJVNfOG7VgZMJcKrc2zj4cfp0gIpDmf8UysNRBNoH60hWrwCYNuuqwdDJPvFkh7Vn8e2LAUBCTlP2KlaS/v0Sa+7SZxEHHHlHUhuC0qeetGHfCBoCriUhADZA8yNLhtjAoMVeshl8XIs1nThTO1lBBFkNkJs0tuBBH2FBadgV5Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712749544; c=relaxed/simple; bh=LvJgUCXexRkCISqT/1dyY3snYZAh2KoauNvZ3Rma7Rw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=EtyZhyKA98A0RMRWYR+447fPpIlgNtiGwmDsq7HYUQsOZki/otX3wLX4p8WqHyX1hRKO6CP3RFnl0w7Q1/DTRHyqX4HyyLsEyu9wn/YOpcLanQKN1uxueXY637PgcwDKMBm4dkGS0nIQ9tWwGvW/ha5owasxRP2IJ+CaR+U6KJA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com 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 837BE139F; Wed, 10 Apr 2024 04:46:11 -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 90F0F3F6C4; Wed, 10 Apr 2024 04:45:40 -0700 (PDT) Date: Wed, 10 Apr 2024 12:45:38 +0100 From: Sudeep Holla To: Jens Wiklander Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Marc Bonnici , Sudeep Holla , Olivier Deprez , Lorenzo Pieralisi , Bertrand Marquis Subject: Re: [PATCH v2] firmware: arm_ffa: support running as a guest in a vm Message-ID: References: <20240325081335.2326979-1-jens.wiklander@linaro.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Wed, Apr 03, 2024 at 04:27:43PM +0200, Jens Wiklander wrote: > On Wed, Apr 3, 2024 at 3:03 PM Sudeep Holla wrote: > > Understood. I will take a look at the patch with the above information. > I reworked this a bit with the idea SRI and NPI will not be required at the same time. Posted the series [1]. It would be good if you provide feedback on the same and check if it works fine under your setup. -- Regards, Sudeep [1] https://lore.kernel.org/all/20240410-ffa_npi_support-v1-0-1a5223391bd1@arm.com