]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'ffa-updates-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep...
authorArnd Bergmann <arnd@arndb.de>
Wed, 21 Jan 2026 15:19:24 +0000 (16:19 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 21 Jan 2026 15:19:29 +0000 (16:19 +0100)
commit7a391243d4a5e2e48ffd2b0bb20f69b652ef2791
tree42302a7df17ad8c2c3466f5b7bf7b25ee4d40c64
parent4e2c045f1043aee67c6a3f1fbba609fba2f70532
parentbe4d4543f78074fbebd530ba5109d39a2a34e668
Merge tag 'ffa-updates-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into soc/drivers

Arm FF-A updates for v7.0

A small set of updates to the Arm FF-A driver:

1. Fix a correctness issue in NOTIFICATION_INFO_GET handling of 32-bit
   firmware responses, avoiding reads from undefined register bits.

2. Improve clarity and robustness of FF-A feature checks by tying them
   to explicit version requirements.

3. Ensure Rx/Tx buffers are unmapped on FF-A initialization failure to
   prevent resource leaks.

* tag 'ffa-updates-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  firmware: arm_ffa: Correct 32-bit response handling in NOTIFICATION_INFO_GET
  firmware: arm_ffa: Tie FF-A version checks to specific features
  firmware: arm_ffa: Unmap Rx/Tx buffers on init failure

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