diff options
author | Devyn Liu <liudingyuan@huawei.com> | 2024-07-30 06:20:40 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-09-12 12:11:38 +0300 |
commit | 16ccaf581da4fcf1e4d66086cf37263f9a656d43 (patch) | |
tree | 97cff009b482b1d3990c72af48670a8f909721fc /drivers/vdpa | |
parent | d43fde5ebfe7ea1b8189c67dcf37ceb5371158b8 (diff) | |
download | linux-16ccaf581da4fcf1e4d66086cf37263f9a656d43.tar.xz |
spi: hisi-kunpeng: Add verification for the max_frequency provided by the firmware
[ Upstream commit 5127c42c77de18651aa9e8e0a3ced190103b449c ]
If the value of max_speed_hz is 0, it may cause a division by zero
error in hisi_calc_effective_speed().
The value of max_speed_hz is provided by firmware.
Firmware is generally considered as a trusted domain. However, as
division by zero errors can cause system failure, for defense measure,
the value of max_speed is validated here. So 0 is regarded as invalid
and an error code is returned.
Signed-off-by: Devyn Liu <liudingyuan@huawei.com>
Reviewed-by: Jay Fang <f.fangjian@huawei.com>
Link: https://patch.msgid.link/20240730032040.3156393-3-liudingyuan@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/vdpa')
0 files changed, 0 insertions, 0 deletions