[GIT PULL] firmware: arm_ffa: Fix for v6.15
Sudeep Holla
sudeep.holla at arm.com
Fri Apr 11 02:32:51 PDT 2025
Hi ARM SoC Team,
Please pull !
Regards,
Sudeep
-->8
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/ffa-fix-6.15
for you to fetch changes up to 4567bdaaaaa1744da3d7da07d9aca2f941f5b4e5:
firmware: arm_ffa: Skip Rx buffer ownership release if not acquired (2025-04-08 10:32:15 +0100)
----------------------------------------------------------------
Arm FF-A fix for v6.15
A fix that addresses incorrect release of Rx buffer ownership in the
driver. The fix specificially avoids releasing Rx buffer ownership with
FFA_RX_RELEASE if it wasn’t acquired during a FFA_PARTITION_INFO_GET call
that only requested the partition count. This prevents unnecessary errors
like FFA_RET_DENIED from firmware when buffers are not actually owned by
the driver.
----------------------------------------------------------------
Sudeep Holla (1):
firmware: arm_ffa: Skip Rx buffer ownership release if not acquired
drivers/firmware/arm_ffa/driver.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
More information about the linux-arm-kernel
mailing list