On Wed, Mar 07, 2018 at 07:30:47PM -0800, Kees Cook wrote: > In the quest to remove all stack VLAs from the kernel[1], this refactors > the stack array size calculation to avoid using max(), which makes the > compiler think the size isn't fixed. > > [1] https://lkml.org/lkml/2018/3/7/621 > > Signed-off-by: Kees Cook <[email protected]>
Acked-by: David Sterba <[email protected]> for whatever name you decide for the max macro.
