Hi ARM SoC Team,
Please pull ! Sorry for the confusion, this is updated PR with wrong patch
dropped.
Regards,
Sudeep
-->8
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/ffa-fix-6.13
for you to fetch changes up to 6fe437cfe2cdc797b03f63b338a13fac96ed6a08:
firmware: arm_ffa: Fix the race around setting ffa_dev->properties (2024-12-04 09:59:54 +0000)
----------------------------------------------------------------
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.
----------------------------------------------------------------
Levi Yun (1):
firmware: arm_ffa: Fix the race around setting ffa_dev->properties
drivers/firmware/arm_ffa/bus.c | 15 +++++++++++----
drivers/firmware/arm_ffa/driver.c | 7 +------
include/linux/arm_ffa.h | 13 ++++++++-----
3 files changed, 20 insertions(+), 15 deletions(-)