mbox series

[GIT,PULL] firmware: arm_ffa: Fixes for v6.13

Message ID 20241205114406.708710-1-sudeep.holla@arm.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] firmware: arm_ffa: Fixes for v6.13 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/ffa-fixes-6.13

Message

Sudeep Holla Dec. 5, 2024, 11:44 a.m. UTC
Hi ARM SoC Team,

Please pull !

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-fixes-6.13

for you to fetch changes up to 81c8b1c2ef7a75fa5f7f805fdb7f681bbbed07e5:

  firmware: arm_ffa: Drop le64_to_cpu() on UUID in ffa_msg_send_direct_req2() (2024-12-04 09:59:54 +0000)

----------------------------------------------------------------
Arm FF-A fixes for v6.13

Couple of fixes to address:

1. 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.

2. Incorrect endian conversion or byte swapping of the UUID by dropping
   le64_to_cpu() for uuid in ffa_msg_send_direct_req2(). This was added
   to fix the compiler warning but missed to get proper end-to-end testing
   as it was relatively new API.

----------------------------------------------------------------
Levi Yun (2):
      firmware: arm_ffa: Fix the race around setting ffa_dev->properties
      firmware: arm_ffa: Drop le64_to_cpu() on UUID in ffa_msg_send_direct_req2()

 drivers/firmware/arm_ffa/bus.c    | 15 +++++++++++----
 drivers/firmware/arm_ffa/driver.c | 13 ++++---------
 include/linux/arm_ffa.h           | 13 ++++++++-----
 3 files changed, 23 insertions(+), 18 deletions(-)

Comments

Sudeep Holla Dec. 10, 2024, 10:13 a.m. UTC | #1
On Thu, Dec 05, 2024 at 11:44:06AM +0000, Sudeep Holla wrote:
> Hi ARM SoC Team,
> 
> Please pull !
> 

Ignore this one, update v2 sent [1].