]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commitdfc80d650be7f9ccbe2173fe2c53a803e9da93a6
tree8b71d9323ec87e88c99a23340f93468295e1ec67
parentb3315ba042f2c8d3bc66502ada4555c11363cdeb
parenta4e8473b775160f3ce978f621cf8dea2c7250433
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>