Patch 1 was sent by Arnd already, but, while it improved stack usage with clang, it broke compilation with gcc ;-( Each compiler seems to have different issues with different types of struct initalizers, so we ended needing some discussions in order to find something that would work for both. So, the new version works fine with both compilers. While here, I noticed a file that has nothing but comments. The second patch gets rid of it. Arnd Bergmann (1): staging: media: atomisp: fix stack overflow in init_pipe_defaults() Mauro Carvalho Chehab (1): media: atomisp: get rid of sh_css_pipe.c drivers/staging/media/atomisp/Makefile | 1 - .../media/atomisp/pci/ia_css_frame_public.h | 6 ++--- .../staging/media/atomisp/pci/ia_css_pipe.h | 15 ++++------- .../media/atomisp/pci/ia_css_pipe_public.h | 6 ++--- .../staging/media/atomisp/pci/ia_css_types.h | 6 ++--- .../sdis/common/ia_css_sdis_common_types.h | 9 +++---- .../runtime/binary/interface/ia_css_binary.h | 3 +-- .../pipeline/interface/ia_css_pipeline.h | 3 +-- .../pci/runtime/pipeline/src/pipeline.c | 13 ++++++--- drivers/staging/media/atomisp/pci/sh_css.c | 27 +++++++++++++------ .../staging/media/atomisp/pci/sh_css_pipe.c | 17 ------------ 11 files changed, 46 insertions(+), 60 deletions(-) delete mode 100644 drivers/staging/media/atomisp/pci/sh_css_pipe.c -- 2.26.2 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel