Re: [PATCH] fbdev: omapfb: avoid stack overflow warning

2023-01-04 Thread Helge Deller
On 12/15/22 18:02, Arnd Bergmann wrote: From: Arnd Bergmann The dsi_irq_stats structure is a little too big to fit on the stack of a 32-bit task, depending on the specific gcc options: fbdev/omap2/omapfb/dss/dsi.c: In function 'dsi_dump_dsidev_irqs': fbdev/omap2/omapfb/dss/dsi.c:1621:1:

Re: [PATCH] fbdev: omapfb: avoid stack overflow warning

2022-12-16 Thread Geert Uytterhoeven
Hi Arnd, On Thu, Dec 15, 2022 at 6:05 PM Arnd Bergmann wrote: > From: Arnd Bergmann > > The dsi_irq_stats structure is a little too big to fit on the > stack of a 32-bit task, depending on the specific gcc options: > > fbdev/omap2/omapfb/dss/dsi.c: In function 'dsi_dump_dsidev_irqs': >

[PATCH] fbdev: omapfb: avoid stack overflow warning

2022-12-15 Thread Arnd Bergmann
From: Arnd Bergmann The dsi_irq_stats structure is a little too big to fit on the stack of a 32-bit task, depending on the specific gcc options: fbdev/omap2/omapfb/dss/dsi.c: In function 'dsi_dump_dsidev_irqs': fbdev/omap2/omapfb/dss/dsi.c:1621:1: error: the frame size of 1064 bytes is larger