WSL2-Linux-Kernel/drivers/net/wwan
Jakub Kicinski eac67d83bf wwan: iosm: use a flexible array rather than allocate short objects
GCC array-bounds warns that ipc_coredump_get_list() under-allocates
the size of struct iosm_cd_table *cd_table.

This is avoidable - we just need a flexible array. Nothing calls
sizeof() on struct iosm_cd_list or anything that contains it.

Reviewed-by: M Chetan Kumar <m.chetan.kumar@intel.com>
Link: https://lore.kernel.org/r/20220520060013.2309497-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-05-20 17:56:50 -07:00
..
iosm wwan: iosm: use a flexible array rather than allocate short objects 2022-05-20 17:56:50 -07:00
t7xx net: wwan: t7xx: use GFP_ATOMIC under spin lock in t7xx_cldma_gpd_set_next_ptr() 2022-05-20 17:19:19 -07:00
Kconfig net: wwan: t7xx: Add core components 2022-05-09 10:51:59 +01:00
Makefile net: wwan: t7xx: Add core components 2022-05-09 10:51:59 +01:00
mhi_wwan_ctrl.c
mhi_wwan_mbim.c
qcom_bam_dmux.c
rpmsg_wwan_ctrl.c
wwan_core.c
wwan_hwsim.c