Tags: msm89x7-mainline/linux
Tags
squash! MSM89X7: drm/panel: Generate using linux-mdss-dsi-panel-drive… …r-generator X-Code-Generator: msm89x7-mainline/linux-panel-drivers@b7de091 (dirty) Signed-off-by: lmdpdg <lmdpdg@localhost>
wifi: wcn36xx: fix channel survey memory allocation size KASAN reported a memory allocation issue in wcn->chan_survey due to incorrect size calculation. This commit uses kcalloc to allocate memory for wcn->chan_survey, ensuring proper initialization and preventing the use of uninitialized values when there are no frames on the channel. Fixes: 29696e0 ("wcn36xx: Track SNR and RSSI for each RX frame") Signed-off-by: Barnabás Czémán <[email protected]> Acked-by: Loic Poulain <[email protected]> Reviewed-by: Bryan O'Donoghue <[email protected]> Link: https://patch.msgid.link/20241104-wcn36xx-memory-allocation-v1-1-5ec901cf37b6@mainlining.org Signed-off-by: Jeff Johnson <[email protected]>