On Fri, Feb 03, 2017 at 11:33:23PM +0100, Arnd Bergmann wrote:
An ancient gcc bug (first reported in 2003) has apparently resurfaced on MIPS, where kernelci.org reports an overly large stack frame in the whirlpool hash algorithm:
crypto/wp512.c:987:1: warning: the frame size of 1112 bytes is larger than 1024 bytes [-Wframe-larger-than=]
Patch applied. Thanks.