linux/drivers/clk/hisilicon
Erick Archer 252c31a90e clk: hisilicon: Use devm_kcalloc() instead of devm_kzalloc()
As noted in the "Deprecated Interfaces, Language Features, Attributes,
and Conventions" documentation [1], size calculations (especially
multiplication) should not be performed in memory allocator (or similar)
function arguments due to the risk of them overflowing. This could lead
to values wrapping around and a smaller allocation being made than the
caller was expecting. Using those allocations could lead to linear
overflows of heap memory and other misbehaviors.

So, use the purpose specific devm_kcalloc() function instead of the
argument size * count in the devm_kzalloc() function.

Link: https://www.kernel.org/doc/html/next/process/deprecated.html#open-coded-arithmetic-in-allocator-arguments [1]
Link: https://github.com/KSPP/linux/issues/162
Signed-off-by: Erick Archer <erick.archer@gmx.com>
Link: https://lore.kernel.org/r/20240121142946.2796-1-erick.archer@gmx.com
Reviewed-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
2024-02-21 20:27:19 -08:00
..
Kconfig clk: hisilicon: hi3559a: select RESET_HISI 2021-07-26 17:23:40 -07:00
Makefile clk: hisilicon: Add clock driver for hi3559A SoC 2021-06-27 20:14:24 -07:00
clk-hi3519.c clk: hisilicon: hi3519: Release the correct number of gates in hi3519_clk_unregister() 2024-02-21 20:23:48 -08:00
clk-hi3559a.c clk: hisilicon: Use devm_kcalloc() instead of devm_kzalloc() 2024-02-21 20:27:19 -08:00
clk-hi3620.c clk: hi3620: Fix memory leak in hi3620_mmc_clk_init() 2023-12-16 17:12:29 -08:00
clk-hi3660-stub.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 2019-05-30 11:26:37 -07:00
clk-hi3660.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
clk-hi3670.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
clk-hi6220-stub.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
clk-hi6220.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
clk-hip04.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
clk-hisi-phase.c clk: core: replace clk_{readl,writel} with {readl,writel} 2019-04-23 10:57:49 -07:00
clk-hix5hd2.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422 2019-06-05 17:37:15 +02:00
clk.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
clk.h clk: hisilicon: Add clock driver for hi3559A SoC 2021-06-27 20:14:24 -07:00
clkdivider-hi6220.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
clkgate-separated.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1 2019-05-21 11:28:39 +02:00
crg-hi3516cv300.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
crg-hi3798cv200.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
crg.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 2019-05-30 11:26:37 -07:00
reset.c clk: hisilicon: use devm_platform_ioremap_resource() to simplify code 2019-10-16 16:17:06 -07:00
reset.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 2019-05-21 11:28:45 +02:00