Commit dfc80d650be7 for kernel
commit dfc80d650be7f9ccbe2173fe2c53a803e9da93a6
Merge: b3315ba042f2 a4e8473b7751
Author: Arnd Bergmann <arnd@arndb.de>
Date: Wed Mar 18 14:05:30 2026 +0100
Merge tag 'ffa-fix-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
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>