Re: [PATCH] staging: rtl*: Remove tasklet callback casts

2019-11-14 Thread Dan Carpenter
On Fri, Nov 15, 2019 at 10:40:03AM +0300, Dan Carpenter wrote: > On Thu, Nov 14, 2019 at 09:39:00PM -0800, Kees Cook wrote: > > In order to make the entire kernel usable under Clang's Control Flow > > Integrity protections, function prototype casts need to be avoided > > because this will trip CFI

Re: [PATCH] staging: rtl*: Remove tasklet callback casts

2019-11-14 Thread Dan Carpenter
On Thu, Nov 14, 2019 at 09:39:00PM -0800, Kees Cook wrote: > In order to make the entire kernel usable under Clang's Control Flow > Integrity protections, function prototype casts need to be avoided > because this will trip CFI checks at runtime (i.e. a mismatch between > the caller's expected

Re: [PATCH] staging: rtl*: Remove tasklet callback casts

2019-11-14 Thread Greg Kroah-Hartman
On Thu, Nov 14, 2019 at 09:39:00PM -0800, Kees Cook wrote: > In order to make the entire kernel usable under Clang's Control Flow > Integrity protections, function prototype casts need to be avoided > because this will trip CFI checks at runtime (i.e. a mismatch between > the caller's expected

[PATCH] staging: rtl*: Remove tasklet callback casts

2019-11-14 Thread Kees Cook
In order to make the entire kernel usable under Clang's Control Flow Integrity protections, function prototype casts need to be avoided because this will trip CFI checks at runtime (i.e. a mismatch between the caller's expected function prototype and the destination function's prototype). Many of

[PATCH] staging: vchiq: Refactor indentation in vchiq_platform_conn_state_changed()

2019-11-14 Thread Marcelo Diop-Gonzalez
Reducing the indentation level helps a bit with the readability of this function. There's also a checkpatch fix here, moving the first argument to kthread_create() onto the same line, as well as a relocation of the statement "char threadname[16];" to the top of the function to avoid a declaration

[PATCH][next] staging: exfat: fix spelling mistake "maont" -> "mount"

2019-11-14 Thread Colin King
From: Colin Ian King There is a spelling mistake in a kernel info message. Fix it. Signed-off-by: Colin Ian King --- drivers/staging/exfat/exfat_super.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/exfat/exfat_super.c

I look forward to hear from you.

2019-11-14 Thread Mr. Abdoulaye DIALLO
Dear Good Friend, Good Day, I hope all is well. Considering the fact that i don't know you in person or even have seen you before but due to the true revelation that i should share this lucrative opportunity with you, i have no choice other than to contact you. So, kindly consider this message

I look forward to hear from you.

2019-11-14 Thread Mr. Abdoulaye DIALLO
Dear Good Friend, Good Day, I hope all is well. Considering the fact that i don't know you in person or even have seen you before but due to the true revelation that i should share this lucrative opportunity with you, i have no choice other than to contact you. So, kindly consider this message

[PATCH -next] staging: exfat: remove two unused functions

2019-11-14 Thread YueHaibing
Fix sparse warnings: drivers/staging/exfat/exfat_core.c:2045:4: warning: symbol 'calc_checksum_1byte' was not declared. Should it be static? drivers/staging/exfat/exfat_core.c:2080:5: warning: symbol 'calc_checksum_4byte' was not declared. Should it be static? The two functions has no caller

RE:

2019-11-14 Thread SGV INVESTMENT
Did you receive our business proposal email ? ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

RE:

2019-11-14 Thread SGV INVESTMENT
Did you receive our business proposal email ? ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH] staging: rtl8192u: fix indentation issue

2019-11-14 Thread walter harms
Am 14.11.2019 10:54, schrieb Colin King: > From: Colin Ian King > > There is a block of statements that are indented > too deeply, remove the extraneous tabs. > > Signed-off-by: Colin Ian King > --- > drivers/staging/rtl8192u/r819xU_cmdpkt.c | 25 > 1 file changed,

[PATCH] staging: rtl8723bs: fix indentation issue

2019-11-14 Thread Colin King
From: Colin Ian King There is a block of statements that are indented too deeply, remove the extraneous tabs. Signed-off-by: Colin Ian King --- drivers/staging/rtl8723bs/core/rtw_security.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

[PATCH] staging: rtl8192u: fix indentation issue

2019-11-14 Thread Colin King
From: Colin Ian King There is a block of statements that are indented too deeply, remove the extraneous tabs. Signed-off-by: Colin Ian King --- drivers/staging/rtl8192u/r819xU_cmdpkt.c | 25 1 file changed, 13 insertions(+), 12 deletions(-) diff --git