Re: drivers/pci/hotplug/ibmphp_ebda.c:409:1: warning: the frame size of 1108 bytes is larger than 1024 bytes

From: Emese Revfy
Date: Tue Oct 18 2016 - 17:37:21 EST


On Tue, 18 Oct 2016 13:57:35 -0700
Kees Cook <keescook@xxxxxxxxxxxx> wrote:

> This is controlled by CONFIG_FRAME_WARN. I don't think this is a
> particular problem or should be avoided, but perhaps we can set the
> default to 2048 (as done on 64BIT) if we're building with the entropy
> plugin.

This is probably a gcc code generation bug on i386 when a plugin uses too many 64 bit variables
so I think PaX Team's patch will be the best solution.

--
Emese