aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wwan/iosm/iosm_ipc_irq.c
diff options
context:
space:
mode:
authorSergey Shtylyov <[email protected]>2022-09-16 23:17:07 +0300
committerWill Deacon <[email protected]>2022-09-22 12:57:06 +0100
commitd4955c0ad77dbc684fc716387070ac24801b8bca (patch)
tree9311ec80e3e76ab5f92e1ce2f8c1f5da9398f1bc /drivers/net/wwan/iosm/iosm_ipc_irq.c
parent61d2d1808b20da4a45a90b4bd61ae92f729bab78 (diff)
arm64: topology: fix possible overflow in amu_fie_setup()
cpufreq_get_hw_max_freq() returns max frequency in kHz as *unsigned int*, while freq_inv_set_max_ratio() gets passed this frequency in Hz as 'u64'. Multiplying max frequency by 1000 can potentially result in overflow -- multiplying by 1000ULL instead should avoid that... Found by Linux Verification Center (linuxtesting.org) with the SVACE static analysis tool. Fixes: cd0ed03a8903 ("arm64: use activity monitors for frequency invariance") Signed-off-by: Sergey Shtylyov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'drivers/net/wwan/iosm/iosm_ipc_irq.c')
0 files changed, 0 insertions, 0 deletions