Re: [PATCH] [net-next] ISDN: eicon: reduce stack size of sig_ind function

2017-01-26 Thread David Miller
From: Arnd Bergmann Date: Wed, 25 Jan 2017 23:15:53 +0100 > I noticed that this function uses a lot of kernel stack when the > "latent entropy" plugin is enabled: > > drivers/isdn/hardware/eicon/message.c: In function 'sig_ind': > drivers/isdn/hardware/eicon/message.c:6113:1: error: the frame si

[PATCH] [net-next] ISDN: eicon: reduce stack size of sig_ind function

2017-01-25 Thread Arnd Bergmann
I noticed that this function uses a lot of kernel stack when the "latent entropy" plugin is enabled: drivers/isdn/hardware/eicon/message.c: In function 'sig_ind': drivers/isdn/hardware/eicon/message.c:6113:1: error: the frame size of 1168 bytes is larger than 1152 bytes [-Werror=frame-larger-than