[driver-core:driver-core-linus] BUILD SUCCESS 6b57b15abe11aa334ebf726e02c0deaf123ba040

2020-09-05 Thread kernel test robot
powerpc defconfig x86_64 randconfig-a006-20200905 x86_64 randconfig-a004-20200905 x86_64 randconfig-a003-20200905 x86_64 randconfig-a005-20200905 x86_64 randconfig-a001-20200905 x86_64

[staging:staging-testing] BUILD SUCCESS a2476be5021ed8dbc5cdb1c4018e88b41d133a64

2020-09-05 Thread kernel test robot
defconfig x86_64 randconfig-a006-20200905 x86_64 randconfig-a004-20200905 x86_64 randconfig-a003-20200905 x86_64 randconfig-a005-20200905 x86_64 randconfig-a001-20200905 x86_64 randconfig

[driver-core:driver-core-testing] BUILD SUCCESS 51fae39bd5018e4f6d3e65a1a1a8ad40b5ee3662

2020-09-05 Thread kernel test robot
allyesconfig mips allmodconfig powerpc allyesconfig powerpc allnoconfig powerpc defconfig x86_64 randconfig-a006-20200905 x86_64 randconfig-a004-20200905

Re: [PATCH AUTOSEL 5.8 07/42] speakup: Fix wait_for_xmitr for ttyio case

2020-09-05 Thread Sasha Levin
On Mon, Aug 31, 2020 at 05:33:45PM +0200, Greg Kroah-Hartman wrote: On Mon, Aug 31, 2020 at 11:28:59AM -0400, Sasha Levin wrote: From: Samuel Thibault [ Upstream commit 2b86d9b8ec6efb86fc5ea44f2d49b1df17f699a1 ] This was missed while introducing the tty-based serial access. The only

[PATCH] staging: media: atomisp: Fix bool-related style issues

2020-09-05 Thread Alex Dewar
Address the following issues: * unnecessary comparison to true/false * use of 0/1 instead of bool values * unnecessary conversion to bool These were fixed using the following Coccinelle scripts: * scripts/coccinelle/misc/bool{init,conv,return}.cocci Build-tested with allmodconfig.

[PATCH] staging: rtl8188eu: clean up whitespace in wpa_set_encryption()

2020-09-05 Thread Michael Straube
Clean up unnecessary whitespace in wpa_set_encryption() by removing extra spaces and replacing tabs with spaces. Clears a checkpatch error. ERROR: space prohibited before that close parenthesis ')' Signed-off-by: Michael Straube --- drivers/staging/rtl8188eu/os_dep/ioctl_linux.c | 12