mbox series

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

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

Pull-request

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

Message

Sudeep Holla Dec. 4, 2023, 1:47 p.m. UTC
Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

-->8

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 77f5032e94f244ba08db51e17ca8f37bd7ff9acb:

  firmware: arm_scmi: Fix possible frequency truncation when using level indexing mode (2023-12-04 12:33:44 +0000)

----------------------------------------------------------------
Arm SCMI fixes for v6.7

A fix for possible truncation/overflow in the frequency computations
as both the performance value and the multiplier are 32bit values.

----------------------------------------------------------------
Sudeep Holla (2):
      firmware: arm_scmi: Fix frequency truncation by promoting multiplier type
      firmware: arm_scmi: Fix possible frequency truncation when using level indexing mode

 drivers/firmware/arm_scmi/perf.c | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Dec. 6, 2023, 4:19 p.m. UTC | #1
Hello:

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

On Mon,  4 Dec 2023 13:47:22 +0000 you wrote:
> Hi ARM SoC Team,
> 
> Please pull !
> 
> Regards,
> Sudeep
> 
> [...]

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

You are awesome, thank you!