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 93353EDE9AB for ; Tue, 10 Sep 2024 19:54:45 +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=UwT2cDw4vpxQs5a0kYXfI29D3vXun6olssb+L8yJHrI=; b=UILZhdHMuirZ5eRgBT1Gmlrqve baSxkfTV2Tdg9rOEiVlnNApXC4lr6geqcIjCzMj/Q5mxtTjFhfGhT7baGPp13YHx7e7DemlWjAuge vAmxR2zpM1iYCeTLHM0pgSyNAXq2P/OVUM2x/DbTcJIu68nl1pCICL3BxJkcDowsOoRUNu77YNF7b RKLif3v9iF86a3nTIeWwJc+DrcCJ/sDyYAvGyNS9Do/Pl/yzfoBAqq5NBfliYHFhV17RE5cmjb6Cv iFgIierVGLpAqHnJsmYWux6RGugcWGuO1LCP2SRz80z563QyNsC6ZtPKtdKuZXYL377/Ls8L/ywpR enVFSRiw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1so6wc-00000006xbH-0ook; Tue, 10 Sep 2024 19:54:34 +0000 Received: from out-179.mta0.migadu.com ([2001:41d0:1004:224b::b3]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1so6va-00000006xTG-1BFi for linux-arm-kernel@lists.infradead.org; Tue, 10 Sep 2024 19:53:32 +0000 Date: Tue, 10 Sep 2024 19:53:19 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1725998006; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=UwT2cDw4vpxQs5a0kYXfI29D3vXun6olssb+L8yJHrI=; b=iEFrinx+wGacDxIL48vDE1DP42Urot1X6o5O8GbZpcdj2hbSRSBLB9QNRVno6MFHoNQWFY 7saLxY37KYfAuS6ZlVfxF6t8EDNm8Sow76TEzNoXmzDFg6YYb3Zqa1cdWDYvMZ3DuI+ZyF jt5StS43eWYqKrIPlYhmPRGaG6SDNSo= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Oliver Upton To: Marc Zyngier Cc: Wei-Lin Chang , Snehal Koukuntla , James Morse , Suzuki K Poulose , Zenghui Yu , Catalin Marinas , Will Deacon , Sudeep Holla , Sebastian Ene , Vincent Donnefort , Jean-Philippe Brucker , linux-arm-kernel@lists.infradead.org, kvmarm@lists.linux.dev, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH v3] KVM: arm64: Add memory length checks and remove inline in do_ffa_mem_xfer Message-ID: References: <20240909180154.3267939-1-snehalreddy@google.com> <86r09r70hj.wl-maz@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86r09r70hj.wl-maz@kernel.org> X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240910_125330_823440_EA2D8F4F X-CRM114-Status: GOOD ( 40.94 ) 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 Tue, Sep 10, 2024 at 08:49:28PM +0100, Marc Zyngier wrote: > On Tue, 10 Sep 2024 19:18:41 +0100, > Oliver Upton wrote: > > > > On Wed, Sep 11, 2024 at 12:32:29AM +0800, Wei-Lin Chang wrote: > > > Hi everyone, > > > > > > On Mon, Sep 09, 2024 at 06:01:54PM GMT, Snehal Koukuntla wrote: > > > > When we share memory through FF-A and the description of the buffers > > > > exceeds the size of the mapped buffer, the fragmentation API is used. > > > > The fragmentation API allows specifying chunks of descriptors in subsequent > > > > FF-A fragment calls and no upper limit has been established for this. > > > > The entire memory region transferred is identified by a handle which can be > > > > used to reclaim the transferred memory. > > > > To be able to reclaim the memory, the description of the buffers has to fit > > > > in the ffa_desc_buf. > > > > Add a bounds check on the FF-A sharing path to prevent the memory reclaim > > > > from failing. > > > > > > > > Also do_ffa_mem_xfer() does not need __always_inline > > > > > > > > Fixes: 634d90cf0ac65 ("KVM: arm64: Handle FFA_MEM_LEND calls from the host") > > > > Cc: stable@vger.kernel.org > > > > Reviewed-by: Sebastian Ene > > > > Signed-off-by: Snehal Koukuntla > > > > --- > > > > arch/arm64/kvm/hyp/nvhe/ffa.c | 7 ++++++- > > > > 1 file changed, 6 insertions(+), 1 deletion(-) > > > > > > > > diff --git a/arch/arm64/kvm/hyp/nvhe/ffa.c b/arch/arm64/kvm/hyp/nvhe/ffa.c > > > > index e715c157c2c4..637425f63fd1 100644 > > > > --- a/arch/arm64/kvm/hyp/nvhe/ffa.c > > > > +++ b/arch/arm64/kvm/hyp/nvhe/ffa.c > > > > @@ -426,7 +426,7 @@ static void do_ffa_mem_frag_tx(struct arm_smccc_res *res, > > > > return; > > > > } > > > > > > > > -static __always_inline void do_ffa_mem_xfer(const u64 func_id, > > > > +static void do_ffa_mem_xfer(const u64 func_id, > > > > > > I am seeing a compilation error because of this. > > > > Thanks for reporting this. Looks like the __always_inline was slightly > > more load bearing... > > > > Marc, can you put something like this on top? > > > > > > From c2712eaa94989ae6457baad3ec459cf363ec5119 Mon Sep 17 00:00:00 2001 > > From: Oliver Upton > > Date: Tue, 10 Sep 2024 16:45:30 +0000 > > Subject: [PATCH] KVM: arm64: Drop BUILD_BUG_ON() from do_ffa_mem_xfer() > > > > __always_inline was recently discarded from do_ffa_mem_xfer() since it > > appeared to be unnecessary. Of course, this was ~immediately proven > > wrong, as the compile-time check against @func_id depends on inlining > > for the value to be known. > > > > Just downgrade to a WARN_ON() instead of putting the old mess back in > > place. Fix the wrapping/indentation of the function parameters while at > > it. > > > > Fixes: 39dacbeeee70 ("KVM: arm64: Add memory length checks and remove inline in do_ffa_mem_xfer") > > Reported-by: Wei-Lin Chang > > Signed-off-by: Oliver Upton > > --- > > arch/arm64/kvm/hyp/nvhe/ffa.c | 11 ++++++----- > > 1 file changed, 6 insertions(+), 5 deletions(-) > > > > diff --git a/arch/arm64/kvm/hyp/nvhe/ffa.c b/arch/arm64/kvm/hyp/nvhe/ffa.c > > index 637425f63fd1..316d269341f3 100644 > > --- a/arch/arm64/kvm/hyp/nvhe/ffa.c > > +++ b/arch/arm64/kvm/hyp/nvhe/ffa.c > > @@ -426,9 +426,8 @@ static void do_ffa_mem_frag_tx(struct arm_smccc_res *res, > > return; > > } > > > > -static void do_ffa_mem_xfer(const u64 func_id, > > - struct arm_smccc_res *res, > > - struct kvm_cpu_context *ctxt) > > +static void do_ffa_mem_xfer(const u64 func_id, struct arm_smccc_res *res, > > + struct kvm_cpu_context *ctxt) > > { > > DECLARE_REG(u32, len, ctxt, 1); > > DECLARE_REG(u32, fraglen, ctxt, 2); > > @@ -440,8 +439,10 @@ static void do_ffa_mem_xfer(const u64 func_id, > > u32 offset, nr_ranges; > > int ret = 0; > > > > - BUILD_BUG_ON(func_id != FFA_FN64_MEM_SHARE && > > - func_id != FFA_FN64_MEM_LEND); > > + if (WARN_ON(func_id != FFA_FN64_MEM_SHARE && func_id != FFA_FN64_MEM_LEND)) { > > + ret = SMCCC_RET_NOT_SUPPORTED; > > + goto out; > > + } > > > I'm not overly on the WARN_ON(), as it has pretty fatal effects on > pKVM (it simply panics). It's unexpected, what else are you wanting? :P > What do you think of this instead, which > compiles with my prehistoric version of clang (14.0.6): LGTM, macro expansion makes the relation a bit more obvious. Feel free to add: Reviewed-by: Oliver Upton -- Thanks, Oliver