]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'ffa-fix-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep...
authorArnd Bergmann <arnd@arndb.de>
Tue, 29 Apr 2025 16:14:19 +0000 (18:14 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 29 Apr 2025 16:14:19 +0000 (18:14 +0200)
commitfbefe1c45dca0efde74baa8718c74e8900678d33
treef7df21f440476270828928b4cd6bac86167326dc
parent94ddc14095480b1de946c56169bc0d42a815565a
parent4567bdaaaaa1744da3d7da07d9aca2f941f5b4e5
Merge tag 'ffa-fix-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes

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.

* tag 'ffa-fix-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  firmware: arm_ffa: Skip Rx buffer ownership release if not acquired