[GIT PULL] firmware: arm_ffa: fixes for v5.14

Sudeep Holla sudeep.holla at arm.com
Wed Jul 14 09:58:06 PDT 2021


Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

-->8

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to dd925db6f07556061c11ab1fbfa4a0145ae6b438:

  firmware: arm_ffa: Fix a possible ffa_linux_errmap buffer overflow (2021-07-12 14:20:08 +0100)

----------------------------------------------------------------
Arm FF-A fixes for v5.14

A small set of fixes:
- adding check for presence of probe while registering the driver to
  prevent NULL pointer access
- dropping the duplicate check as the driver core already takes care of it
- fixing possible ffa_linux_errmap buffer overflow and
- fixing kernel-doc warning for comment style

----------------------------------------------------------------
Sudeep Holla (2):
      firmware: arm_ffa: Fix the comment style
      firmware: arm_ffa: Fix a possible ffa_linux_errmap buffer overflow

Uwe Kleine-König (2):
      firmware: arm_ffa: Ensure drivers provide a probe function
      firmware: arm_ffa: Simplify probe function

 drivers/firmware/arm_ffa/bus.c    | 6 +++---
 drivers/firmware/arm_ffa/driver.c | 8 +++++---
 2 files changed, 8 insertions(+), 6 deletions(-)



More information about the linux-arm-kernel mailing list