Merge tag 'ffa-fix-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla...
authorArnd Bergmann <arnd@arndb.de>
Thu, 28 Sep 2023 07:14:24 +0000 (09:14 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 28 Sep 2023 07:14:34 +0000 (09:14 +0200)
commit79684f2ea3759592d3738c9240beb302fbcf0482
tree8a35d477dd98331c40bc029e733320d2b2d856ac
parenta16d7a3d4624c3a75b5423194cdd3110b19afea7
parent9dda1178479aa0a73fe0eaabfe2d9a1c603cfeed
Merge tag 'ffa-fix-6.6' of git://git./linux/kernel/git/sudeep.holla/linux into arm/fixes

Arm FF-A fix for v6.6

It has been reported that the driver sets the memory region attributes
for MEM_LEND operation when the specification clearly states not to. The
fix here addresses the issue by ensuring the memory region attributes are
cleared for the memory lending operation.

* tag 'ffa-fix-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  firmware: arm_ffa: Don't set the memory region attributes for MEM_LEND

Link: https://lore.kernel.org/r/20230927121555.158619-1-sudeep.holla@arm.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>