On 06/29/2018 11:52 AM, Kees Cook wrote: > In the quest to remove all stack VLA usage from the kernel[1], this > switches from an unchanging variable to a constant expression to eliminate > the VLA generation. > > [1] > https://lkml.kernel.org/r/CA+55aFzCG-zNmZwX4A2FQpadafLfEzK6CC=qpxydaacu1rq...@mail.gmail.com > > Cc: Benjamin Herrenschmidt <[email protected]> > Cc: Paul Mackerras <[email protected]> > Cc: Michael Ellerman <[email protected]> > Cc: Andrew Morton <[email protected]> > Cc: Randy Dunlap <[email protected]> > Cc: Tyrel Datwyler <[email protected]> > Cc: Rob Herring <[email protected]> > Cc: Ingo Molnar <[email protected]> > Cc: [email protected] > Signed-off-by: Kees Cook <[email protected]> > ---
Reviewed-by: Tyrel Datwyler <[email protected]>
