Re: ath9k: dfs: remove accidental use of stack VLA
From: Kalle Valo
Date: Tue Apr 10 2018 - 10:33:18 EST
"Gustavo A. R. Silva" <gustavo@xxxxxxxxxxxxxx> wrote:
> In preparation to enabling -Wvla, remove accidental use of stack VLA.
>
> This avoids an accidental stack VLA (since the compiler thinks
> the value of FFT_NUM_SAMPLES can change, even when marked
> "const"). This just replaces it with a #define.
>
> Also, fixed as part of the directive to remove all VLAs from
> the kernel: https://lkml.org/lkml/2018/3/7/621
>
> Signed-off-by: Gustavo A. R. Silva <gustavo@xxxxxxxxxxxxxx>
> Signed-off-by: Kalle Valo <kvalo@xxxxxxxxxxxxxx>
Patch applied to ath-next branch of ath.git, thanks.
9c27489a3454 ath9k: dfs: remove accidental use of stack VLA
--
https://patchwork.kernel.org/patch/10318271/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches