Re: [ulf.hansson-mmc:next 17/29] drivers/input/touchscreen/cyttsp4_core.c:1218:1: warning: 'cyttsp4_irq' uses dynamic stack allocation

2014-08-25 Thread Linus Walleij
On Wed, Aug 20, 2014 at 10:17 AM, Ulf Hansson wrote: > Implementation wise, I would prefer to not have stubs unless it's > explicitly needed. Still one may argue that a built kernel binary > should have the smallest possible footprint, which means stubs should > be added. > > Do you know if there

Re: [ulf.hansson-mmc:next 17/29] drivers/input/touchscreen/cyttsp4_core.c:1218:1: warning: 'cyttsp4_irq' uses dynamic stack allocation

2014-08-20 Thread Ulf Hansson
On 19 August 2014 19:06, Linus Walleij wrote: > On Tue, Aug 19, 2014 at 2:19 AM, Ulf Hansson wrote: >> On 18 August 2014 19:13, Linus Walleij wrote: > >>> Or maybe even do the second approach of putting stubs in slot-gpio.h >>> for !GPIOLIB... >> >> Hmm, that doesn't sound the proper solution ei

Re: [ulf.hansson-mmc:next 17/29] drivers/input/touchscreen/cyttsp4_core.c:1218:1: warning: 'cyttsp4_irq' uses dynamic stack allocation

2014-08-19 Thread Linus Walleij
On Tue, Aug 19, 2014 at 2:19 AM, Ulf Hansson wrote: > On 18 August 2014 19:13, Linus Walleij wrote: >> Or maybe even do the second approach of putting stubs in slot-gpio.h >> for !GPIOLIB... > > Hmm, that doesn't sound the proper solution either. > > Currently there are already stubs for the "gp

Re: [ulf.hansson-mmc:next 17/29] drivers/input/touchscreen/cyttsp4_core.c:1218:1: warning: 'cyttsp4_irq' uses dynamic stack allocation

2014-08-19 Thread Ulf Hansson
On 18 August 2014 19:13, Linus Walleij wrote: > On Mon, Aug 18, 2014 at 11:39 AM, kbuild test robot > wrote: > >> tree: git://git.linaro.org/people/ulf.hansson/mmc next >> head: 612b2c14449ba90b633f51fcfba83dd66614697a >> commit: f907645be3f76558c3eb89bdd72e3451a762059c [17/29] mmc: select GP

Re: [ulf.hansson-mmc:next 17/29] drivers/input/touchscreen/cyttsp4_core.c:1218:1: warning: 'cyttsp4_irq' uses dynamic stack allocation

2014-08-18 Thread Linus Walleij
On Mon, Aug 18, 2014 at 11:39 AM, kbuild test robot wrote: > tree: git://git.linaro.org/people/ulf.hansson/mmc next > head: 612b2c14449ba90b633f51fcfba83dd66614697a > commit: f907645be3f76558c3eb89bdd72e3451a762059c [17/29] mmc: select GPIOLIB > for MMC support > config: make ARCH=s390 allmo