I need you as a partner to invest US$27.5Million.
You will invest and manage it based on terms of agreement
We shall do the needful to position and make you the beneficiary.
Please confirm your full names, contact address, phone, numbers, age, sex,
occupation.
I will supply you all necessary in
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,
There's nothing there, just comments.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/staging/media/atomisp/Makefile | 1 -
drivers/staging/media/atomisp/pci/sh_css_pipe.c | 17 -
2 files changed, 18 deletions(-)
delete mode 100644 drivers/staging/media/atomisp/pci/sh
From: Arnd Bergmann
When building with clang, multiple copies of the structures to be
initialized are passed around on the stack and copied locally, using an
insane amount of stack space:
drivers/staging/media/atomisp/pci/sh_css.c:2371:1: error: stack frame size of
26864 bytes in function 'crea
This table used to be used also to translate between ia_css
abstraction and V4L2 fourcc codes.
This was removed on a past patch, but the table now contains
two fields with identical values.
Get rid of one of them.
Signed-off-by: Mauro Carvalho Chehab
---
.../staging/media/atomisp/pci/atomisp_c
For most warnings, the current code is OK. There are still
some issues with implicit-fallthough warnings.
Solve those and re-enable all warnings for this driver.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/staging/media/atomisp/Makefile| 9 -
.../staging/media/atomisp/pci/atom
Em Fri, 29 May 2020 22:31:44 +0200
Arnd Bergmann escreveu:
> On Fri, May 29, 2020 at 10:23 PM Arnd Bergmann wrote:
> >
> > On Fri, May 29, 2020 at 10:04 PM 'Nick Desaulniers' via Clang Built
> > Linux wrote:
> > >
> > > See also Nathan's 7 patch series.
> > > https://lore.kernel.org/lkml/2020