Skip to content
Snippets Groups Projects
  1. Mar 16, 2023
  2. Jan 16, 2023
  3. Jan 09, 2023
  4. Jan 05, 2023
    • Arnd Bergmann's avatar
      fbdev: omapfb: avoid stack overflow warning · 634cf6ea
      Arnd Bergmann authored
      
      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 than 1024 bytes [-Werror=frame-larger-than=]
      
      Since this is only a debugfs file, performance is not critical,
      so just dynamically allocate it, and print an error message
      in there in place of a failure code when the allocation fails.
      
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarHelge Deller <deller@gmx.de>
      634cf6ea
  5. Dec 14, 2022
  6. Oct 08, 2022
  7. Aug 24, 2022
  8. Jun 22, 2022
  9. May 19, 2022
  10. Mar 07, 2022
  11. Feb 25, 2022
  12. Feb 11, 2022
  13. Feb 09, 2022
  14. Jan 29, 2022
  15. Jan 26, 2022
  16. Oct 15, 2021
  17. Jun 17, 2021
  18. Mar 22, 2021
  19. Feb 18, 2021
  20. Feb 12, 2021
Loading