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 E3ED8189902 for ; Wed, 22 Jan 2025 11:39:16 +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=1737545960; cv=none; b=QrEdwweeKfWXs3tLb4Z4Z2sRi8NUt/BPyuyDuNODDuRHYHIpQEaNq7pnv8wvlz5cFsM+QfBO8Czrq8l5QUaEFk814kRWua6k/NAu3SJP6BjT66BiNK7uHNwkucixS/ZmJFyUeG4DETkXWFplgkapVdz0vQ+2pQ0OVKH0aPEIQDQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737545960; c=relaxed/simple; bh=C2WcXtc41uLX3Tdf0t0xnPBQiXeoHB/CTVXOqqDULAA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=mvahgd4fczHYBk4LZFpPfTzg4D4EyJ9yCuyrHVBBe72QlGckuDhZIP8FMexzS0SA0Ep6uMHFDY5LA0G3v4GhMBXmaFCa/sHcTQuB0jmsvFwFM5hhghwSqp49nYSk5c4ULVN4+EYrEphYnbzwZkNdrVfkAIXJSS+A1gTs5rj8OLY= 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 5BC921007; Wed, 22 Jan 2025 03:39:44 -0800 (PST) Received: from bogus (e133711.arm.com [10.1.196.55]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 8EDFB3F66E; Wed, 22 Jan 2025 03:39:14 -0800 (PST) Date: Wed, 22 Jan 2025 11:39:11 +0000 From: Sudeep Holla To: Viresh Kumar Cc: Vincent Guittot , Sudeep Holla , Alex =?iso-8859-1?Q?Benn=E9e?= , Bill Mills , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] firmware: arm_ffa: Partition info can returns self as well Message-ID: References: <0bc7e1754db0547c6c041ed178cf24ca326af2d1.1737522729.git.viresh.kumar@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=us-ascii Content-Disposition: inline In-Reply-To: <0bc7e1754db0547c6c041ed178cf24ca326af2d1.1737522729.git.viresh.kumar@linaro.org> On Wed, Jan 22, 2025 at 10:53:42AM +0530, Viresh Kumar wrote: > Partition info may return self partition as well (specially with newer > versions of FFA spec), skip adding it twice. > I have a patch[1] in my branch that I was planning to post after the merge window. It does this in little different way so that the host partition gets registered and appears in the sysfs though there might be no driver bound to it. -- Regards, Sudeep [1] https://git.kernel.org/sudeep.holla/c/27cce7b926f8d8b8020a089fcc55b5061093a9f2