PLEASE CONFIRM

2020-05-30 Thread Wade KAHN
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 0/2] A couple additional patches for atomisp

2020-05-30 Thread Mauro Carvalho Chehab
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,

[PATCH 2/2] media: atomisp: get rid of sh_css_pipe.c

2020-05-30 Thread Mauro Carvalho Chehab
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

[PATCH 1/2] staging: media: atomisp: fix stack overflow in init_pipe_defaults()

2020-05-30 Thread Mauro Carvalho Chehab
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

[PATCH 1/2] media: atomisp: remove format duplication at mbus->fourcc table

2020-05-30 Thread Mauro Carvalho Chehab
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

[PATCH 2/2] media: atomisp: re-enable warnings again

2020-05-30 Thread Mauro Carvalho Chehab
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

Re: [PATCH 1/9] staging: media: atomisp: fix incorrect NULL pointer check

2020-05-30 Thread Mauro Carvalho Chehab
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