[staging:staging-testing] BUILD SUCCESS 5bbd90550da8f7bdac769b5825597e67183c9411

2020-08-02 Thread kernel test robot
randconfig-a005-20200803 i386 randconfig-a001-20200803 i386 randconfig-a002-20200803 i386 randconfig-a003-20200803 i386 randconfig-a006-20200803 i386 randconfig-a004-20200802 i386 randconfig-a005

[PATCH] staging: most: dim2: Add missing identifier name to function argument

2020-08-02 Thread Nícolas F . R . A . Prado
A function definition argument should have an identifier name according to checkpatch: WARNING: function definition argument 'struct platform_device *' should also have an identifier name Name it pdev as that name is already used throughout the code. Signed-off-by: Nícolas F. R. A. Prado --- d

[PATCH] staging: wlan-ng: Remove repeated words in comments

2020-08-02 Thread Igor Matheus Andrade Torrente
Remove duplicate words in comments at prism2mib and prism2sta files. Signed-off-by: Igor Matheus Andrade Torrente --- drivers/staging/wlan-ng/prism2mib.c | 2 +- drivers/staging/wlan-ng/prism2sta.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wlan-ng/p

Re: KASAN: use-after-free Write in __sco_sock_close

2020-08-02 Thread syzbot
syzbot has bisected this issue to: commit 43ea43b9d8b27b7acd443ec59319faa3cdb8a616 Author: Mauro Carvalho Chehab Date: Wed Oct 12 11:21:43 2016 + [media] radio-bcm2048: don't ignore errors bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=1036e6a490 start commit: ac3a

[PATCH] staging: rtl8723bs: os_dep: fix brace coding style issue in sdio_intf.c

2020-08-02 Thread Mohammed Rushad
This is a patch to the sdio_intf.c file that fixes up an incorrectly placed brace found by the checkpatch.pl tool Signed-off-by: Mohammed Rushad --- drivers/staging/rtl8723bs/os_dep/sdio_intf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/rtl8723bs/os_dep

[PATCH] staging: rtl8723bs: os_dep: fix coding style issue in xmit_linux.c

2020-08-02 Thread Mohammed Rushad
This is a patch to the xmit_linux.c file that fixes brace and missing line warning found by checkpatch.pl tool Signed-off-by: Mohammed Rushad --- drivers/staging/rtl8723bs/os_dep/xmit_linux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8723bs/os_dep

[PATCH] staging: wfx: clear alignment style issues

2020-08-02 Thread Tomer Samara
Clear checkpatch alignment style issues in debug.c. CHECK: Alignment should match open parenthesis Signed-off-by: Tomer Samara --- drivers/staging/wfx/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wfx/debug.c b/drivers/staging/wfx/debug.c index 3

[PATCH] Staging: rtl8192e: fix indent coding style issue in rtllib_tx.c

2020-08-02 Thread Mohammed Rushad
This is a patch to the rtllib_tx.c file that fixes fixes an improper indent found by the checkpatch.pl tool Signed-off-by: Mohammed Rushad --- drivers/staging/rtl8192e/rtllib_tx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192e/rtllib_tx.c b/drivers/

[PATCH] staging: rtl8723bs: replace rtw_netdev_priv define with inline function

2020-08-02 Thread Ivan Safonov
The function guarantees type checking of arguments and return value. Result of rtw_netdev_priv macro can be assigned to pointer with incompatible type without warning. The function allow compiler to perform this check. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8723bs/include/osdep_serv

[PATCH] staging: most: fix up movement of USB driver

2020-08-02 Thread Greg Kroah-Hartman
When moving the most usb driver out of staging, we forgot to remove the subdirectory out of the staging Makefile as well. Fixes: 97a6f772f36b ("drivers: most: add USB adapter driver") Cc: Christian Gromm Reported-by: Michael Straube Signed-off-by: Greg Kroah-Hartman --- drivers/staging/most/Ma

Re: staging: most: Build error since commit "drivers: most: add USB adapter driver"

2020-08-02 Thread Greg KH
On Sun, Aug 02, 2020 at 11:08:12AM +0200, Michael Straube wrote: > Hi, > > with commit 97a6f772f36b7f52bcfa56a581bbd2470cffe23d ("drivers: most: add USB > adapter driver") > I get build errors. > > $ LANG=C make clean drivers/staging/rtl8188eu/ > scripts/Makefile.clean:15: drivers/staging/most/u

staging: most: Build error since commit "drivers: most: add USB adapter driver"

2020-08-02 Thread Michael Straube
Hi, with commit 97a6f772f36b7f52bcfa56a581bbd2470cffe23d ("drivers: most: add USB adapter driver") I get build errors. $ LANG=C make clean drivers/staging/rtl8188eu/ scripts/Makefile.clean:15: drivers/staging/most/usb/Makefile: No such file or directory make[5]: *** No rule to make target 'dri

Re: [PATCH v4] staging: nvec: change usage of slave to secondary

2020-08-02 Thread Rohit K Bharadwaj
On 02/08/20 1:43 pm, Marc Dietrich wrote: > Hello Rohit, > > On Sat, 25 Jul 2020, Rohit K Bharadwaj wrote: > >> changed usage of slave (which is deprecated) to secondary without breaking >> the driver >> >> Tested-by: Dan Carpenter >> Acked-by: Marc Dietrich >> Signed-off-by: Rohit K Bharadwaj

Re: [PATCH v4] staging: nvec: change usage of slave to secondary

2020-08-02 Thread Marc Dietrich
Hello Rohit, On Sat, 25 Jul 2020, Rohit K Bharadwaj wrote: changed usage of slave (which is deprecated) to secondary without breaking the driver Tested-by: Dan Carpenter Acked-by: Marc Dietrich Signed-off-by: Rohit K Bharadwaj please don't add "*-by"'s by yourself when you send a new pat

Re: [PATCH v4] staging: nvec: change usage of slave to secondary

2020-08-02 Thread Marc Dietrich
Hi, On Sat, 25 Jul 2020, Michał Mirosław wrote: On Sat, Jul 25, 2020 at 06:01:19PM +0530, Rohit K Bharadwaj wrote: On 25/07/20 5:31 pm, Michał Mirosław wrote: On Sat, Jul 25, 2020 at 11:59:39AM +0530, Rohit K Bharadwaj wrote: changed usage of slave (which is deprecated) to secondary without