]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 'ffa-fix-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep...
authorArnd Bergmann <arnd@arndb.de>
Fri, 13 Dec 2024 13:26:22 +0000 (14:26 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 13 Dec 2024 13:26:32 +0000 (14:26 +0100)
commitf578281000c50cae991c40e1f68b2fc0b1b9e60e
treed158f8e3182291d911fbe756df8fe7afca89d83f
parentc9bc45b346fc040813c082fc5f2cbdcefaf2fc95
parent6fe437cfe2cdc797b03f63b338a13fac96ed6a08
Merge tag 'ffa-fix-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes

Arm FF-A fix for v6.13

A single fix to address a possible race around setting ffa_dev->properties
in ffa_device_register() by updating ffa_device_register() to take all
the partition information received from the firmware and updating the
struct ffa_device accordingly before registering the device to the
bus/driver model in the kernel.

* tag 'ffa-fix-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  firmware: arm_ffa: Fix the race around setting ffa_dev->properties

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