]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge tag 'ffa-fix-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla...
authorArnd Bergmann <arnd@arndb.de>
Wed, 18 Mar 2026 13:05:30 +0000 (14:05 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 18 Mar 2026 13:05:31 +0000 (14:05 +0100)
Arm FF-A fix for v7.0

Fix removing the vm_id argument from ffa_rxtx_unmap(), as the FF-A
specification mandates this field be zero in all contexts except a
non-secure physical FF-A instance, where the ID is inherently 0.

* tag 'ffa-fix-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  firmware: arm_ffa: Remove vm_id argument in ffa_rxtx_unmap()

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

Trivial merge