As done treewide earlier, this catches several more open-coded allocation size calculations that were added to the kernel during the merge window. This performs the following mechanical transformations using Coccinelle: kvmalloc(a * b, ...) -> kvmalloc_array(a, b, ...) kvzalloc(a * b, ...) -> kvcalloc(a, b, ...) devm_kzalloc(..., a * b, ...) -> devm_kcalloc(..., a, b, ...) Signed-off-by: Kees Cook <keescook@chromium.org> |
||
---|---|---|
.. | ||
dpu_core_irq.c | ||
dpu_core_irq.h | ||
dpu_core_perf.c | ||
dpu_core_perf.h | ||
dpu_crtc.c | ||
dpu_crtc.h | ||
dpu_dbg.c | ||
dpu_dbg.h | ||
dpu_encoder_phys_cmd.c | ||
dpu_encoder_phys_vid.c | ||
dpu_encoder_phys.h | ||
dpu_encoder.c | ||
dpu_encoder.h | ||
dpu_formats.c | ||
dpu_formats.h | ||
dpu_hw_blk.c | ||
dpu_hw_blk.h | ||
dpu_hw_catalog_format.h | ||
dpu_hw_catalog.c | ||
dpu_hw_catalog.h | ||
dpu_hw_cdm.c | ||
dpu_hw_cdm.h | ||
dpu_hw_ctl.c | ||
dpu_hw_ctl.h | ||
dpu_hw_interrupts.c | ||
dpu_hw_interrupts.h | ||
dpu_hw_intf.c | ||
dpu_hw_intf.h | ||
dpu_hw_lm.c | ||
dpu_hw_lm.h | ||
dpu_hw_mdss.h | ||
dpu_hw_pingpong.c | ||
dpu_hw_pingpong.h | ||
dpu_hw_sspp.c | ||
dpu_hw_sspp.h | ||
dpu_hw_top.c | ||
dpu_hw_top.h | ||
dpu_hw_util.c | ||
dpu_hw_util.h | ||
dpu_hw_vbif.c | ||
dpu_hw_vbif.h | ||
dpu_hwio.h | ||
dpu_io_util.c | ||
dpu_io_util.h | ||
dpu_irq.c | ||
dpu_irq.h | ||
dpu_kms.c | ||
dpu_kms.h | ||
dpu_mdss.c | ||
dpu_plane.c | ||
dpu_plane.h | ||
dpu_power_handle.c | ||
dpu_power_handle.h | ||
dpu_rm.c | ||
dpu_rm.h | ||
dpu_trace.h | ||
dpu_vbif.c | ||
dpu_vbif.h | ||
msm_media_info.h |