Merge tag 'ffa-fix-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep...
authorArnd Bergmann <arnd@arndb.de>
Tue, 6 Jun 2023 13:05:30 +0000 (15:05 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 6 Jun 2023 13:05:40 +0000 (15:05 +0200)
commit08425abbab9987ec48c78f418e61130b5dc9d22d
treecba5f1a7a8480540e3598fc1eac4cd342c651c9e
parent4a672d500bfd6bb87092c33d5a2572c3d0a1cf83
parent3aa0519a4780f1b8e11966bd879d4a2934ba455f
Merge tag 'ffa-fix-6.4-2' of git://git./linux/kernel/git/sudeep.holla/linux into arm/fixes

Arm FF-A fix for v6.4

A single fix addressing another MBZ field being non-zero and non-compliant
resulting in the rejection of certain memory interface transmissions by
the receivers(secure partitions). The issue was addressed before but missed
to address this one field which is part of this change.

* tag 'ffa-fix-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  firmware: arm_ffa: Set handle field to zero in memory descriptor

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