mbox series

[GIT,PULL] firmware: arm_scmi: Fixes for v6.0

Message ID 20220829174435.207911-1-sudeep.holla@arm.com (mailing list archive)
State Accepted
Commit d4f1920d07e8eb0f217f8f65c0bc5b20bb8e3b8c
Headers show
Series [GIT,PULL] firmware: arm_scmi: Fixes for v6.0 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fixes-6.0

Message

Sudeep Holla Aug. 29, 2022, 5:44 p.m. UTC
Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

-->8

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fixes-6.0

for you to fetch changes up to 40d30cf680cb735eed479a2fee127a7bc7fa3d4e:

  firmware: arm_scmi: Harmonize SCMI tracing message format (2022-08-23 12:21:37 +0100)

----------------------------------------------------------------
Arm SCMI fixes for v6.0

Few fixes addressing possible out of bound access violations by
hardening them, incorrect asynchronous resets by restricting them,
incorrect SCMI tracing message format by harmonizing them, missing
kernel-doc in optee transport, missing SCMI PM driver remove
routine by adding it to avoid warning when scmi driver is unloaded
and finally improve checks in the info_get operations.

----------------------------------------------------------------
Cristian Marussi (7):
      firmware: arm_scmi: Fix missing kernel-doc in optee
      firmware: arm_scmi: Improve checks in the info_get operations
      firmware: arm_scmi: Harden accesses to the sensor domains
      firmware: arm_scmi: Harden accesses to the reset domains
      firmware: arm_scmi: Fix the asynchronous reset requests
      firmware: arm_scmi: Add SCMI PM driver remove routine
      firmware: arm_scmi: Harmonize SCMI tracing message format

 drivers/firmware/arm_scmi/clock.c          |  6 +++++-
 drivers/firmware/arm_scmi/optee.c          |  1 +
 drivers/firmware/arm_scmi/reset.c          | 10 +++++++---
 drivers/firmware/arm_scmi/scmi_pm_domain.c | 20 ++++++++++++++++++++
 drivers/firmware/arm_scmi/sensors.c        | 25 +++++++++++++++++++++----
 include/linux/scmi_protocol.h              |  4 ++--
 include/trace/events/scmi.h                | 30 +++++++++++++++---------------
 7 files changed, 71 insertions(+), 25 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Sept. 8, 2022, 3:50 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Mon, 29 Aug 2022 18:44:35 +0100 you wrote:
> Hi ARM SoC Team,
> 
> Please pull !
> 
> Regards,
> Sudeep
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] firmware: arm_scmi: Fixes for v6.0
    https://git.kernel.org/soc/soc/c/d4f1920d07e8

You are awesome, thank you!
patchwork-bot+linux-soc@kernel.org Sept. 8, 2022, 3:50 p.m. UTC | #2
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Mon, 29 Aug 2022 18:44:35 +0100 you wrote:
> Hi ARM SoC Team,
> 
> Please pull !
> 
> Regards,
> Sudeep
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] firmware: arm_scmi: Fixes for v6.0
    https://git.kernel.org/soc/soc/c/d4f1920d07e8

You are awesome, thank you!