mbox series

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

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

Pull-request

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

Message

Sudeep Holla Oct. 15, 2024, 6:50 p.m. UTC
Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

-->8

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b0798838418abe996d9b618d341d865462264cbe:

  firmware: arm_ffa: Avoid string-fortify warning caused by memcpy() (2024-10-15 13:50:10 +0100)

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

Couple of fixes to avoid string-fortify warnings in export_uuid()
and memcpy() from the recently added functions to support
FFA_MSG_SEND_DIRECT_REQ2 and FFA_MSG_SEND_DIRECT_RESP2.

----------------------------------------------------------------
Arnd Bergmann (1):
      firmware: arm_ffa: Avoid string-fortify warning in export_uuid()

Gavin Shan (1):
      firmware: arm_ffa: Avoid string-fortify warning caused by memcpy()

 drivers/firmware/arm_ffa/driver.c | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)