soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] firmware: arm_ffa: fixes for v5.14
@ 2021-07-14 16:58 Sudeep Holla
  2021-07-14 16:58 ` Sudeep Holla
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sudeep Holla @ 2021-07-14 16:58 UTC (permalink / raw)
  To: ARM SoC Team, SoC Team, ALKML; +Cc: Sudeep Holla, Arnd Bergmann, Olof Johansson

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(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL] firmware: arm_ffa: fixes for v5.14
  2021-07-14 16:58 [GIT PULL] firmware: arm_ffa: fixes for v5.14 Sudeep Holla
@ 2021-07-14 16:58 ` Sudeep Holla
  2021-07-16 21:22 ` patchwork-bot+linux-soc
  2021-07-16 21:24 ` Arnd Bergmann
  2 siblings, 0 replies; 5+ messages in thread
From: Sudeep Holla @ 2021-07-14 16:58 UTC (permalink / raw)
  To: ARM SoC Team, SoC Team, ALKML; +Cc: Sudeep Holla, Arnd Bergmann, Olof Johansson

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(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] firmware: arm_ffa: fixes for v5.14
  2021-07-14 16:58 [GIT PULL] firmware: arm_ffa: fixes for v5.14 Sudeep Holla
  2021-07-14 16:58 ` Sudeep Holla
@ 2021-07-16 21:22 ` patchwork-bot+linux-soc
  2021-07-16 21:24 ` Arnd Bergmann
  2 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-soc @ 2021-07-16 21:22 UTC (permalink / raw)
  To: Sudeep Holla; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (refs/heads/arm/fixes):

On Wed, 14 Jul 2021 17:58:06 +0100 you wrote:
> Hi ARM SoC Team,
> 
> Please pull !
> 
> Regards,
> Sudeep
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] firmware: arm_ffa: fixes for v5.14
    https://git.kernel.org/soc/soc/c/d28912d6f0ab

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] firmware: arm_ffa: fixes for v5.14
  2021-07-14 16:58 [GIT PULL] firmware: arm_ffa: fixes for v5.14 Sudeep Holla
  2021-07-14 16:58 ` Sudeep Holla
  2021-07-16 21:22 ` patchwork-bot+linux-soc
@ 2021-07-16 21:24 ` Arnd Bergmann
  2021-07-16 21:24   ` Arnd Bergmann
  2 siblings, 1 reply; 5+ messages in thread
From: Arnd Bergmann @ 2021-07-16 21:24 UTC (permalink / raw)
  To: Sudeep Holla, ALKML, ARM SoC Team, SoC Team
  Cc: Arnd Bergmann, Arnd Bergmann, Olof Johansson

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] firmware: arm_ffa: fixes for v5.14
  2021-07-16 21:24 ` Arnd Bergmann
@ 2021-07-16 21:24   ` Arnd Bergmann
  0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2021-07-16 21:24 UTC (permalink / raw)
  To: Sudeep Holla, ALKML, ARM SoC Team, SoC Team
  Cc: Arnd Bergmann, Arnd Bergmann, Olof Johansson

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-07-16 21:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-14 16:58 [GIT PULL] firmware: arm_ffa: fixes for v5.14 Sudeep Holla
2021-07-14 16:58 ` Sudeep Holla
2021-07-16 21:22 ` patchwork-bot+linux-soc
2021-07-16 21:24 ` Arnd Bergmann
2021-07-16 21:24   ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).