mbox series

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

Message ID 20210714165806.2617325-1-sudeep.holla@arm.com
State New
Headers show
Series [GIT,PULL] firmware: arm_ffa: fixes for v5.14 | expand

Pull-request

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

Message

Sudeep Holla July 14, 2021, 4:58 p.m. UTC
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(-)

Comments

Arnd Bergmann July 16, 2021, 9:24 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Wed, 14 Jul 2021 17:58:06 +0100, Sudeep Holla wrote:
> Please pull !
> 
> Regards,
> Sudeep
> 
> -->8
> 
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: d28912d6f0ab6dbd0ca483ae77a4260b145542c5

       Arnd