Re: [PATCH] staging: fbtft replaced udelay with usleep_range

2021-02-05 Thread kernel test robot
Hi Mayank,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on staging/staging-testing]

url:
https://github.com/0day-ci/linux/commits/Mayank-Suman/staging-fbtft-replaced-udelay-with-usleep_range/20210205-171807
base:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
06b0c0dce88e2aa2f01343db0f26d214d7f264a0
config: alpha-allmodconfig (attached as .config)
compiler: alpha-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
wget 
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
chmod +x ~/bin/make.cross
# 
https://github.com/0day-ci/linux/commit/4a777af1cc91dc603b6b92fe06fd94081dc2891e
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review 
Mayank-Suman/staging-fbtft-replaced-udelay-with-usleep_range/20210205-171807
git checkout 4a777af1cc91dc603b6b92fe06fd94081dc2891e
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross 
ARCH=alpha 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot 

All errors (new ones prefixed by >>):

   drivers/staging/fbtft/fb_agm1264k-fl.c: In function 'reset':
>> drivers/staging/fbtft/fb_agm1264k-fl.c:88:2: error: too few arguments to 
>> function 'usleep_range'
  88 |  usleep_range(20);
 |  ^~~~
   In file included from drivers/staging/fbtft/fb_agm1264k-fl.c:12:
   include/linux/delay.h:61:6: note: declared here
  61 | void usleep_range(unsigned long min, unsigned long max);
 |  ^~~~
--
   drivers/staging/fbtft/fb_ra8875.c: In function 'write_reg8_bus8':
>> drivers/staging/fbtft/fb_ra8875.c:220:2: error: too few arguments to 
>> function 'usleep_range'
 220 |  usleep_range(100);
 |  ^~~~
   In file included from drivers/staging/fbtft/fb_ra8875.c:10:
   include/linux/delay.h:61:6: note: declared here
  61 | void usleep_range(unsigned long min, unsigned long max);
 |  ^~~~
   drivers/staging/fbtft/fb_ra8875.c:241:2: error: too few arguments to 
function 'usleep_range'
 241 |  usleep_range(100);
 |  ^~~~
   In file included from drivers/staging/fbtft/fb_ra8875.c:10:
   include/linux/delay.h:61:6: note: declared here
  61 | void usleep_range(unsigned long min, unsigned long max);
 |  ^~~~
--
   drivers/staging/fbtft/fb_tinylcd.c: In function 'init_display':
>> drivers/staging/fbtft/fb_tinylcd.c:44:2: error: too few arguments to 
>> function 'usleep_range'
  44 |  usleep_range(250);
 |  ^~~~
   In file included from drivers/staging/fbtft/fb_tinylcd.c:11:
   include/linux/delay.h:61:6: note: declared here
  61 | void usleep_range(unsigned long min, unsigned long max);
 |  ^~~~
--
   drivers/staging/fbtft/fb_upd161704.c: In function 'init_display':
>> drivers/staging/fbtft/fb_upd161704.c:39:2: error: too few arguments to 
>> function 'usleep_range'
  39 |  usleep_range(100);
 |  ^~~~
   In file included from drivers/staging/fbtft/fb_upd161704.c:16:
   include/linux/delay.h:61:6: note: declared here
  61 | void usleep_range(unsigned long min, unsigned long max);
 |  ^~~~
   drivers/staging/fbtft/fb_upd161704.c:43:2: error: too few arguments to 
function 'usleep_range'
  43 |  usleep_range(10);
 |  ^~~~
   In file included from drivers/staging/fbtft/fb_upd161704.c:16:
   include/linux/delay.h:61:6: note: declared here
  61 | void usleep_range(unsigned long min, unsigned long max);
 |  ^~~~
   drivers/staging/fbtft/fb_upd161704.c:46:2: error: too few arguments to 
function 'usleep_range'
  46 |  usleep_range(10);
 |  ^~~~
   In file included from drivers/staging/fbtft/fb_upd161704.c:16:
   include/linux/delay.h:61:6: note: declared here
  61 | void usleep_range(unsigned long min, unsigned long max);
 |  ^~~~
   drivers/staging/fbtft/fb_upd161704.c:49:2: error: too few arguments to 
function 'usleep_range'
  49 |  usleep_range(10);
 |  ^~~~
   In file included from drivers/staging/fbtft/fb_upd161704.c:16:
   include/linux/delay.h:61:6: note: declared here
  61 | void usleep_range(unsigned long min, unsigned long max);
 |  ^~~~
   drivers/staging/fbtft/fb_upd161704.c:52:2: error: too few arguments to 
function 'usleep_range'
  52 |  usleep_range(10);
 |  ^~~~
   In file included from drivers/staging/fbtft/fb_upd161704.c:16:
   include/linux/delay.h:61:6: note: declared here
  61 | void usleep_range(unsigned long min, unsigned long max);

Re: [PATCH] staging: fbtft replaced udelay with usleep_range

2021-02-05 Thread kernel test robot
Hi Mayank,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on staging/staging-testing]

url:
https://github.com/0day-ci/linux/commits/Mayank-Suman/staging-fbtft-replaced-udelay-with-usleep_range/20210205-171807
base:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
06b0c0dce88e2aa2f01343db0f26d214d7f264a0
config: arm64-randconfig-r025-20210205 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 
c9439ca36342fb6013187d0a69aef92736951476)
reproduce (this is a W=1 build):
wget 
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
chmod +x ~/bin/make.cross
# install arm64 cross compiling tool for clang build
# apt-get install binutils-aarch64-linux-gnu
# 
https://github.com/0day-ci/linux/commit/4a777af1cc91dc603b6b92fe06fd94081dc2891e
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review 
Mayank-Suman/staging-fbtft-replaced-udelay-with-usleep_range/20210205-171807
git checkout 4a777af1cc91dc603b6b92fe06fd94081dc2891e
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot 

All errors (new ones prefixed by >>):

>> drivers/staging/fbtft/fb_ra8875.c:220:18: error: too few arguments to 
>> function call, expected 2, have 1
   usleep_range(100);
   ^
   include/linux/delay.h:61:6: note: 'usleep_range' declared here
   void usleep_range(unsigned long min, unsigned long max);
^
   drivers/staging/fbtft/fb_ra8875.c:241:18: error: too few arguments to 
function call, expected 2, have 1
   usleep_range(100);
   ^
   include/linux/delay.h:61:6: note: 'usleep_range' declared here
   void usleep_range(unsigned long min, unsigned long max);
^
   2 errors generated.
--
>> drivers/staging/fbtft/fb_tinylcd.c:44:18: error: too few arguments to 
>> function call, expected 2, have 1
   usleep_range(250);
   ^
   include/linux/delay.h:61:6: note: 'usleep_range' declared here
   void usleep_range(unsigned long min, unsigned long max);
^
   1 error generated.
--
>> drivers/staging/fbtft/fb_watterott.c:87:19: error: too few arguments to 
>> function call, expected 2, have 1
   usleep_range(300);
   ^
   include/linux/delay.h:61:6: note: 'usleep_range' declared here
   void usleep_range(unsigned long min, unsigned long max);
^
   drivers/staging/fbtft/fb_watterott.c:127:19: error: too few arguments to 
function call, expected 2, have 1
   usleep_range(700);
   ^
   include/linux/delay.h:61:6: note: 'usleep_range' declared here
   void usleep_range(unsigned long min, unsigned long max);
^
   2 errors generated.


vim +220 drivers/staging/fbtft/fb_ra8875.c

   189  
   190  static void write_reg8_bus8(struct fbtft_par *par, int len, ...)
   191  {
   192  va_list args;
   193  int i, ret;
   194  u8 *buf = par->buf;
   195  
   196  /* slow down spi-speed for writing registers */
   197  par->fbtftops.write = write_spi;
   198  
   199  if (unlikely(par->debug & DEBUG_WRITE_REGISTER)) {
   200  va_start(args, len);
   201  for (i = 0; i < len; i++)
   202  buf[i] = (u8)va_arg(args, unsigned int);
   203  va_end(args);
   204  fbtft_par_dbg_hex(DEBUG_WRITE_REGISTER, par, 
par->info->device,
   205u8, buf, len, "%s: ", __func__);
   206  }
   207  
   208  va_start(args, len);
   209  *buf++ = 0x80;
   210  *buf = (u8)va_arg(args, unsigned int);
   211  ret = par->fbtftops.write(par, par->buf, 2);
   212  if (ret < 0) {
   213  va_end(args);
   214  dev_err(par->info->device, "write() failed and returned 
%dn",
   215  ret);
   216  return;
   217  }
   218  len--;
   219  
 > 220  usleep_range(100);
   221  
   222  if (len) {
   223  buf = (u8 *)par->buf;
   224  *buf++ = 0x00;
   225  i = len;
   226  while (i--)
   227  *buf++ = (u8)va_arg(args, unsigned int);
   228  
   229  ret = par->fbtftops.write(par, par->buf, len + 1);
   230  if (ret < 0) {
   231  

Re: [PATCH] staging: gdm724x: Fix DMA from stack

2021-02-09 Thread kernel test robot
Hi,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on staging/staging-testing]

url:
https://github.com/0day-ci/linux/commits/ameynarkhede03-gmail-com/staging-gdm724x-Fix-DMA-from-stack/20210209-225530
base:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
06b0c0dce88e2aa2f01343db0f26d214d7f264a0
config: m68k-allmodconfig (attached as .config)
compiler: m68k-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
wget 
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
chmod +x ~/bin/make.cross
# 
https://github.com/0day-ci/linux/commit/d793f4f05736924fc2207a0f8c338115523930da
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review 
ameynarkhede03-gmail-com/staging-gdm724x-Fix-DMA-from-stack/20210209-225530
git checkout d793f4f05736924fc2207a0f8c338115523930da
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross 
ARCH=m68k 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot 

All warnings (new ones prefixed by >>):

   In file included from include/linux/kernel.h:10,
from include/linux/list.h:9,
from include/linux/module.h:12,
from drivers/staging/gdm724x/gdm_usb.c:6:
   include/linux/scatterlist.h: In function 'sg_set_buf':
   arch/m68k/include/asm/page_mm.h:174:49: warning: ordered comparison of 
pointer with null pointer [-Wextra]
 174 | #define virt_addr_valid(kaddr) ((void *)(kaddr) >= (void 
*)PAGE_OFFSET && (void *)(kaddr) < high_memory)
 | ^~
   include/linux/compiler.h:78:42: note: in definition of macro 'unlikely'
  78 | # define unlikely(x) __builtin_expect(!!(x), 0)
 |  ^
   include/linux/scatterlist.h:137:2: note: in expansion of macro 'BUG_ON'
 137 |  BUG_ON(!virt_addr_valid(buf));
 |  ^~
   include/linux/scatterlist.h:137:10: note: in expansion of macro 
'virt_addr_valid'
 137 |  BUG_ON(!virt_addr_valid(buf));
 |  ^~~
   drivers/staging/gdm724x/gdm_usb.c: In function 'request_mac_address':
>> drivers/staging/gdm724x/gdm_usb.c:60:21: warning: 'buf' is used 
>> uninitialized in this function [-Wuninitialized]
  60 |  struct hci_packet *hci = (struct hci_packet *)buf;
 | ^~~


vim +/buf +60 drivers/staging/gdm724x/gdm_usb.c

61e12104764512 Won Kang   2013-07-25  50  
61e12104764512 Won Kang   2013-07-25  51  static int gdm_usb_recv(void 
*priv_dev,
35db0350c5ef0d Aybuke Ozdemir 2014-03-14  52int (*cb)(void 
*cb_data,
35db0350c5ef0d Aybuke Ozdemir 2014-03-14  53  void 
*data, int len, int context),
61e12104764512 Won Kang   2013-07-25  54void *cb_data,
61e12104764512 Won Kang   2013-07-25  55int context);
61e12104764512 Won Kang   2013-07-25  56  
61e12104764512 Won Kang   2013-07-25  57  static int 
request_mac_address(struct lte_udev *udev)
61e12104764512 Won Kang   2013-07-25  58  {
d793f4f0573692 Amey Narkhede  2021-02-09  59u8 *buf;
61e12104764512 Won Kang   2013-07-25 @60struct hci_packet *hci = 
(struct hci_packet *)buf;
61e12104764512 Won Kang   2013-07-25  61struct usb_device *usbdev = 
udev->usbdev;
61e12104764512 Won Kang   2013-07-25  62int actual;
61e12104764512 Won Kang   2013-07-25  63int ret = -1;
61e12104764512 Won Kang   2013-07-25  64  
1b5e56ece3f501 Quytelda Kahja 2018-02-22  65hci->cmd_evt = 
gdm_cpu_to_dev16(udev->gdm_ed, LTE_GET_INFORMATION);
1b5e56ece3f501 Quytelda Kahja 2018-02-22  66hci->len = 
gdm_cpu_to_dev16(udev->gdm_ed, 1);
61e12104764512 Won Kang   2013-07-25  67hci->data[0] = MAC_ADDRESS;
61e12104764512 Won Kang   2013-07-25  68  
d793f4f0573692 Amey Narkhede  2021-02-09  69buf = kmalloc(16, GFP_KERNEL);
d793f4f0573692 Amey Narkhede  2021-02-09  70if (!buf)
d793f4f0573692 Amey Narkhede  2021-02-09  71return -ENOMEM;
d793f4f0573692 Amey Narkhede  2021-02-09  72  
61e12104764512 Won Kang   2013-07-25  73ret = usb_bulk_msg(usbdev, 
usb_sndbulkpipe(usbdev, 2), buf, 5,
61e12104764512 Won Kang   2013-07-25  74   &actual, 
1000);
61e12104764512 Won Kang   2013-07-25  75  
61e12104764512 Won Kang   2013-07-25  76udev->request_mac_addr = 1;
61e12104764512 Won Kang   2013-07-25  77  
61e12104764512 Won Kang   2013-07-25  78return ret;
61e12104764512 Won Kang   2013-07-25  79  }
61e12104764512 Won Kang   2013-07-25  80  

---
0-DAY CI Kernel Test Service,

[driver-core:driver-core-testing] BUILD SUCCESS 3c9ea42802a1fbf7ef29660ff8c6e526c58114f6

2021-02-09 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
driver-core-testing
branch HEAD: 3c9ea42802a1fbf7ef29660ff8c6e526c58114f6  clk: Mark fwnodes when 
their clock provider is added/removed

elapsed time: 722m

configs tested: 142
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
m68k   m5249evb_defconfig
sh   sh7770_generic_defconfig
c6xevmc6472_defconfig
mips cobalt_defconfig
arcnsimosci_defconfig
sh  rts7751r2d1_defconfig
powerpcklondike_defconfig
arm   sunxi_defconfig
xtensa virt_defconfig
microblaze  defconfig
powerpc ksi8560_defconfig
powerpc pseries_defconfig
arm   spear13xx_defconfig
powerpc kmeter1_defconfig
mips   lemote2f_defconfig
nios2 3c120_defconfig
arm s3c6400_defconfig
arm vf610m4_defconfig
arc  alldefconfig
c6xevmc6474_defconfig
s390   zfcpdump_defconfig
powerpc mpc836x_rdk_defconfig
arm  colibri_pxa270_defconfig
shmigor_defconfig
sh kfr2r09-romimage_defconfig
powerpc mpc8560_ads_defconfig
mips   rs90_defconfig
arm s5pv210_defconfig
arc  allyesconfig
arm   versatile_defconfig
powerpc stx_gp3_defconfig
shsh7785lcr_defconfig
arm   sama5_defconfig
shsh7763rdp_defconfig
mipsbcm47xx_defconfig
openriscor1ksim_defconfig
powerpc  pasemi_defconfig
arm mxs_defconfig
mips  ath79_defconfig
xtensa  audio_kc705_defconfig
sh   allmodconfig
armvt8500_v6_v7_defconfig
arm pxa_defconfig
mips   xway_defconfig
arm   netwinder_defconfig
mipsgpr_defconfig
arcvdk_hs38_defconfig
powerpc sequoia_defconfig
powerpc taishan_defconfig
alpha   defconfig
mips  maltaaprp_defconfig
arm   cns3420vb_defconfig
sh shx3_defconfig
arm  ixp4xx_defconfig
xtensa  nommu_kc705_defconfig
alphaallyesconfig
arm hackkit_defconfig
m68k   m5475evb_defconfig
arm   stm32_defconfig
sh  rsk7201_defconfig
m68k allyesconfig
arm   imx_v4_v5_defconfig
arm am200epdkit_defconfig
powerpccell_defconfig
microblaze  mmu_defconfig
sh  sh7785lcr_32bit_defconfig
arm socfpga_defconfig
um   x86_64_defconfig
armlart_defconfig
riscvallyesconfig
armkeystone_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
nios2   defconfig
nds32 allnoconfig
c6x  allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defco

[staging:staging-next] BUILD SUCCESS 6953026f21092199a59f2c641a880b1c4025f932

2021-02-10 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-next
branch HEAD: 6953026f21092199a59f2c641a880b1c4025f932  staging: rtl8712: Remove 
multiple blank lines

elapsed time: 727m

configs tested: 164
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
arm davinci_all_defconfig
s390  debug_defconfig
arm hackkit_defconfig
powerpcsocrates_defconfig
sh   se7721_defconfig
sh  r7785rp_defconfig
sparc64 defconfig
arm am200epdkit_defconfig
shshmin_defconfig
powerpc tqm8540_defconfig
mips   ci20_defconfig
m68k   m5249evb_defconfig
sh   sh7770_generic_defconfig
c6xevmc6472_defconfig
mips cobalt_defconfig
arcnsimosci_defconfig
sh apsh4a3a_defconfig
shecovec24-romimage_defconfig
powerpc ep8248e_defconfig
powerpc   holly_defconfig
arm   multi_v4t_defconfig
mips  maltasmvp_defconfig
sh  rts7751r2d1_defconfig
powerpcklondike_defconfig
arm   sunxi_defconfig
xtensa virt_defconfig
microblaze  defconfig
powerpc ksi8560_defconfig
powerpc pseries_defconfig
arm   spear13xx_defconfig
powerpc kmeter1_defconfig
mips   lemote2f_defconfig
nios2 3c120_defconfig
arcvdk_hs38_defconfig
arm s3c6400_defconfig
arm vf610m4_defconfig
arc  alldefconfig
c6xevmc6474_defconfig
m68k  atari_defconfig
powerpc mpc8560_ads_defconfig
sh   rts7751r2dplus_defconfig
powerpc ppa8548_defconfig
mipsnlm_xlp_defconfig
riscvnommu_k210_defconfig
sh kfr2r09-romimage_defconfig
mips   rs90_defconfig
arm s5pv210_defconfig
arm   versatile_defconfig
powerpc stx_gp3_defconfig
shsh7785lcr_defconfig
arm   sama5_defconfig
shsh7763rdp_defconfig
mipsbcm47xx_defconfig
openriscor1ksim_defconfig
powerpc  pasemi_defconfig
arm mxs_defconfig
mips  ath79_defconfig
sh   se7751_defconfig
mips decstation_defconfig
armmagician_defconfig
m68km5272c3_defconfig
arm  pxa3xx_defconfig
xtensasmp_lx200_defconfig
mipsjmr3927_defconfig
powerpc   ppc64_defconfig
c6x  allyesconfig
sh   allmodconfig
xtensa  audio_kc705_defconfig
powerpc sequoia_defconfig
powerpc taishan_defconfig
alpha   defconfig
mips  maltaaprp_defconfig
arc  allyesconfig
m68k   m5475evb_defconfig
arm   stm32_defconfig
mips  malta_defconfig
m68kmvme147_defconfig
arm   cns3420vb_defconfig
alphaallyesconfig
sh shx3_defconfig
arm  ixp4xx_defconfig
xtensa  nommu_kc705_defconfig
armmvebu_v7_defconfig
arm s3c2410_defconfig
powerpccell_defconfig
sh  rsk7201_defconfig
m68k allyesconfig
nds32   defconfig
arm   imx_v4_v5_defconfig
microblaze  mmu_defconfig
sh  sh7785lcr_32bit_defconfig
powerpc powernv_defconfig
sh sh7710voipgw_defconfig
arm orion5x_defconfig
m68kstmark2_defconfig
ia64  

Re: [PATCH 1/1] Macros with multiple statements should be enclosed in a do - while loop.

2021-02-10 Thread kernel test robot
Hi Fatih,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on staging/staging-testing]
[also build test ERROR on v5.11-rc7 next-20210125]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:
https://github.com/0day-ci/linux/commits/Fatih-YILDIRIM/Coding-style-fix/20210211-061613
base:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
6953026f21092199a59f2c641a880b1c4025f932
config: powerpc-randconfig-r026-20210209 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 
c9439ca36342fb6013187d0a69aef92736951476)
reproduce (this is a W=1 build):
wget 
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
chmod +x ~/bin/make.cross
# install powerpc cross compiling tool for clang build
# apt-get install binutils-powerpc-linux-gnu
# 
https://github.com/0day-ci/linux/commit/68ce21dfbba245eaa3442ad1269237e99aae5d50
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review 
Fatih-YILDIRIM/Coding-style-fix/20210211-061613
git checkout 68ce21dfbba245eaa3442ad1269237e99aae5d50
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=powerpc 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot 

All errors (new ones prefixed by >>):

>> drivers/staging/greybus/loopback.c:273:1: error: expected identifier or '('
   gb_loopback_stats_attrs(latency);
   ^
   drivers/staging/greybus/loopback.c:166:2: note: expanded from macro 
'gb_loopback_stats_attrs'
   do {\
   ^
>> drivers/staging/greybus/loopback.c:273:1: error: expected identifier or '('
   drivers/staging/greybus/loopback.c:170:4: note: expanded from macro 
'gb_loopback_stats_attrs'
   } while (0)
 ^
   drivers/staging/greybus/loopback.c:275:1: error: expected identifier or '('
   gb_loopback_stats_attrs(requests_per_second);
   ^
   drivers/staging/greybus/loopback.c:166:2: note: expanded from macro 
'gb_loopback_stats_attrs'
   do {\
   ^
   drivers/staging/greybus/loopback.c:275:1: error: expected identifier or '('
   drivers/staging/greybus/loopback.c:170:4: note: expanded from macro 
'gb_loopback_stats_attrs'
   } while (0)
 ^
   drivers/staging/greybus/loopback.c:277:1: error: expected identifier or '('
   gb_loopback_stats_attrs(throughput);
   ^
   drivers/staging/greybus/loopback.c:166:2: note: expanded from macro 
'gb_loopback_stats_attrs'
   do {\
   ^
   drivers/staging/greybus/loopback.c:277:1: error: expected identifier or '('
   drivers/staging/greybus/loopback.c:170:4: note: expanded from macro 
'gb_loopback_stats_attrs'
   } while (0)
 ^
   drivers/staging/greybus/loopback.c:279:1: error: expected identifier or '('
   gb_loopback_stats_attrs(apbridge_unipro_latency);
   ^
   drivers/staging/greybus/loopback.c:166:2: note: expanded from macro 
'gb_loopback_stats_attrs'
   do {\
   ^
   drivers/staging/greybus/loopback.c:279:1: error: expected identifier or '('
   drivers/staging/greybus/loopback.c:170:4: note: expanded from macro 
'gb_loopback_stats_attrs'
   } while (0)
 ^
   drivers/staging/greybus/loopback.c:281:1: error: expected identifier or '('
   gb_loopback_stats_attrs(gbphy_firmware_latency);
   ^
   drivers/staging/greybus/loopback.c:166:2: note: expanded from macro 
'gb_loopback_stats_attrs'
   do {\
   ^
   drivers/staging/greybus/loopback.c:281:1: error: expected identifier or '('
   drivers/staging/greybus/loopback.c:170:4: note: expanded from macro 
'gb_loopback_stats_attrs'
   } while (0)
 ^
>> drivers/staging/greybus/loopback.c:319:3: error: use of undeclared 
>> identifier 'dev_attr_latency_min'; did you mean 'dev_attr_timeout_min'?
   &dev_attr_latency_min.attr,
^~~~
dev_attr_timeout_min
   drivers/staging/greybus/loopback.c:290:1: note: 'dev_attr_timeout_min' 
declared here
   gb_loopback_ro_attr(timeout_min);
   ^
   drivers/staging/greybus/loopback.c:130:8: note: expand

Re: [PATCH 1/1] staging: greybus: Added do - while in multi statement macro

2021-02-11 Thread kernel test robot
Hi Hemansh,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on staging/staging-testing]

url:
https://github.com/0day-ci/linux/commits/Hemansh-Agnihotri/staging-greybus-Added-do-while-in-multi-statement-macro/20210211-175717
base:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
6953026f21092199a59f2c641a880b1c4025f932
config: m68k-randconfig-r003-20210211 (attached as .config)
compiler: m68k-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
wget 
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
chmod +x ~/bin/make.cross
# 
https://github.com/0day-ci/linux/commit/e0f87bc4986d8e909dfda91664ce1700b01acb85
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review 
Hemansh-Agnihotri/staging-greybus-Added-do-while-in-multi-statement-macro/20210211-175717
git checkout e0f87bc4986d8e909dfda91664ce1700b01acb85
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross 
ARCH=m68k 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot 

All errors (new ones prefixed by >>):

>> drivers/staging/greybus/loopback.c:165:40: error: expected identifier or '(' 
>> before 'do'
 165 | #define gb_loopback_stats_attrs(field) do { \
 |^~
   drivers/staging/greybus/loopback.c:272:1: note: in expansion of macro 
'gb_loopback_stats_attrs'
 272 | gb_loopback_stats_attrs(latency);
 | ^~~
>> drivers/staging/greybus/loopback.c:169:4: error: expected identifier or '(' 
>> before 'while'
 169 |  } while (0)
 |^
   drivers/staging/greybus/loopback.c:272:1: note: in expansion of macro 
'gb_loopback_stats_attrs'
 272 | gb_loopback_stats_attrs(latency);
 | ^~~
>> drivers/staging/greybus/loopback.c:165:40: error: expected identifier or '(' 
>> before 'do'
 165 | #define gb_loopback_stats_attrs(field) do { \
 |^~
   drivers/staging/greybus/loopback.c:274:1: note: in expansion of macro 
'gb_loopback_stats_attrs'
 274 | gb_loopback_stats_attrs(requests_per_second);
 | ^~~
>> drivers/staging/greybus/loopback.c:169:4: error: expected identifier or '(' 
>> before 'while'
 169 |  } while (0)
 |^
   drivers/staging/greybus/loopback.c:274:1: note: in expansion of macro 
'gb_loopback_stats_attrs'
 274 | gb_loopback_stats_attrs(requests_per_second);
 | ^~~
>> drivers/staging/greybus/loopback.c:165:40: error: expected identifier or '(' 
>> before 'do'
 165 | #define gb_loopback_stats_attrs(field) do { \
 |^~
   drivers/staging/greybus/loopback.c:276:1: note: in expansion of macro 
'gb_loopback_stats_attrs'
 276 | gb_loopback_stats_attrs(throughput);
 | ^~~
>> drivers/staging/greybus/loopback.c:169:4: error: expected identifier or '(' 
>> before 'while'
 169 |  } while (0)
 |^
   drivers/staging/greybus/loopback.c:276:1: note: in expansion of macro 
'gb_loopback_stats_attrs'
 276 | gb_loopback_stats_attrs(throughput);
 | ^~~
>> drivers/staging/greybus/loopback.c:165:40: error: expected identifier or '(' 
>> before 'do'
 165 | #define gb_loopback_stats_attrs(field) do { \
 |^~
   drivers/staging/greybus/loopback.c:278:1: note: in expansion of macro 
'gb_loopback_stats_attrs'
 278 | gb_loopback_stats_attrs(apbridge_unipro_latency);
 | ^~~
>> drivers/staging/greybus/loopback.c:169:4: error: expected identifier or '(' 
>> before 'while'
 169 |  } while (0)
 |^
   drivers/staging/greybus/loopback.c:278:1: note: in expansion of macro 
'gb_loopback_stats_attrs'
 278 | gb_loopback_stats_attrs(apbridge_unipro_latency);
 | ^~~
>> drivers/staging/greybus/loopback.c:165:40: error: expected identifier or '(' 
>> before 'do'
 165 | #define gb_loopback_stats_attrs(field) do { \
 |^~
   drivers/staging/greybus/loopback.c:280:1: note: in expansion of macro 
'gb_loopback_stats_attrs'
 280 | gb_loopback_stats_attrs(gbphy_firmware_latency);
 | ^~~
>> drivers/staging/greybus/loopback.

[driver-core:driver-core-testing] BUILD SUCCESS 471b12c43f376d5203dbff0e91316eea11f6f4df

2021-02-12 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
driver-core-testing
branch HEAD: 471b12c43f376d5203dbff0e91316eea11f6f4df  driver core: auxiliary 
bus: Fix calling stage for auxiliary bus init

elapsed time: 728m

configs tested: 161
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
sh   se7722_defconfig
mips  maltasmvp_eva_defconfig
arc haps_hs_defconfig
ia64generic_defconfig
arm   u8500_defconfig
powerpc mpc8540_ads_defconfig
m68kq40_defconfig
sparc64 defconfig
powerpc  ppc6xx_defconfig
mips decstation_r4k_defconfig
powerpc ps3_defconfig
h8300 edosk2674_defconfig
arm  moxart_defconfig
arm rpc_defconfig
mips mpc30x_defconfig
arm  colibri_pxa300_defconfig
powerpcge_imp3a_defconfig
m68k  atari_defconfig
mips  bmips_stb_defconfig
powerpc stx_gp3_defconfig
arm   sunxi_defconfig
powerpc  tqm8xx_defconfig
mips  fuloong2e_defconfig
powerpc  cm5200_defconfig
powerpc wii_defconfig
sh   se7343_defconfig
arm  prima2_defconfig
shecovec24-romimage_defconfig
arm  pcm027_defconfig
armneponset_defconfig
sh   se7780_defconfig
openriscdefconfig
arm   netwinder_defconfig
arm  tct_hammer_defconfig
arm   aspeed_g5_defconfig
arm  lpd270_defconfig
arm vf610m4_defconfig
mips rt305x_defconfig
xtensaxip_kc705_defconfig
powerpc tqm5200_defconfig
sh sh7710voipgw_defconfig
mips  maltaaprp_defconfig
powerpc  chrp32_defconfig
um   x86_64_defconfig
powerpc  obs600_defconfig
arm64alldefconfig
arc  axs101_defconfig
mips  malta_kvm_defconfig
arm   corgi_defconfig
um i386_defconfig
powerpc  ppc64e_defconfig
s390  debug_defconfig
powerpc xes_mpc85xx_defconfig
powerpc   holly_defconfig
powerpc kmeter1_defconfig
powerpcamigaone_defconfig
mipsomega2p_defconfig
arm s5pv210_defconfig
powerpc mpc837x_rdb_defconfig
sh  defconfig
mips cu1830-neo_defconfig
powerpc taishan_defconfig
powerpc   eiger_defconfig
arm  pxa910_defconfig
arm shannon_defconfig
arcvdk_hs38_defconfig
sparc   sparc32_defconfig
mipse55_defconfig
powerpc  pcm030_defconfig
powerpc linkstation_defconfig
mipsmaltaup_xpa_defconfig
arm palmz72_defconfig
powerpc tqm8548_defconfig
microblaze  defconfig
mipsmalta_kvm_guest_defconfig
arm   spitz_defconfig
ia64  gensparse_defconfig
arm  alldefconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
c6x  allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300

Re: [PATCH] Fix space prohibited issue in fbtft-bus.c

2021-02-12 Thread kernel test robot
Hi Alaa,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on staging/staging-testing]
[also build test ERROR on v5.11-rc7 next-20210211]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:
https://github.com/0day-ci/linux/commits/Alaa-Emad/Fix-space-prohibited-issue-in-fbtft-bus-c/20210212-230034
base:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
a2ea4e1d9091cd8bc69f1c42c15bedc38618f04c
config: microblaze-randconfig-r021-20210212 (attached as .config)
compiler: microblaze-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
wget 
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
chmod +x ~/bin/make.cross
# 
https://github.com/0day-ci/linux/commit/c8ebfad6d337cc402230562da12297149f4c2879
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review 
Alaa-Emad/Fix-space-prohibited-issue-in-fbtft-bus-c/20210212-230034
git checkout c8ebfad6d337cc402230562da12297149f4c2879
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross 
ARCH=microblaze 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot 

All errors (new ones prefixed by >>):

>> drivers/staging/fbtft/fbtft-bus.c:65:53: error: macro 
>> "define_fbtft_write_reg" requires 4 arguments, but only 3 given
  65 | define_fbtft_write_reg(fbtft_write_reg8_bus8, u8, u8)
 | ^
   drivers/staging/fbtft/fbtft-bus.c:14: note: macro "define_fbtft_write_reg" 
defined here
  14 | #define define_fbtft_write_reg(func, buffer_type, data_type, 
modifier)\
 | 
>> drivers/staging/fbtft/fbtft-bus.c:65:23: error: expected ';' before 'void'
  65 | define_fbtft_write_reg(fbtft_write_reg8_bus8, u8, u8)
 |   ^
 |   ;
   drivers/staging/fbtft/fbtft-bus.c:67:57: error: macro 
"define_fbtft_write_reg" requires 4 arguments, but only 3 given
  67 | define_fbtft_write_reg(fbtft_write_reg16_bus16, u16, u16)
 | ^
   drivers/staging/fbtft/fbtft-bus.c:14: note: macro "define_fbtft_write_reg" 
defined here
  14 | #define define_fbtft_write_reg(func, buffer_type, data_type, 
modifier)\
 | 
   drivers/staging/fbtft/fbtft-bus.c:67:23: error: expected ';' before 'void'
  67 | define_fbtft_write_reg(fbtft_write_reg16_bus16, u16, u16)
 |   ^
 |   ;
  68 | 
  69 | void fbtft_write_reg8_bus9(struct fbtft_par *par, int len, ...)
 |    


vim +/define_fbtft_write_reg +65 drivers/staging/fbtft/fbtft-bus.c

64  
  > 65  define_fbtft_write_reg(fbtft_write_reg8_bus8, u8, u8)
66  define_fbtft_write_reg(fbtft_write_reg16_bus8, __be16, u16, cpu_to_be16)
67  define_fbtft_write_reg(fbtft_write_reg16_bus16, u16, u16)
68  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org


.config.gz
Description: application/gzip
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[staging:staging-next] BUILD SUCCESS 6522ad26df0e85c4b52cc39fde269b0c64f9172a

2021-02-12 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-next
branch HEAD: 6522ad26df0e85c4b52cc39fde269b0c64f9172a  staging: qlge: Remove 
duplicate word in comment

elapsed time: 1170m

configs tested: 209
configs skipped: 3

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
arm  moxart_defconfig
armspear6xx_defconfig
openrisc simple_smp_defconfig
powerpc mpc8540_ads_defconfig
m68kq40_defconfig
sparc64 defconfig
powerpc  ppc6xx_defconfig
mips decstation_r4k_defconfig
arm shannon_defconfig
arm davinci_all_defconfig
arcvdk_hs38_defconfig
shsh7763rdp_defconfig
c6xevmc6474_defconfig
sh  rts7751r2d1_defconfig
armlart_defconfig
armpleb_defconfig
arm   milbeaut_m10v_defconfig
h8300alldefconfig
powerpc  tqm8xx_defconfig
mips  fuloong2e_defconfig
powerpc  cm5200_defconfig
powerpc wii_defconfig
sh   se7343_defconfig
arm axm55xx_defconfig
armclps711x_defconfig
sh  landisk_defconfig
shedosk7760_defconfig
armrealview_defconfig
arm  integrator_defconfig
sparcallyesconfig
shapsh4ad0a_defconfig
mips   bmips_be_defconfig
powerpc  iss476-smp_defconfig
openrisc alldefconfig
sh   se7712_defconfig
h8300   defconfig
shhp6xx_defconfig
arm  simpad_defconfig
powerpc mpc8315_rdb_defconfig
arm   netwinder_defconfig
armmagician_defconfig
arc  alldefconfig
mipsnlm_xlp_defconfig
arm lpc18xx_defconfig
arm  ep93xx_defconfig
arm   h5000_defconfig
xtensa  cadence_csp_defconfig
powerpc64   defconfig
m68kmvme147_defconfig
mipsgpr_defconfig
armu300_defconfig
openriscdefconfig
arm  pxa3xx_defconfig
sh   se7206_defconfig
sh ap325rxa_defconfig
powerpc   eiger_defconfig
powerpc xes_mpc85xx_defconfig
powerpc mpc832x_rdb_defconfig
m68km5407c3_defconfig
c6x  allyesconfig
mips rt305x_defconfig
xtensaxip_kc705_defconfig
powerpc tqm5200_defconfig
sh sh7710voipgw_defconfig
mips  maltaaprp_defconfig
powerpc linkstation_defconfig
mips   jazz_defconfig
powerpc mpc832x_mds_defconfig
mips   capcella_defconfig
powerpc64alldefconfig
microblaze  mmu_defconfig
powerpc mpc834x_mds_defconfig
arm cm_x300_defconfig
xtensa virt_defconfig
mips tb0219_defconfig
c6xevmc6678_defconfig
powerpc  walnut_defconfig
arcnsim_700_defconfig
arm   corgi_defconfig
um i386_defconfig
arm rpc_defconfig
powerpc  ppc64e_defconfig
powerpc stx_gp3_defconfig
powerpc   bluestone_defconfig
sh  rsk7203_defconfig
nds32   defconfig
powerpcgamecube_defconfig
mips  ath79_defconfig
powerpc mpc5200_defconfig
openrisc  or1klitex_defconfig
arm   cns3420vb_defconfig
powerpcamigaone_defconfig
mipsomega2p_defconfig
arm s5pv210_defconfig
powerpc mpc837x_rdb_defconfig
powerpc

[staging:staging-testing] BUILD SUCCESS a2ea4e1d9091cd8bc69f1c42c15bedc38618f04c

2021-02-12 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: a2ea4e1d9091cd8bc69f1c42c15bedc38618f04c  staging: greybus: Fixed 
alignment issue in hid.c

elapsed time: 724m

configs tested: 176
configs skipped: 3

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
arm shannon_defconfig
arm davinci_all_defconfig
arcvdk_hs38_defconfig
shsh7763rdp_defconfig
c6xevmc6474_defconfig
nios2 3c120_defconfig
powerpc tqm5200_defconfig
arm   u8500_defconfig
mipsnlm_xlp_defconfig
sh  rts7751r2d1_defconfig
m68kq40_defconfig
armlart_defconfig
armpleb_defconfig
arm   milbeaut_m10v_defconfig
h8300alldefconfig
arm axm55xx_defconfig
sparcallyesconfig
shapsh4ad0a_defconfig
mips   bmips_be_defconfig
powerpc  iss476-smp_defconfig
sh   se7705_defconfig
m68k  hp300_defconfig
powerpc linkstation_defconfig
shmigor_defconfig
mips  maltasmvp_defconfig
m68kdefconfig
openrisc alldefconfig
sh   se7712_defconfig
h8300   defconfig
shhp6xx_defconfig
arm  simpad_defconfig
powerpc mpc8315_rdb_defconfig
arm  pxa3xx_defconfig
sh   se7206_defconfig
sh ap325rxa_defconfig
powerpc   eiger_defconfig
xtensa  cadence_csp_defconfig
powerpc xes_mpc85xx_defconfig
powerpc mpc832x_rdb_defconfig
m68km5407c3_defconfig
c6x  allyesconfig
mips   jazz_defconfig
powerpc mpc832x_mds_defconfig
mips   capcella_defconfig
arm   netwinder_defconfig
powerpc64alldefconfig
powerpc64   defconfig
arc  alldefconfig
microblaze  mmu_defconfig
powerpc mpc834x_mds_defconfig
powerpcfsp2_defconfig
powerpc  ppc64e_defconfig
mips   ci20_defconfig
powerpc   bluestone_defconfig
sh  rsk7203_defconfig
nds32   defconfig
powerpcgamecube_defconfig
mips  ath79_defconfig
s390  debug_defconfig
powerpc   holly_defconfig
powerpc kmeter1_defconfig
powerpc mpc5200_defconfig
openrisc  or1klitex_defconfig
arm   cns3420vb_defconfig
arm   h5000_defconfig
armclps711x_defconfig
arcnsim_700_defconfig
powerpc  pmac32_defconfig
openrisc simple_smp_defconfig
powerpcicon_defconfig
xtensaxip_kc705_defconfig
powerpcsocrates_defconfig
armneponset_defconfig
arm orion5x_defconfig
xtensa virt_defconfig
mips bigsur_defconfig
sparc   defconfig
m68k allmodconfig
armmagician_defconfig
mipse55_defconfig
parisc  defconfig
pariscgeneric-32bit_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc 

Re: [PATCH] staging: android: ashmem: Declared file operation with const keyword

2021-02-13 Thread kernel test robot
Hi Thais,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on staging/staging-testing]

url:
https://github.com/0day-ci/linux/commits/Thais-Camacho/staging-android-ashmem-Declared-file-operation-with-const-keyword/20210214-103440
base:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
4eb839aef182fccf8995ee439fc2b48d43e45918
config: x86_64-randconfig-a014-20210214 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 
c9439ca36342fb6013187d0a69aef92736951476)
reproduce (this is a W=1 build):
wget 
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
chmod +x ~/bin/make.cross
# install x86_64 cross compiling tool for clang build
# apt-get install binutils-x86-64-linux-gnu
# 
https://github.com/0day-ci/linux/commit/32b5e3c9154f059b60686c16a3c3a316f85b6976
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review 
Thais-Camacho/staging-android-ashmem-Declared-file-operation-with-const-keyword/20210214-103440
git checkout 32b5e3c9154f059b60686c16a3c3a316f85b6976
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot 

All errors (new ones prefixed by >>):

>> drivers/staging/android/ashmem.c:430:16: error: cannot assign to variable 
>> 'vmfile_fops' with const-qualified type 'const struct file_operations'
   vmfile_fops = *vmfile->f_op;
   ~~~ ^
   drivers/staging/android/ashmem.c:379:38: note: variable 'vmfile_fops' 
declared const here
   static const struct file_operations vmfile_fops;
   ^~~
   drivers/staging/android/ashmem.c:431:21: error: cannot assign to variable 
'vmfile_fops' with const-qualified type 'const struct file_operations'
   vmfile_fops.mmap = ashmem_vmfile_mmap;
    ^
   drivers/staging/android/ashmem.c:379:38: note: variable 'vmfile_fops' 
declared const here
   static const struct file_operations vmfile_fops;
   ^~~
   drivers/staging/android/ashmem.c:432:34: error: cannot assign to variable 
'vmfile_fops' with const-qualified type 'const struct file_operations'
   vmfile_fops.get_unmapped_area =
   ~ ^
   drivers/staging/android/ashmem.c:379:38: note: variable 'vmfile_fops' 
declared const here
   static const struct file_operations vmfile_fops;
   ^~~
   3 errors generated.


vim +430 drivers/staging/android/ashmem.c

6d67b0290b4b84 Suren Baghdasaryan 2020-01-27  376  
11980c2ac4ccfa Robert Love2011-12-20  377  static int 
ashmem_mmap(struct file *file, struct vm_area_struct *vma)
11980c2ac4ccfa Robert Love2011-12-20  378  {
32b5e3c9154f05 Thais Camacho  2021-02-13  379   static const struct 
file_operations vmfile_fops;
11980c2ac4ccfa Robert Love2011-12-20  380   struct ashmem_area 
*asma = file->private_data;
11980c2ac4ccfa Robert Love2011-12-20  381   int ret = 0;
11980c2ac4ccfa Robert Love2011-12-20  382  
11980c2ac4ccfa Robert Love2011-12-20  383   
mutex_lock(&ashmem_mutex);
11980c2ac4ccfa Robert Love2011-12-20  384  
11980c2ac4ccfa Robert Love2011-12-20  385   /* user needs to 
SET_SIZE before mapping */
59848d6aded59a Alistair Strachan  2018-06-19  386   if (!asma->size) {
11980c2ac4ccfa Robert Love2011-12-20  387   ret = -EINVAL;
11980c2ac4ccfa Robert Love2011-12-20  388   goto out;
11980c2ac4ccfa Robert Love2011-12-20  389   }
11980c2ac4ccfa Robert Love2011-12-20  390  
8632c614565d0c Alistair Strachan  2018-06-19  391   /* requested mapping 
size larger than object size */
8632c614565d0c Alistair Strachan  2018-06-19  392   if (vma->vm_end - 
vma->vm_start > PAGE_ALIGN(asma->size)) {
11980c2ac4ccfa Robert Love2011-12-20  393   ret = -EINVAL;
11980c2ac4ccfa Robert Love2011-12-20  394   goto out;
11980c2ac4ccfa Robert Love2011-12-20  395   }
11980c2ac4ccfa Robert Love2011-12-20  396  
11980c2ac4ccfa Robert Love2011-12-20  397   /* requested protection 
bits must match our allowed protection mask */
59848d6aded59a Alistair Strachan  2018-06-19  398   if ((vma->vm_flags & 
~calc_vm_prot_bits(asma->prot_mask, 0)) &
59848d6aded59a A

[staging:staging-testing] BUILD SUCCESS 4eb839aef182fccf8995ee439fc2b48d43e45918

2021-02-14 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: 4eb839aef182fccf8995ee439fc2b48d43e45918  staging: hikey9xx: Fix 
alignment of function parameters

elapsed time: 722m

configs tested: 102
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
powerpcsocrates_defconfig
powerpcfsp2_defconfig
powerpcmpc7448_hpc2_defconfig
powerpc  ppc44x_defconfig
powerpc mpc836x_mds_defconfig
powerpc mpc8540_ads_defconfig
arm s5pv210_defconfig
xtensa   common_defconfig
arm   sunxi_defconfig
arcnsimosci_defconfig
mipsmalta_kvm_guest_defconfig
sparc   defconfig
sparcalldefconfig
xtensa  iss_defconfig
sh   se7721_defconfig
arm   imx_v6_v7_defconfig
armmini2440_defconfig
mips tb0226_defconfig
arm  imote2_defconfig
arm nhk8815_defconfig
sh   se7705_defconfig
mips  cavium_octeon_defconfig
powerpc pq2fads_defconfig
c6x dsk6455_defconfig
archsdk_defconfig
arm  integrator_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
c6x  allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparcallyesconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
x86_64   randconfig-a003-20210214
x86_64   randconfig-a002-20210214
x86_64   randconfig-a001-20210214
x86_64   randconfig-a004-20210214
x86_64   randconfig-a005-20210214
x86_64   randconfig-a006-20210214
i386 randconfig-a003-20210214
i386 randconfig-a005-20210214
i386 randconfig-a002-20210214
i386 randconfig-a006-20210214
i386 randconfig-a004-20210214
i386 randconfig-a001-20210214
i386 randconfig-a016-20210214
i386 randconfig-a014-20210214
i386 randconfig-a012-20210214
i386 randconfig-a013-20210214
i386 randconfig-a011-20210214
i386 randconfig-a015-20210214
riscvnommu_k210_defconfig
riscvallyesconfig
riscvnommu_virt_defconfig
riscv allnoconfig
riscv   defconfig
riscv  rv32_defconfig
riscvallmodconfig
x86_64   rhel
x86_64   allyesconfig
x86_64rhel-7.6-kselftests
x86_64  defconfig
x86_64   rhel-8.3
x86_64  rhel-8.3-kbuiltin
x86_64  kexec

clang tested configs:
x86_64   randconfig-a016-20210214
x86_64   randconfig-a013-20210214
x86_64   randconfig-a012-20210214
x86_64   randconfig-

[driver-core:debugfs_remove_return_value 2/8] drivers/net/wireless/broadcom/b43legacy/debugfs.c:354:28: error: void value not ignored as it ought to be

2021-02-16 Thread kernel test robot
tree:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
debugfs_remove_return_value
head:   5187c2360ee1d023078e4302dad32fda1e895772
commit: 72f2bf74b31aae983fb200aa7e84a05943bf27fc [2/8] debugfs: remove return 
value of debugfs_create_bool()
config: i386-allyesconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
reproduce (this is a W=1 build):
# 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/commit/?id=72f2bf74b31aae983fb200aa7e84a05943bf27fc
git remote add driver-core 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
git fetch --no-tags driver-core debugfs_remove_return_value
git checkout 72f2bf74b31aae983fb200aa7e84a05943bf27fc
# save the attached .config to linux build tree
make W=1 ARCH=i386 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot 

All errors (new ones prefixed by >>):

   drivers/net/wireless/broadcom/b43legacy/debugfs.c: In function 
'b43legacy_add_dynamic_debug':
>> drivers/net/wireless/broadcom/b43legacy/debugfs.c:354:28: error: void value 
>> not ignored as it ought to be
 354 |  e->dyn_debug_dentries[id] =\
 |^
   drivers/net/wireless/broadcom/b43legacy/debugfs.c:359:2: note: in expansion 
of macro 'add_dyn_dbg'
 359 |  add_dyn_dbg("debug_xmitpower", B43legacy_DBG_XMITPOWER, false);
 |  ^~~
>> drivers/net/wireless/broadcom/b43legacy/debugfs.c:354:28: error: void value 
>> not ignored as it ought to be
 354 |  e->dyn_debug_dentries[id] =\
 |^
   drivers/net/wireless/broadcom/b43legacy/debugfs.c:360:2: note: in expansion 
of macro 'add_dyn_dbg'
 360 |  add_dyn_dbg("debug_dmaoverflow", B43legacy_DBG_DMAOVERFLOW, false);
 |  ^~~
>> drivers/net/wireless/broadcom/b43legacy/debugfs.c:354:28: error: void value 
>> not ignored as it ought to be
 354 |  e->dyn_debug_dentries[id] =\
 |^
   drivers/net/wireless/broadcom/b43legacy/debugfs.c:361:2: note: in expansion 
of macro 'add_dyn_dbg'
 361 |  add_dyn_dbg("debug_dmaverbose", B43legacy_DBG_DMAVERBOSE, false);
 |  ^~~
>> drivers/net/wireless/broadcom/b43legacy/debugfs.c:354:28: error: void value 
>> not ignored as it ought to be
 354 |  e->dyn_debug_dentries[id] =\
 |^
   drivers/net/wireless/broadcom/b43legacy/debugfs.c:362:2: note: in expansion 
of macro 'add_dyn_dbg'
 362 |  add_dyn_dbg("debug_pwork_fast", B43legacy_DBG_PWORK_FAST, false);
 |  ^~~
>> drivers/net/wireless/broadcom/b43legacy/debugfs.c:354:28: error: void value 
>> not ignored as it ought to be
 354 |  e->dyn_debug_dentries[id] =\
 |^
   drivers/net/wireless/broadcom/b43legacy/debugfs.c:363:2: note: in expansion 
of macro 'add_dyn_dbg'
 363 |  add_dyn_dbg("debug_pwork_stop", B43legacy_DBG_PWORK_STOP, false);
 |  ^~~


vim +354 drivers/net/wireless/broadcom/b43legacy/debugfs.c

75388acd0cd827 drivers/net/wireless/b43legacy/debugfs.c  Larry Finger   
2007-09-25  347  
75388acd0cd827 drivers/net/wireless/b43legacy/debugfs.c  Larry Finger   
2007-09-25  348  static void b43legacy_add_dynamic_debug(struct 
b43legacy_wldev *dev)
75388acd0cd827 drivers/net/wireless/b43legacy/debugfs.c  Larry Finger   
2007-09-25  349  {
75388acd0cd827 drivers/net/wireless/b43legacy/debugfs.c  Larry Finger   
2007-09-25  350 struct b43legacy_dfsentry *e = dev->dfsentry;
75388acd0cd827 drivers/net/wireless/b43legacy/debugfs.c  Larry Finger   
2007-09-25  351  
75388acd0cd827 drivers/net/wireless/b43legacy/debugfs.c  Larry Finger   
2007-09-25  352  #define add_dyn_dbg(name, id, initstate) do {  
\
75388acd0cd827 drivers/net/wireless/b43legacy/debugfs.c  Larry Finger   
2007-09-25  353 e->dyn_debug[id] = (initstate); 
\
32b4ebfe7f12c2 drivers/net/wireless/broadcom/b43legacy/debugfs.c Greg 
Kroah-Hartman 2019-01-22 @354 e->dyn_debug_dentries[id] =   
  \
32b4ebfe7f12c2 drivers/net/wireless/broadcom/b43legacy/debugfs.c Greg 
Kroah-Hartman 2019-01-22  355 debugfs_create_bool(name, 0600, 
e->subdir,  \
75388acd0cd827 drivers/net/wireless/b43legacy/debugfs.c  Larry Finger   
2007-09-25  356 &(e->dyn_debug[id]));   
\
75388acd0cd827 drivers/net/wireless/b43legacy/debugfs.c  Larry Finger   
2007-09-25  357 } while (0)
75388acd0cd827 drivers/net/wireless/b43legacy/debugf

[driver-core:debugfs_remove_return_value] BUILD REGRESSION 5187c2360ee1d023078e4302dad32fda1e895772

2021-02-16 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
debugfs_remove_return_value
branch HEAD: 5187c2360ee1d023078e4302dad32fda1e895772  USB: gadget: 
s3c2410_udc: remove dentry storage for debugfs file

Error/Warning in current branch:

drivers/net/wireless/broadcom/b43legacy/debugfs.c:354:28: error: void value not 
ignored as it ought to be

Error/Warning ids grouped by kconfigs:

gcc_recent_errors
|-- alpha-allyesconfig
|   `-- 
drivers-net-wireless-broadcom-b43legacy-debugfs.c:error:void-value-not-ignored-as-it-ought-to-be
|-- arc-allyesconfig
|   `-- 
drivers-net-wireless-broadcom-b43legacy-debugfs.c:error:void-value-not-ignored-as-it-ought-to-be
|-- arm-allmodconfig
|   `-- 
drivers-net-wireless-broadcom-b43legacy-debugfs.c:error:void-value-not-ignored-as-it-ought-to-be
|-- arm-allyesconfig
|   `-- 
drivers-net-wireless-broadcom-b43legacy-debugfs.c:error:void-value-not-ignored-as-it-ought-to-be
|-- arm64-allmodconfig
|   `-- 
drivers-net-wireless-broadcom-b43legacy-debugfs.c:error:void-value-not-ignored-as-it-ought-to-be
|-- arm64-allyesconfig
|   `-- 
drivers-net-wireless-broadcom-b43legacy-debugfs.c:error:void-value-not-ignored-as-it-ought-to-be
|-- c6x-allyesconfig
|   `-- 
drivers-net-wireless-broadcom-b43legacy-debugfs.c:error:void-value-not-ignored-as-it-ought-to-be
|-- h8300-allyesconfig
|   `-- 
drivers-net-wireless-broadcom-b43legacy-debugfs.c:error:void-value-not-ignored-as-it-ought-to-be
|-- i386-allyesconfig
|   `-- 
drivers-net-wireless-broadcom-b43legacy-debugfs.c:error:void-value-not-ignored-as-it-ought-to-be
|-- ia64-allmodconfig
|   `-- 
drivers-net-wireless-broadcom-b43legacy-debugfs.c:error:void-value-not-ignored-as-it-ought-to-be
|-- ia64-allyesconfig
|   `-- 
drivers-net-wireless-broadcom-b43legacy-debugfs.c:error:void-value-not-ignored-as-it-ought-to-be
|-- m68k-allmodconfig
|   `-- 
drivers-net-wireless-broadcom-b43legacy-debugfs.c:error:void-value-not-ignored-as-it-ought-to-be
|-- m68k-allyesconfig
|   `-- 
drivers-net-wireless-broadcom-b43legacy-debugfs.c:error:void-value-not-ignored-as-it-ought-to-be
|-- nios2-allyesconfig
|   `-- 
drivers-net-wireless-broadcom-b43legacy-debugfs.c:error:void-value-not-ignored-as-it-ought-to-be
|-- powerpc-allmodconfig
|   `-- 
drivers-net-wireless-broadcom-b43legacy-debugfs.c:error:void-value-not-ignored-as-it-ought-to-be
|-- powerpc-allyesconfig
|   `-- 
drivers-net-wireless-broadcom-b43legacy-debugfs.c:error:void-value-not-ignored-as-it-ought-to-be
|-- riscv-allmodconfig
|   `-- 
drivers-net-wireless-broadcom-b43legacy-debugfs.c:error:void-value-not-ignored-as-it-ought-to-be
|-- riscv-allyesconfig
|   `-- 
drivers-net-wireless-broadcom-b43legacy-debugfs.c:error:void-value-not-ignored-as-it-ought-to-be
|-- sparc-allyesconfig
|   `-- 
drivers-net-wireless-broadcom-b43legacy-debugfs.c:error:void-value-not-ignored-as-it-ought-to-be
|-- x86_64-allyesconfig
|   `-- 
drivers-net-wireless-broadcom-b43legacy-debugfs.c:error:void-value-not-ignored-as-it-ought-to-be
|-- x86_64-randconfig-a001-20210216
|   `-- 
drivers-net-wireless-broadcom-b43legacy-debugfs.c:error:void-value-not-ignored-as-it-ought-to-be
`-- xtensa-allyesconfig
`-- 
drivers-net-wireless-broadcom-b43legacy-debugfs.c:error:void-value-not-ignored-as-it-ought-to-be

elapsed time: 725m

configs tested: 148
configs skipped: 3

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
arm   efm32_defconfig
arm eseries_pxa_defconfig
sparcalldefconfig
powerpc  ppc6xx_defconfig
mips   jazz_defconfig
powerpcfsp2_defconfig
csky alldefconfig
arc   tb10x_defconfig
sh   se7343_defconfig
h8300   h8s-sim_defconfig
arm   omap2plus_defconfig
ia64  tiger_defconfig
mips   ip32_defconfig
xtensa  defconfig
powerpc ppa8548_defconfig
armclps711x_defconfig
mips tb0219_defconfig
arm   corgi_defconfig
powerpc  katmai_defconfig
powerpc tqm8555_defconfig
c6x dsk6455_defconfig
arm mv78xx0_defconfig
sh  lboxre2_defconfig
powerpc  mpc866_ads_defconfig
arm axm55xx_defconfig
powerpc mpc8272_ads_defconfig
powerpcmvme5100_defconfig
arm  footbridge_defconfig
sh  kfr2r09_defconfig
nds32 allnoconfig
sh  sh7785lc

Re: [PATCH v7 3/6] clk: ralink: add clock driver for mt7621 SoC

2021-02-17 Thread kernel test robot
Hi Sergio,

I love your patch! Perhaps something to improve:

[auto build test WARNING on staging/staging-testing]
[also build test WARNING on clk/clk-next robh/for-next linus/master v5.11 
next-20210216]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:
https://github.com/0day-ci/linux/commits/Sergio-Paracuellos/MIPS-ralink-add-CPU-clock-detection-and-clock-driver-for-MT7621/20210217-194316
base:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
4eb839aef182fccf8995ee439fc2b48d43e45918
config: riscv-randconfig-r036-20210217 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 
c9439ca36342fb6013187d0a69aef92736951476)
reproduce (this is a W=1 build):
wget 
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
chmod +x ~/bin/make.cross
# install riscv cross compiling tool for clang build
# apt-get install binutils-riscv64-linux-gnu
# 
https://github.com/0day-ci/linux/commit/9b83f7b7032e26686ddc5d89e82ee2df4dc260d3
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review 
Sergio-Paracuellos/MIPS-ralink-add-CPU-clock-detection-and-clock-driver-for-MT7621/20210217-194316
git checkout 9b83f7b7032e26686ddc5d89e82ee2df4dc260d3
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=riscv 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot 

All warnings (new ones prefixed by >>):

>> drivers/clk/ralink/clk-mt7621.c:459:2: warning: variable 'ret' is used 
>> uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
   if (!clk_data)
   ^~
   include/linux/compiler.h:56:28: note: expanded from macro 'if'
   #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) )
  ^~~
   include/linux/compiler.h:58:30: note: expanded from macro '__trace_if_var'
   #define __trace_if_var(cond) (__builtin_constant_p(cond) ? (cond) : 
__trace_if_value(cond))

^~
   drivers/clk/ralink/clk-mt7621.c:517:9: note: uninitialized use occurs here
   return ret;
  ^~~
   drivers/clk/ralink/clk-mt7621.c:459:2: note: remove the 'if' if its 
condition is always false
   if (!clk_data)
   ^~
   include/linux/compiler.h:56:23: note: expanded from macro 'if'
   #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) )
 ^
   drivers/clk/ralink/clk-mt7621.c:451:2: warning: variable 'ret' is used 
uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
   if (IS_ERR(priv->memc)) {
   ^~~
   include/linux/compiler.h:56:28: note: expanded from macro 'if'
   #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) )
  ^~~
   include/linux/compiler.h:58:30: note: expanded from macro '__trace_if_var'
   #define __trace_if_var(cond) (__builtin_constant_p(cond) ? (cond) : 
__trace_if_value(cond))

^~
   drivers/clk/ralink/clk-mt7621.c:517:9: note: uninitialized use occurs here
   return ret;
  ^~~
   drivers/clk/ralink/clk-mt7621.c:451:2: note: remove the 'if' if its 
condition is always false
   if (IS_ERR(priv->memc)) {
   ^
   include/linux/compiler.h:56:23: note: expanded from macro 'if'
   #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) )
 ^
   drivers/clk/ralink/clk-mt7621.c:445:2: warning: variable 'ret' is used 
uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
   if (IS_ERR(priv->sysc)) {
   ^~~
   include/linux/compiler.h:56:28: note: expanded from macro 'if'
   #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) )
  ^~~
   include/linux/compiler.h:58:30: note: expanded from macro '__trace_if_var'
   #define __trace_if_var(cond) (__builtin_constant_p(cond) ? (cond) : 
__trace_if_value(cond))

^~
   drivers/clk/ralink/c

[driver-core:debugfs_remove_return_value 2/8] drivers/net/wireless/broadcom/b43/debugfs.c:661:28: error: void value not ignored as it ought to be

2021-02-17 Thread kernel test robot
tree:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
debugfs_remove_return_value
head:   5187c2360ee1d023078e4302dad32fda1e895772
commit: 72f2bf74b31aae983fb200aa7e84a05943bf27fc [2/8] debugfs: remove return 
value of debugfs_create_bool()
config: x86_64-randconfig-c002-20210216 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
reproduce (this is a W=1 build):
# 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/commit/?id=72f2bf74b31aae983fb200aa7e84a05943bf27fc
git remote add driver-core 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
git fetch --no-tags driver-core debugfs_remove_return_value
git checkout 72f2bf74b31aae983fb200aa7e84a05943bf27fc
# save the attached .config to linux build tree
make W=1 ARCH=x86_64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot 

All errors (new ones prefixed by >>):

   drivers/net/wireless/broadcom/b43/debugfs.c: In function 
'b43_add_dynamic_debug':
>> drivers/net/wireless/broadcom/b43/debugfs.c:661:28: error: void value not 
>> ignored as it ought to be
 661 |  e->dyn_debug_dentries[id] =\
 |^
   drivers/net/wireless/broadcom/b43/debugfs.c:666:2: note: in expansion of 
macro 'add_dyn_dbg'
 666 |  add_dyn_dbg("debug_xmitpower", B43_DBG_XMITPOWER, false);
 |  ^~~
>> drivers/net/wireless/broadcom/b43/debugfs.c:661:28: error: void value not 
>> ignored as it ought to be
 661 |  e->dyn_debug_dentries[id] =\
 |^
   drivers/net/wireless/broadcom/b43/debugfs.c:667:2: note: in expansion of 
macro 'add_dyn_dbg'
 667 |  add_dyn_dbg("debug_dmaoverflow", B43_DBG_DMAOVERFLOW, false);
 |  ^~~
>> drivers/net/wireless/broadcom/b43/debugfs.c:661:28: error: void value not 
>> ignored as it ought to be
 661 |  e->dyn_debug_dentries[id] =\
 |^
   drivers/net/wireless/broadcom/b43/debugfs.c:668:2: note: in expansion of 
macro 'add_dyn_dbg'
 668 |  add_dyn_dbg("debug_dmaverbose", B43_DBG_DMAVERBOSE, false);
 |  ^~~
>> drivers/net/wireless/broadcom/b43/debugfs.c:661:28: error: void value not 
>> ignored as it ought to be
 661 |  e->dyn_debug_dentries[id] =\
 |^
   drivers/net/wireless/broadcom/b43/debugfs.c:669:2: note: in expansion of 
macro 'add_dyn_dbg'
 669 |  add_dyn_dbg("debug_pwork_fast", B43_DBG_PWORK_FAST, false);
 |  ^~~
>> drivers/net/wireless/broadcom/b43/debugfs.c:661:28: error: void value not 
>> ignored as it ought to be
 661 |  e->dyn_debug_dentries[id] =\
 |^
   drivers/net/wireless/broadcom/b43/debugfs.c:670:2: note: in expansion of 
macro 'add_dyn_dbg'
 670 |  add_dyn_dbg("debug_pwork_stop", B43_DBG_PWORK_STOP, false);
 |  ^~~
>> drivers/net/wireless/broadcom/b43/debugfs.c:661:28: error: void value not 
>> ignored as it ought to be
 661 |  e->dyn_debug_dentries[id] =\
 |^
   drivers/net/wireless/broadcom/b43/debugfs.c:671:2: note: in expansion of 
macro 'add_dyn_dbg'
 671 |  add_dyn_dbg("debug_lo", B43_DBG_LO, false);
 |  ^~~
>> drivers/net/wireless/broadcom/b43/debugfs.c:661:28: error: void value not 
>> ignored as it ought to be
 661 |  e->dyn_debug_dentries[id] =\
 |^
   drivers/net/wireless/broadcom/b43/debugfs.c:672:2: note: in expansion of 
macro 'add_dyn_dbg'
 672 |  add_dyn_dbg("debug_firmware", B43_DBG_FIRMWARE, false);
 |  ^~~
>> drivers/net/wireless/broadcom/b43/debugfs.c:661:28: error: void value not 
>> ignored as it ought to be
 661 |  e->dyn_debug_dentries[id] =\
 |^
   drivers/net/wireless/broadcom/b43/debugfs.c:673:2: note: in expansion of 
macro 'add_dyn_dbg'
 673 |  add_dyn_dbg("debug_keys", B43_DBG_KEYS, false);
 |  ^~~
>> drivers/net/wireless/broadcom/b43/debugfs.c:661:28: error: void value not 
>> ignored as it ought to be
 661 |  e->dyn_debug_dentries[id] =\
 |^
   drivers/net/wireless/broadcom/b43/debugfs.c:674:2: note: in expansion of 
macro 'add_dyn_dbg'
 674 |  add_dyn_dbg("debug_verbose_stats", B43_DBG_VERBOSESTATS, false);
 |  ^~~


vim +661 drivers/net/wireless/broadcom/b43/debugfs.c

e4d6b7951812d9 drivers/net/wireless/b43/debugfs.c  Michael Buesch 
2007-09-18 

[staging:staging-testing] BUILD SUCCESS 5fdd46f1d75e5d6f740faf26aa798fbd08a79029

2021-02-19 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: 5fdd46f1d75e5d6f740faf26aa798fbd08a79029  staging: wimax/i2400m: 
don't change the endianness of one byte variable

elapsed time: 727m

configs tested: 137
configs skipped: 4

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
powerpc  cm5200_defconfig
mips   rbtx49xx_defconfig
powerpc stx_gp3_defconfig
sh   se7780_defconfig
armmvebu_v5_defconfig
powerpc sequoia_defconfig
ia64 alldefconfig
sh espt_defconfig
arm  pcm027_defconfig
mips  pistachio_defconfig
arm  colibri_pxa270_defconfig
shmigor_defconfig
arm  pxa910_defconfig
arcvdk_hs38_smp_defconfig
powerpc  storcenter_defconfig
mips   bmips_be_defconfig
armu300_defconfig
powerpc  iss476-smp_defconfig
armspear3xx_defconfig
powerpc   motionpro_defconfig
arm pxa_defconfig
sh  polaris_defconfig
arm at91_dt_defconfig
shedosk7760_defconfig
powerpc mpc834x_mds_defconfig
arm bcm2835_defconfig
arm s5pv210_defconfig
powerpc canyonlands_defconfig
sh sh7710voipgw_defconfig
powerpc  ppc44x_defconfig
riscvnommu_k210_defconfig
x86_64   alldefconfig
armmini2440_defconfig
riscv   defconfig
sh   se7721_defconfig
mips rt305x_defconfig
arm   omap2plus_defconfig
powerpcamigaone_defconfig
sparc64  alldefconfig
mips  rb532_defconfig
mips   jazz_defconfig
powerpc mpc832x_mds_defconfig
powerpc sbc8548_defconfig
arm hackkit_defconfig
powerpcadder875_defconfig
sh   se7724_defconfig
arm   stm32_defconfig
arm  imote2_defconfig
s390   zfcpdump_defconfig
sh  rsk7264_defconfig
powerpc mpc8540_ads_defconfig
mips  rm200_defconfig
xtensa virt_defconfig
arm   corgi_defconfig
m68kmvme16x_defconfig
sh   sh7770_generic_defconfig
armhisi_defconfig
ia64zx1_defconfig
powerpc  mpc866_ads_defconfig
armqcom_defconfig
sh   j2_defconfig
powerpcmpc7448_hpc2_defconfig
xtensa  nommu_kc705_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
c6x  allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyes

[driver-core:driver-core-testing] BUILD SUCCESS 3e4c982f1ce75faf5314477b8da296d2d00919df

2021-02-19 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
driver-core-testing
branch HEAD: 3e4c982f1ce75faf5314477b8da296d2d00919df  Revert "driver core: Set 
fw_devlink=on by default"

elapsed time: 724m

configs tested: 133
configs skipped: 3

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
powerpc64   defconfig
mips  pic32mzda_defconfig
mips loongson1c_defconfig
powerpc pseries_defconfig
arm  tct_hammer_defconfig
armmvebu_v5_defconfig
powerpcfsp2_defconfig
arm ezx_defconfig
sh  landisk_defconfig
powerpc tqm5200_defconfig
xtensa   common_defconfig
h8300   defconfig
sh   se7619_defconfig
powerpc mpc834x_mds_defconfig
sh kfr2r09-romimage_defconfig
mipsqi_lb60_defconfig
powerpc   holly_defconfig
arm  simpad_defconfig
arc nsimosci_hs_defconfig
sh   se7206_defconfig
arm   imx_v6_v7_defconfig
sh microdev_defconfig
powerpc rainier_defconfig
arcnsim_700_defconfig
sh   rts7751r2dplus_defconfig
armspear6xx_defconfig
pariscgeneric-32bit_defconfig
armhisi_defconfig
sparc64  alldefconfig
powerpc asp8347_defconfig
armrealview_defconfig
arm   h5000_defconfig
ia64 bigsur_defconfig
h8300   h8s-sim_defconfig
mips tb0219_defconfig
arm  badge4_defconfig
mips decstation_r4k_defconfig
arm  lpd270_defconfig
powerpc  tqm8xx_defconfig
sh sh03_defconfig
powerpc  arches_defconfig
arm  tango4_defconfig
ia64defconfig
powerpc  mpc866_ads_defconfig
arc defconfig
arm  gemini_defconfig
m68kmvme147_defconfig
mipsgpr_defconfig
powerpcamigaone_defconfig
sh  sdk7786_defconfig
shdreamcast_defconfig
arm   u8500_defconfig
arm assabet_defconfig
c6xevmc6472_defconfig
xtensa   alldefconfig
microblaze  defconfig
sh   se7705_defconfig
mips cu1830-neo_defconfig
armmulti_v7_defconfig
ia64 allmodconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
c6x  allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a005-20210219
i386 randconfig-a003-20210219
i386 randconfig-a002-20210219
i386 randconfig-a004-20210219
i386 

[driver-core:debugfs_remove_return_value] BUILD SUCCESS 636a3ba6ba05515c6a8627ab7d0009af118d0d51

2021-02-19 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
debugfs_remove_return_value
branch HEAD: 636a3ba6ba05515c6a8627ab7d0009af118d0d51  debugfs: remove return 
value of debugfs_create_bool()

elapsed time: 724m

configs tested: 123
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
powerpc64   defconfig
mips  pic32mzda_defconfig
mips loongson1c_defconfig
arm  tct_hammer_defconfig
armmvebu_v5_defconfig
powerpcfsp2_defconfig
arm ezx_defconfig
sh  landisk_defconfig
powerpc tqm5200_defconfig
xtensa   common_defconfig
h8300   defconfig
sh   se7619_defconfig
powerpc mpc834x_mds_defconfig
armspear6xx_defconfig
pariscgeneric-32bit_defconfig
armhisi_defconfig
sparc64  alldefconfig
powerpc asp8347_defconfig
armrealview_defconfig
arm   h5000_defconfig
ia64 bigsur_defconfig
h8300   h8s-sim_defconfig
mips tb0219_defconfig
arm  badge4_defconfig
mips decstation_r4k_defconfig
arm  lpd270_defconfig
powerpc  tqm8xx_defconfig
sh sh03_defconfig
powerpc  arches_defconfig
arm  tango4_defconfig
powerpc  mpc866_ads_defconfig
arc defconfig
arm  gemini_defconfig
m68kmvme147_defconfig
mipsgpr_defconfig
powerpcamigaone_defconfig
sh  sdk7786_defconfig
shdreamcast_defconfig
arm   u8500_defconfig
arm assabet_defconfig
c6xevmc6472_defconfig
xtensa   alldefconfig
microblaze  defconfig
sh   se7705_defconfig
mips cu1830-neo_defconfig
arm   imx_v6_v7_defconfig
powerpc pseries_defconfig
armmulti_v7_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
c6x  allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a005-20210219
i386 randconfig-a003-20210219
i386 randconfig-a002-20210219
i386 randconfig-a004-20210219
i386 randconfig-a001-20210219
i386 randconfig-a006-20210219
x86_64   randconfig-a012-20210219
x86_64   randconfig-a016-20210219
x86_64   randconfig-a013-20210219
x86_64   randconfig-a015-20210219
x86_64   randconfig-a011-20210219
x86_64   randconfig-a014-20210219
i386 randconfig-a016-20210219
i386 randconfig-a012-202

[staging:staging-testing] BUILD SUCCESS 425d1dc163eedbfd92f108736cfaad67676af1a5

2021-02-22 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: 425d1dc163eedbfd92f108736cfaad67676af1a5  staging: wimax: Fix 
block comment style issue in stack.c

elapsed time: 725m

configs tested: 108
configs skipped: 3

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
powerpc akebono_defconfig
x86_64   alldefconfig
mipsgpr_defconfig
s390defconfig
powerpc mpc836x_mds_defconfig
h8300 edosk2674_defconfig
mipsmalta_qemu_32r6_defconfig
m68k  multi_defconfig
alphaalldefconfig
powerpc  ppc64e_defconfig
arm   tegra_defconfig
powerpc ksi8560_defconfig
openriscor1ksim_defconfig
m68k   m5475evb_defconfig
powerpc  mgcoge_defconfig
m68k  sun3x_defconfig
armmulti_v5_defconfig
arm  simpad_defconfig
powerpc mpc837x_rdb_defconfig
shsh7763rdp_defconfig
sh   secureedge5410_defconfig
sparc   sparc64_defconfig
arm am200epdkit_defconfig
powerpc  bamboo_defconfig
powerpcmpc7448_hpc2_defconfig
mips tb0226_defconfig
arm   multi_v4t_defconfig
openrisc simple_smp_defconfig
powerpc   motionpro_defconfig
s390  debug_defconfig
armlart_defconfig
powerpc  g5_defconfig
shsh7785lcr_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
c6x  allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
x86_64   randconfig-a001-20210222
x86_64   randconfig-a002-20210222
x86_64   randconfig-a003-20210222
x86_64   randconfig-a005-20210222
x86_64   randconfig-a006-20210222
x86_64   randconfig-a004-20210222
i386 randconfig-a005-20210222
i386 randconfig-a006-20210222
i386 randconfig-a004-20210222
i386 randconfig-a003-20210222
i386 randconfig-a001-20210222
i386 randconfig-a002-20210222
i386 randconfig-a013-20210222
i386 randconfig-a012-20210222
i386 randconfig-a011-20210222
i386 randconfig-a014-20210222
i386 randconfig-a016-20210222
i386 randconfig-a015-20210222
riscvnommu_k210_defconfig
riscvallyesconfig
riscvnommu_virt_defconfig
riscv allnoconfig
riscv   defconfig
riscv  rv32_defconfig
riscvallmodconfig
x86_64   allyesconfig
x86_64rhel-7.6-kselftests
x86_64  defconfig
x86_64   rhel-8.3
x86_64  

[staging:staging-testing] BUILD SUCCESS 7e65b3022dab7d753cabbc88a124d0a9d6b140c1

2021-02-23 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: 7e65b3022dab7d753cabbc88a124d0a9d6b140c1  staging: wimax: Fix 
block comment style issue in stack.c

elapsed time: 725m

configs tested: 120
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
m68k  hp300_defconfig
arc haps_hs_defconfig
arm64alldefconfig
powerpc rainier_defconfig
arcvdk_hs38_smp_defconfig
arm  pxa255-idp_defconfig
arc  axs101_defconfig
arm s3c6400_defconfig
mips   jazz_defconfig
armpleb_defconfig
xtensa   alldefconfig
arm  moxart_defconfig
sh  r7785rp_defconfig
mips   xway_defconfig
mipsqi_lb60_defconfig
arm  pxa910_defconfig
arc  axs103_defconfig
powerpcklondike_defconfig
m68k  amiga_defconfig
arcnsim_700_defconfig
arc  alldefconfig
powerpc mpc8540_ads_defconfig
mips  malta_defconfig
sh  rsk7203_defconfig
powerpcamigaone_defconfig
mips  fuloong2e_defconfig
armspear6xx_defconfig
mipsvocore2_defconfig
s390  debug_defconfig
powerpc  pcm030_defconfig
powerpc mpc8560_ads_defconfig
h8300alldefconfig
armmulti_v7_defconfig
xtensageneric_kc705_defconfig
arm lpc18xx_defconfig
arc  axs103_smp_defconfig
x86_64   alldefconfig
ia64  gensparse_defconfig
armoxnas_v6_defconfig
powerpcge_imp3a_defconfig
powerpc  walnut_defconfig
mips   ip32_defconfig
microblaze  mmu_defconfig
shedosk7705_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
c6x  allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
arc defconfig
sh   allmodconfig
h8300allyesconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
sparcallyesconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a005-20210223
i386 randconfig-a006-20210223
i386 randconfig-a004-20210223
i386 randconfig-a003-20210223
i386 randconfig-a001-20210223
i386 randconfig-a002-20210223
x86_64   randconfig-a015-20210223
x86_64   randconfig-a011-20210223
x86_64   randconfig-a012-20210223
x86_64   randconfig-a016-20210223
x86_64   randconfig-a014-20210223
x86_64   randconfig-a013-20210223
i386 randconfig-a013-20210223
i386 randconfig-a012-20210223
i386 randconfig-a011-20210223
i386 randconfig-a014-20210223
i386 randconfig-a016-20210223
i386

[staging:staging-testing] BUILD SUCCESS 281ad9728617c00ad5f76d8307ff7210e0413027

2021-02-24 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: 281ad9728617c00ad5f76d8307ff7210e0413027  staging: wimax: fix code 
style issues

elapsed time: 725m

configs tested: 120
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
mips allyesconfig
arm   milbeaut_m10v_defconfig
armvexpress_defconfig
sh   sh2007_defconfig
powerpc kmeter1_defconfig
arm  collie_defconfig
powerpc  chrp32_defconfig
arm   sama5_defconfig
powerpc  pasemi_defconfig
sh   se7751_defconfig
mips   xway_defconfig
csky alldefconfig
powerpc   currituck_defconfig
mips tb0226_defconfig
sh   se7750_defconfig
i386 alldefconfig
sh kfr2r09-romimage_defconfig
m68kmvme16x_defconfig
shedosk7705_defconfig
arm64alldefconfig
mipsmaltaup_xpa_defconfig
armhisi_defconfig
sh   se7619_defconfig
mipsworkpad_defconfig
sh   se7712_defconfig
arm   netwinder_defconfig
powerpc  makalu_defconfig
mipsvocore2_defconfig
powerpc mpc836x_rdk_defconfig
sh  r7780mp_defconfig
powerpc ep8248e_defconfig
shtitan_defconfig
arm  footbridge_defconfig
powerpc sequoia_defconfig
armmulti_v5_defconfig
mips  ath79_defconfig
mips  maltaaprp_defconfig
xtensageneric_kc705_defconfig
powerpc   lite5200b_defconfig
powerpc pseries_defconfig
mips   rs90_defconfig
mips mpc30x_defconfig
openriscor1ksim_defconfig
powerpc mpc5200_defconfig
arm at91_dt_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
c6x  allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a005-20210223
i386 randconfig-a006-20210223
i386 randconfig-a004-20210223
i386 randconfig-a003-20210223
i386 randconfig-a001-20210223
i386 randconfig-a002-20210223
x86_64   randconfig-a015-20210223
x86_64   randconfig-a011-20210223
x86_64   randconfig-a012-20210223
x86_64   randconfig-a016-20210223
x86_64   randconfig-a014-20210223
x86_64   randconfig-a013-20210223
i386 randconfig-a013-20210223
i386 randconfig-a012-20210223
i386 randconfig-a011-20210223
i386 randconfig-a014-20210223
i386 randconfig-a016-20210223
i386 randco

[driver-core:debugfs_remove_return_value] BUILD SUCCESS 69a38ab85705e888ec86d0731cb46fd39c41dcfe

2021-02-25 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
debugfs_remove_return_value
branch HEAD: 69a38ab85705e888ec86d0731cb46fd39c41dcfe  debugfs: remove return 
value of debugfs_create_bool()

elapsed time: 725m

configs tested: 107
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
powerpc tqm8541_defconfig
arm  gemini_defconfig
powerpc xes_mpc85xx_defconfig
m68kq40_defconfig
armmmp2_defconfig
m68k   m5275evb_defconfig
powerpc  pcm030_defconfig
arm  iop32x_defconfig
mipsbcm47xx_defconfig
powerpc mpc837x_mds_defconfig
microblaze  mmu_defconfig
powerpc stx_gp3_defconfig
powerpc mpc836x_rdk_defconfig
powerpcge_imp3a_defconfig
mips   ip27_defconfig
mipsomega2p_defconfig
arcnsim_700_defconfig
s390 allmodconfig
riscvallyesconfig
arcvdk_hs38_smp_defconfig
powerpc canyonlands_defconfig
sh sh7710voipgw_defconfig
powerpc mpc836x_mds_defconfig
arm lpc18xx_defconfig
mips tb0219_defconfig
powerpc ep8248e_defconfig
arm   milbeaut_m10v_defconfig
riscv allnoconfig
sh  rts7751r2d1_defconfig
mips   gcw0_defconfig
arm vf610m4_defconfig
arm ezx_defconfig
armoxnas_v6_defconfig
mips  maltaaprp_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
parisc   allyesconfig
s390defconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
c6x  allyesconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a005-20210225
i386 randconfig-a006-20210225
i386 randconfig-a004-20210225
i386 randconfig-a001-20210225
i386 randconfig-a003-20210225
i386 randconfig-a002-20210225
x86_64   randconfig-a015-20210225
x86_64   randconfig-a011-20210225
x86_64   randconfig-a012-20210225
x86_64   randconfig-a016-20210225
x86_64   randconfig-a013-20210225
x86_64   randconfig-a014-20210225
i386 randconfig-a013-20210225
i386 randconfig-a012-20210225
i386 randconfig-a011-20210225
i386 randconfig-a014-20210225
i386 randconfig-a016-20210225
i386 randconfig-a015-20210225
riscvnommu_k210_defconfig
riscvnommu_virt_defconfig
riscv   defconfig
riscv  rv32_defconfig
riscvallmodconfig
x86_64   allyesconfig
x86_64rhel-7.6-kselftests
x86_64  defconfig
x86_64   rhel-8.3
x86_64  rhel-8.3-kbu

[staging:staging-testing] BUILD SUCCESS 09f800c562683848511c8a7750d73d50cfd506ef

2021-02-25 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: 09f800c562683848511c8a7750d73d50cfd506ef  staging: 
clocking-wizard: Remove the hardcoding of the clock outputs

elapsed time: 725m

configs tested: 117
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
powerpc tqm8541_defconfig
arm  gemini_defconfig
powerpc xes_mpc85xx_defconfig
m68kq40_defconfig
armmmp2_defconfig
m68k   m5275evb_defconfig
nios2   defconfig
riscvnommu_k210_defconfig
m68k  amiga_defconfig
arm  ep93xx_defconfig
sh   se7619_defconfig
powerpc mpc836x_mds_defconfig
powerpc  pcm030_defconfig
arm  iop32x_defconfig
mipsbcm47xx_defconfig
powerpc mpc837x_mds_defconfig
microblaze  mmu_defconfig
powerpc stx_gp3_defconfig
powerpc mpc836x_rdk_defconfig
powerpcge_imp3a_defconfig
mips   ip27_defconfig
mipsomega2p_defconfig
arcnsim_700_defconfig
s390 allmodconfig
riscvallyesconfig
arcvdk_hs38_smp_defconfig
powerpc canyonlands_defconfig
sh sh7710voipgw_defconfig
arm lpc18xx_defconfig
mips tb0219_defconfig
powerpc ep8248e_defconfig
arm   milbeaut_m10v_defconfig
riscv allnoconfig
armzeus_defconfig
powerpc  ep88xc_defconfig
mips  rm200_defconfig
sh  rts7751r2d1_defconfig
mips   gcw0_defconfig
arm vf610m4_defconfig
arm ezx_defconfig
armoxnas_v6_defconfig
mips  maltaaprp_defconfig
powerpc mpc832x_mds_defconfig
arm   cns3420vb_defconfig
sh   secureedge5410_defconfig
riscvnommu_virt_defconfig
arm  simpad_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
arc  allyesconfig
nds32 allnoconfig
c6x  allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a005-20210225
i386 randconfig-a006-20210225
i386 randconfig-a004-20210225
i386 randconfig-a001-20210225
i386 randconfig-a003-20210225
i386 randconfig-a002-20210225
x86_64   randconfig-a015-20210225
x86_64   randconfig-a011-20210225
x86_64   randconfig-a012-20210225
x86_64   randconfig-a016-20210225
x86_64   randconfig-a013-20210225
x86_64   randconfig-a014-20210225
i386 randconfig-a013-20210225
i386 randconfig-a012-20210225
i386 randconfig-a011-20210225
i386 randconfig-a014-20210

[staging:staging-testing] BUILD SUCCESS 4866d49608322127f73c50802b398ee5433ef776

2021-02-26 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: 4866d49608322127f73c50802b398ee5433ef776  staging: 
clocking-wizard: Remove the hardcoding of the clock outputs

elapsed time: 726m

configs tested: 88
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
armclps711x_defconfig
arm socfpga_defconfig
mips  bmips_stb_defconfig
m68k amcore_defconfig
powerpc  ppc64e_defconfig
powerpc  iss476-smp_defconfig
m68k  hp300_defconfig
openrisc alldefconfig
arm  pxa255-idp_defconfig
sh shx3_defconfig
armmulti_v7_defconfig
powerpc64   defconfig
shsh7763rdp_defconfig
powerpc wii_defconfig
openrisc simple_smp_defconfig
arm   sunxi_defconfig
sh  rts7751r2d1_defconfig
arm axm55xx_defconfig
powerpc   bluestone_defconfig
powerpc  ppc6xx_defconfig
armmulti_v5_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
c6x  allyesconfig
nios2allyesconfig
nds32   defconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
x86_64   randconfig-a001-20210226
x86_64   randconfig-a002-20210226
x86_64   randconfig-a003-20210226
x86_64   randconfig-a005-20210226
x86_64   randconfig-a004-20210226
x86_64   randconfig-a006-20210226
i386 randconfig-a005-20210226
i386 randconfig-a006-20210226
i386 randconfig-a004-20210226
i386 randconfig-a001-20210226
i386 randconfig-a003-20210226
i386 randconfig-a002-20210226
riscvnommu_k210_defconfig
riscvallyesconfig
riscvnommu_virt_defconfig
riscv allnoconfig
riscv   defconfig
riscv  rv32_defconfig
riscvallmodconfig
x86_64   allyesconfig
x86_64rhel-7.6-kselftests
x86_64  defconfig
x86_64   rhel-8.3
x86_64  rhel-8.3-kbuiltin
x86_64  kexec

clang tested configs:
x86_64   randconfig-a015-20210226
x86_64   randconfig-a016-20210226
x86_64   randconfig-a014-20210226

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[staging:staging-testing] BUILD SUCCESS 051ad0e686630b642100e58904f79f49d61d1980

2021-02-27 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: 051ad0e686630b642100e58904f79f49d61d1980  staging: 
clocking-wizard: Remove the hardcoding of the clock outputs

elapsed time: 725m

configs tested: 97
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
sh  polaris_defconfig
arm   corgi_defconfig
sh  sdk7786_defconfig
arm am200epdkit_defconfig
arm ezx_defconfig
umkunit_defconfig
nds32   defconfig
openrisc  or1klitex_defconfig
arm   versatile_defconfig
mips   ip22_defconfig
arm  imote2_defconfig
parisc   alldefconfig
mips loongson1b_defconfig
arm assabet_defconfig
mips   ci20_defconfig
armmulti_v7_defconfig
powerpc  chrp32_defconfig
powerpc  acadia_defconfig
h8300h8300h-sim_defconfig
arm   imx_v4_v5_defconfig
xtensa  iss_defconfig
arm   viper_defconfig
m68k allyesconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
parisc   allyesconfig
s390defconfig
s390 allmodconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
c6x  allyesconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a005-20210227
i386 randconfig-a006-20210227
i386 randconfig-a004-20210227
i386 randconfig-a001-20210227
i386 randconfig-a003-20210227
i386 randconfig-a002-20210227
x86_64   randconfig-a015-20210227
x86_64   randconfig-a011-20210227
x86_64   randconfig-a012-20210227
x86_64   randconfig-a016-20210227
x86_64   randconfig-a013-20210227
x86_64   randconfig-a014-20210227
i386 randconfig-a013-20210227
i386 randconfig-a012-20210227
i386 randconfig-a011-20210227
i386 randconfig-a014-20210227
i386 randconfig-a016-20210227
i386 randconfig-a015-20210227
riscvnommu_k210_defconfig
riscvallyesconfig
riscvnommu_virt_defconfig
riscv allnoconfig
riscv   defconfig
riscv  rv32_defconfig
riscvallmodconfig
x86_64   allyesconfig
x86_64rhel-7.6-kselftests
x86_64  defconfig
x86_64   rhel-8.3
x86_64  rhel-8.3-kbuiltin
x86_64  kexec

clang tested configs:
x86_64   randconfig-a001-20210227
x86_64   randconfig-a002-20210227
x86_64   randconfig-a003-20210227
x86_64   randconfig-a005-20210227
x86_64   randconfig-a004-20210227
x86_64   randconfig-a006-20210227

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.or

[driver-core:debugfs_remove_return_value] BUILD SUCCESS c7edeca1bc4ae27d8cf08cd6bd781348acbdce5d

2021-02-27 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
debugfs_remove_return_value
branch HEAD: c7edeca1bc4ae27d8cf08cd6bd781348acbdce5d  x86/tools/relocs: add 
__printf attribute to die()

elapsed time: 720m

configs tested: 104
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
sh  rsk7269_defconfig
xtensaxip_kc705_defconfig
mipsar7_defconfig
sh   j2_defconfig
m68kmvme147_defconfig
powerpc kilauea_defconfig
mipsworkpad_defconfig
alphaalldefconfig
arc haps_hs_smp_defconfig
arm at91_dt_defconfig
armoxnas_v6_defconfig
sh  lboxre2_defconfig
sh   se7705_defconfig
mips  malta_kvm_defconfig
s390 allmodconfig
arm mv78xx0_defconfig
shhp6xx_defconfig
openrisc  or1klitex_defconfig
armqcom_defconfig
arm   sama5_defconfig
powerpc mpc8272_ads_defconfig
powerpc  pmac32_defconfig
mipsvocore2_defconfig
ia64 allmodconfig
m68km5272c3_defconfig
arm socfpga_defconfig
arc  axs103_smp_defconfig
arm s5pv210_defconfig
armmagician_defconfig
microblaze  mmu_defconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
c6x  allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
x86_64   randconfig-a002-20210228
x86_64   randconfig-a001-20210228
x86_64   randconfig-a003-20210228
x86_64   randconfig-a005-20210228
x86_64   randconfig-a006-20210228
x86_64   randconfig-a004-20210228
i386 randconfig-a006-20210228
i386 randconfig-a005-20210228
i386 randconfig-a004-20210228
i386 randconfig-a003-20210228
i386 randconfig-a001-20210228
i386 randconfig-a002-20210228
i386 randconfig-a013-20210228
i386 randconfig-a012-20210228
i386 randconfig-a014-20210228
i386 randconfig-a011-20210228
i386 randconfig-a015-20210228
i386 randconfig-a016-20210228
riscvnommu_k210_defconfig
riscvallyesconfig
riscvnommu_virt_defconfig
riscv allnoconfig
riscv   defconfig
riscv  rv32_defconfig
riscvallmodconfig
x86_64   allyesconfig
x86_64rhel-7.6-kselftests
x86_64  defconfig
x86_64   rhel-8.3
x86_64  rhel-8.3-kbuiltin
x86_64  kexec

clang tested configs:
x86_64   randconfig-a015-20210228
x86_64   

[driver-core:debugfs_remove_return_value] BUILD SUCCESS b53e86bd9e06252f937108e7a5f5dfa3a5fa0626

2021-02-28 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
debugfs_remove_return_value
branch HEAD: b53e86bd9e06252f937108e7a5f5dfa3a5fa0626  x86/tools/relocs: add 
__printf attribute to die()

elapsed time: 720m

configs tested: 96
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
arm   omap2plus_defconfig
powerpc  walnut_defconfig
mipsbcm47xx_defconfig
powerpc  ppc44x_defconfig
powerpc akebono_defconfig
arm  colibri_pxa300_defconfig
arm   mainstone_defconfig
arm   aspeed_g5_defconfig
sh  sdk7786_defconfig
arm  integrator_defconfig
m68k apollo_defconfig
armlart_defconfig
powerpcwarp_defconfig
armtrizeps4_defconfig
powerpc redwood_defconfig
powerpcadder875_defconfig
m68km5307c3_defconfig
powerpc  storcenter_defconfig
sh  ul2_defconfig
xtensa  nommu_kc705_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
c6x  allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a006-20210228
i386 randconfig-a005-20210228
i386 randconfig-a004-20210228
i386 randconfig-a003-20210228
i386 randconfig-a001-20210228
i386 randconfig-a002-20210228
i386 randconfig-a013-20210228
i386 randconfig-a012-20210228
i386 randconfig-a014-20210228
i386 randconfig-a011-20210228
i386 randconfig-a015-20210228
i386 randconfig-a016-20210228
x86_64   randconfig-a002-20210228
x86_64   randconfig-a001-20210228
x86_64   randconfig-a003-20210228
x86_64   randconfig-a005-20210228
x86_64   randconfig-a006-20210228
x86_64   randconfig-a004-20210228
riscvnommu_k210_defconfig
riscvallyesconfig
riscvnommu_virt_defconfig
riscv allnoconfig
riscv   defconfig
riscv  rv32_defconfig
riscvallmodconfig
x86_64   allyesconfig
x86_64rhel-7.6-kselftests
x86_64  defconfig
x86_64   rhel-8.3
x86_64  rhel-8.3-kbuiltin
x86_64  kexec

clang tested configs:
x86_64   randconfig-a015-20210228
x86_64   randconfig-a011-20210228
x86_64   randconfig-a012-20210228
x86_64   randconfig-a016-20210228
x86_64   randconfig-a014-20210228
x86_64   randconfig-a013-20210228

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org
__

[staging:staging-testing] BUILD SUCCESS 7ffc23f46e5d8f4360ebb40d982162b0028b0b81

2021-02-28 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: 7ffc23f46e5d8f4360ebb40d982162b0028b0b81  staging: 
clocking-wizard: Remove the hardcoding of the clock outputs

elapsed time: 725m

configs tested: 93
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
powerpcmvme5100_defconfig
armpleb_defconfig
mips   ip22_defconfig
arcnsimosci_defconfig
sh  rsk7201_defconfig
xtensageneric_kc705_defconfig
h8300h8300h-sim_defconfig
m68kstmark2_defconfig
mips rt305x_defconfig
sh  urquell_defconfig
arm vf610m4_defconfig
s390   zfcpdump_defconfig
nios2 3c120_defconfig
powerpcadder875_defconfig
sh   j2_defconfig
sparc64  alldefconfig
arm mv78xx0_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
c6x  allyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a006-20210228
i386 randconfig-a005-20210228
i386 randconfig-a004-20210228
i386 randconfig-a003-20210228
i386 randconfig-a001-20210228
i386 randconfig-a002-20210228
x86_64   randconfig-a002-20210228
x86_64   randconfig-a001-20210228
x86_64   randconfig-a003-20210228
x86_64   randconfig-a005-20210228
x86_64   randconfig-a006-20210228
x86_64   randconfig-a004-20210228
i386 randconfig-a013-20210228
i386 randconfig-a012-20210228
i386 randconfig-a014-20210228
i386 randconfig-a011-20210228
i386 randconfig-a015-20210228
i386 randconfig-a016-20210228
riscvnommu_k210_defconfig
riscvallyesconfig
riscvnommu_virt_defconfig
riscv allnoconfig
riscv   defconfig
riscv  rv32_defconfig
riscvallmodconfig
x86_64   allyesconfig
x86_64rhel-7.6-kselftests
x86_64  defconfig
x86_64   rhel-8.3
x86_64  rhel-8.3-kbuiltin
x86_64  kexec

clang tested configs:
x86_64   randconfig-a015-20210228
x86_64   randconfig-a011-20210228
x86_64   randconfig-a012-20210228
x86_64   randconfig-a016-20210228
x86_64   randconfig-a014-20210228
x86_64   randconfig-a013-20210228

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[driver-core:debugfs_remove_return_value] BUILD SUCCESS 996b090d746db78df6947e224a2f594f0f80dc4c

2021-03-01 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
debugfs_remove_return_value
branch HEAD: 996b090d746db78df6947e224a2f594f0f80dc4c  x86/tools/relocs: add 
__printf attribute to die()

elapsed time: 727m

configs tested: 122
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm  allyesconfig
arm  allmodconfig
arm64allyesconfig
arm64   defconfig
arm hackkit_defconfig
powerpc  ep88xc_defconfig
m68k   m5475evb_defconfig
mips  malta_defconfig
riscvnommu_virt_defconfig
h8300   defconfig
sh   se7724_defconfig
mips   xway_defconfig
armrealview_defconfig
mipsvocore2_defconfig
arm shannon_defconfig
sh  polaris_defconfig
arc  allyesconfig
powerpc  arches_defconfig
ia64zx1_defconfig
sh   se7619_defconfig
s390   zfcpdump_defconfig
xtensaxip_kc705_defconfig
powerpc  katmai_defconfig
sparc   sparc32_defconfig
powerpc   maple_defconfig
sh   alldefconfig
sh  kfr2r09_defconfig
powerpc   mpc834x_itxgp_defconfig
sh  landisk_defconfig
arm   stm32_defconfig
ia64 allyesconfig
powerpc stx_gp3_defconfig
riscvalldefconfig
arm   spitz_defconfig
powerpcwarp_defconfig
xtensa   common_defconfig
armneponset_defconfig
sh magicpanelr2_defconfig
armzeus_defconfig
mips cu1830-neo_defconfig
sh  rsk7269_defconfig
mips mpc30x_defconfig
arm   versatile_defconfig
nios2alldefconfig
powerpc   ebony_defconfig
powerpc mpc8313_rdb_defconfig
powerpc mpc834x_mds_defconfig
i386 alldefconfig
sh   secureedge5410_defconfig
mipsqi_lb60_defconfig
powerpc   eiger_defconfig
sh  rsk7201_defconfig
powerpc  iss476-smp_defconfig
ia64 allmodconfig
ia64defconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
nds32 allnoconfig
c6x  allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a005-20210301
i386 randconfig-a003-20210301
i386 randconfig-a002-20210301
i386 randconfig-a004-20210301
i386 randconfig-a006-20210301
i386 randconfig-a001-20210301
x86_64   randconfig-a013-20210301
x86_64   randconfig-a016-20210301
x86_64   randconfig-a015-20210301
x86_64   randconfig-a014-20210301
x86_64   randconfig-a012-20210301
x86_64   randconfig-a011-20210301
i386 randconfig-a012-20210301
i386 randconfig-a014-2021030

[staging:staging-next] BUILD SUCCESS b0ff7ee301a6ed3220056d99a3b343f534edd788

2021-03-01 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-next
branch HEAD: b0ff7ee301a6ed3220056d99a3b343f534edd788  staging: 
clocking-wizard: Remove the hardcoding of the clock outputs

elapsed time: 728m

configs tested: 126
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
arm  moxart_defconfig
m68kq40_defconfig
alpha   defconfig
ia64 alldefconfig
powerpc  makalu_defconfig
sh   se7724_defconfig
mips   xway_defconfig
armrealview_defconfig
mipsvocore2_defconfig
arm shannon_defconfig
sh  polaris_defconfig
arc  allyesconfig
powerpc  arches_defconfig
ia64zx1_defconfig
sh   se7619_defconfig
powerpc mpc832x_rdb_defconfig
powerpc  walnut_defconfig
m68kmvme16x_defconfig
armvexpress_defconfig
s390   zfcpdump_defconfig
xtensaxip_kc705_defconfig
powerpc  katmai_defconfig
sparc   sparc32_defconfig
arm   sama5_defconfig
powerpc   maple_defconfig
sh   alldefconfig
sh  kfr2r09_defconfig
powerpc   mpc834x_itxgp_defconfig
x86_64   allyesconfig
m68k   m5475evb_defconfig
mips bigsur_defconfig
powerpc sequoia_defconfig
riscvalldefconfig
arm   spitz_defconfig
powerpcwarp_defconfig
xtensa   common_defconfig
armneponset_defconfig
sh magicpanelr2_defconfig
armzeus_defconfig
mips cu1830-neo_defconfig
sh  rsk7269_defconfig
mips mpc30x_defconfig
arm   versatile_defconfig
nios2alldefconfig
powerpc   ebony_defconfig
powerpc mpc8313_rdb_defconfig
riscvnommu_virt_defconfig
powerpc mpc834x_mds_defconfig
i386 alldefconfig
sh   secureedge5410_defconfig
mipsqi_lb60_defconfig
powerpc   eiger_defconfig
sh  rsk7201_defconfig
powerpc  iss476-smp_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
nios2   defconfig
nds32 allnoconfig
c6x  allyesconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a005-20210301
i386 randconfig-a003-20210301
i386 randconfig-a002-20210301
i386 randconfig-a004-20210301
i386 randconfig-a006-20210301
i386 randconfig-a001-20210301
x86_64   randconfig-a013-20210301
x86_64   randconfig-a016-20210301
x86_64   randconfig-a015-20210301

[staging:staging-linus] BUILD SUCCESS d1a5bd3f875c3a507470ecce1b77e40406e34302

2021-03-02 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-linus
branch HEAD: d1a5bd3f875c3a507470ecce1b77e40406e34302  staging: comedi: pcl726: 
Use 16-bit 0 for interrupt data

elapsed time: 731m

configs tested: 92
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
arm  ep93xx_defconfig
arm am200epdkit_defconfig
powerpcwarp_defconfig
m68kstmark2_defconfig
riscvnommu_k210_defconfig
m68k  amiga_defconfig
powerpc  acadia_defconfig
mips bigsur_defconfig
armoxnas_v6_defconfig
xtensa  nommu_kc705_defconfig
s390   zfcpdump_defconfig
sh  rts7751r2d1_defconfig
sparc   defconfig
c6x  alldefconfig
sh kfr2r09-romimage_defconfig
parisc  defconfig
arm   h3600_defconfig
armvexpress_defconfig
xtensa  iss_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
c6x  allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparcallyesconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a005-20210302
i386 randconfig-a003-20210302
i386 randconfig-a002-20210302
i386 randconfig-a004-20210302
i386 randconfig-a006-20210302
i386 randconfig-a001-20210302
i386 randconfig-a016-20210302
i386 randconfig-a012-20210302
i386 randconfig-a014-20210302
i386 randconfig-a013-20210302
i386 randconfig-a011-20210302
i386 randconfig-a015-20210302
x86_64   randconfig-a006-20210302
x86_64   randconfig-a001-20210302
x86_64   randconfig-a004-20210302
x86_64   randconfig-a002-20210302
x86_64   randconfig-a005-20210302
x86_64   randconfig-a003-20210302
riscvallyesconfig
riscvnommu_virt_defconfig
riscv allnoconfig
riscv   defconfig
riscv  rv32_defconfig
riscvallmodconfig
x86_64   allyesconfig
x86_64rhel-7.6-kselftests
x86_64  defconfig
x86_64   rhel-8.3
x86_64  rhel-8.3-kbuiltin
x86_64  kexec

clang tested configs:
x86_64   randconfig-a013-20210302
x86_64   randconfig-a016-20210302
x86_64   randconfig-a015-20210302
x86_64   randconfig-a014-20210302
x86_64   randconfig-a012-20210302
x86_64   randconfig-a011-20210302

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[staging:staging-testing] BUILD SUCCESS 4e1c5d4c35d8d5a5f861019f1392ebaa0abb490b

2021-03-02 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: 4e1c5d4c35d8d5a5f861019f1392ebaa0abb490b  staging: wimax/i2400m: 
convert __le32 type to host byte-order

elapsed time: 731m

configs tested: 90
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
arm  ep93xx_defconfig
arm am200epdkit_defconfig
powerpcwarp_defconfig
m68kstmark2_defconfig
mips bigsur_defconfig
armoxnas_v6_defconfig
xtensa  nommu_kc705_defconfig
s390   zfcpdump_defconfig
sh  rts7751r2d1_defconfig
sparc   defconfig
c6x  alldefconfig
sh kfr2r09-romimage_defconfig
parisc  defconfig
arm   h3600_defconfig
armvexpress_defconfig
xtensa  iss_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
c6x  allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparcallyesconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a005-20210302
i386 randconfig-a003-20210302
i386 randconfig-a002-20210302
i386 randconfig-a004-20210302
i386 randconfig-a006-20210302
i386 randconfig-a001-20210302
i386 randconfig-a016-20210302
i386 randconfig-a012-20210302
i386 randconfig-a014-20210302
i386 randconfig-a013-20210302
i386 randconfig-a011-20210302
i386 randconfig-a015-20210302
x86_64   randconfig-a006-20210302
x86_64   randconfig-a001-20210302
x86_64   randconfig-a004-20210302
x86_64   randconfig-a002-20210302
x86_64   randconfig-a005-20210302
x86_64   randconfig-a003-20210302
riscvnommu_k210_defconfig
riscvallyesconfig
riscvnommu_virt_defconfig
riscv allnoconfig
riscv   defconfig
riscv  rv32_defconfig
riscvallmodconfig
x86_64   allyesconfig
x86_64rhel-7.6-kselftests
x86_64  defconfig
x86_64   rhel-8.3
x86_64  rhel-8.3-kbuiltin
x86_64  kexec

clang tested configs:
x86_64   randconfig-a013-20210302
x86_64   randconfig-a016-20210302
x86_64   randconfig-a015-20210302
x86_64   randconfig-a014-20210302
x86_64   randconfig-a012-20210302
x86_64   randconfig-a011-20210302

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


Re: [PATCH] Staging: android: ashmem: fixed a struct without const

2021-03-06 Thread kernel test robot
Hi nabil5352,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on staging/staging-testing]

url:
https://github.com/0day-ci/linux/commits/nabil5352/Staging-android-ashmem-fixed-a-struct-without-const/20210307-103559
base:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
4e1c5d4c35d8d5a5f861019f1392ebaa0abb490b
config: x86_64-randconfig-m001-20210307 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
# 
https://github.com/0day-ci/linux/commit/4847faabe2fac6d0cf216c0d7ad02e0a263945b4
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review 
nabil5352/Staging-android-ashmem-fixed-a-struct-without-const/20210307-103559
git checkout 4847faabe2fac6d0cf216c0d7ad02e0a263945b4
# save the attached .config to linux build tree
make W=1 ARCH=x86_64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot 

All errors (new ones prefixed by >>):

   drivers/staging/android/ashmem.c: In function 'ashmem_mmap':
>> drivers/staging/android/ashmem.c:430:16: error: assignment of read-only 
>> variable 'vmfile_fops'
 430 |vmfile_fops = *vmfile->f_op;
 |^
>> drivers/staging/android/ashmem.c:431:21: error: assignment of member 'mmap' 
>> in read-only object
 431 |vmfile_fops.mmap = ashmem_vmfile_mmap;
 | ^
>> drivers/staging/android/ashmem.c:432:34: error: assignment of member 
>> 'get_unmapped_area' in read-only object
 432 |vmfile_fops.get_unmapped_area =
 |  ^


vim +/vmfile_fops +430 drivers/staging/android/ashmem.c

6d67b0290b4b84 Suren Baghdasaryan 2020-01-27  376  
11980c2ac4ccfa Robert Love2011-12-20  377  static int 
ashmem_mmap(struct file *file, struct vm_area_struct *vma)
11980c2ac4ccfa Robert Love2011-12-20  378  {
4847faabe2fac6 nabil5352  2021-03-06  379   static const struct 
file_operations vmfile_fops;
11980c2ac4ccfa Robert Love2011-12-20  380   struct ashmem_area 
*asma = file->private_data;
11980c2ac4ccfa Robert Love2011-12-20  381   int ret = 0;
11980c2ac4ccfa Robert Love2011-12-20  382  
11980c2ac4ccfa Robert Love2011-12-20  383   
mutex_lock(&ashmem_mutex);
11980c2ac4ccfa Robert Love2011-12-20  384  
11980c2ac4ccfa Robert Love2011-12-20  385   /* user needs to 
SET_SIZE before mapping */
59848d6aded59a Alistair Strachan  2018-06-19  386   if (!asma->size) {
11980c2ac4ccfa Robert Love2011-12-20  387   ret = -EINVAL;
11980c2ac4ccfa Robert Love2011-12-20  388   goto out;
11980c2ac4ccfa Robert Love2011-12-20  389   }
11980c2ac4ccfa Robert Love2011-12-20  390  
8632c614565d0c Alistair Strachan  2018-06-19  391   /* requested mapping 
size larger than object size */
8632c614565d0c Alistair Strachan  2018-06-19  392   if (vma->vm_end - 
vma->vm_start > PAGE_ALIGN(asma->size)) {
11980c2ac4ccfa Robert Love2011-12-20  393   ret = -EINVAL;
11980c2ac4ccfa Robert Love2011-12-20  394   goto out;
11980c2ac4ccfa Robert Love2011-12-20  395   }
11980c2ac4ccfa Robert Love2011-12-20  396  
11980c2ac4ccfa Robert Love2011-12-20  397   /* requested protection 
bits must match our allowed protection mask */
59848d6aded59a Alistair Strachan  2018-06-19  398   if ((vma->vm_flags & 
~calc_vm_prot_bits(asma->prot_mask, 0)) &
59848d6aded59a Alistair Strachan  2018-06-19  399   
calc_vm_prot_bits(PROT_MASK, 0)) {
11980c2ac4ccfa Robert Love2011-12-20  400   ret = -EPERM;
11980c2ac4ccfa Robert Love2011-12-20  401   goto out;
11980c2ac4ccfa Robert Love2011-12-20  402   }
56f76fc68492af Arve Hjønnevåg 2011-12-20  403   vma->vm_flags &= 
~calc_vm_may_flags(~asma->prot_mask);
11980c2ac4ccfa Robert Love2011-12-20  404  
11980c2ac4ccfa Robert Love2011-12-20  405   if (!asma->file) {
11980c2ac4ccfa Robert Love2011-12-20  406   char *name = 
ASHMEM_NAME_DEF;
11980c2ac4ccfa Robert Love2011-12-20  407   struct file 
*vmfile;
3e338d3c95c735 Suren Baghdasaryan 2020-07-30  408   struct inode 
*inode;
11980c2ac4ccfa Robert Love2011-12-20  409  
11980c2ac4ccfa Robert Love2011-12-20  410   if 
(asma->name[ASHMEM_NAME_PREFIX_LEN] != '\0')
11980c2ac4ccfa Robert Love2011-12-20  411   name = 
asma->name;
11980c2ac4ccfa Robert Love2011-12-20  412  
11980c2ac4ccfa Robert Love2011-12-20  413   /* ... and 
allocate the backing shm

[staging:staging-next] BUILD SUCCESS e44ad3f1815837c681988aeeb899dcfab5e033ca

2021-03-09 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-next
branch HEAD: e44ad3f1815837c681988aeeb899dcfab5e033ca  Merge v5.12-rc1 into 
staging-next

elapsed time: 724m

configs tested: 153
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
mipsworkpad_defconfig
sh   se7724_defconfig
mips bigsur_defconfig
mips  ath25_defconfig
m68k   sun3_defconfig
powerpc  mpc866_ads_defconfig
mips   gcw0_defconfig
armlart_defconfig
shedosk7705_defconfig
powerpc xes_mpc85xx_defconfig
sh   alldefconfig
powerpc64   defconfig
shedosk7760_defconfig
mipsjmr3927_defconfig
armhisi_defconfig
powerpc powernv_defconfig
m68k apollo_defconfig
arcvdk_hs38_smp_defconfig
sparc   sparc32_defconfig
mipsgpr_defconfig
arm  pxa3xx_defconfig
m68k alldefconfig
arm  moxart_defconfig
powerpc  storcenter_defconfig
arm ezx_defconfig
mips   lemote2f_defconfig
powerpc tqm8541_defconfig
powerpc pq2fads_defconfig
arm   stm32_defconfig
mips decstation_r4k_defconfig
powerpcamigaone_defconfig
powerpcmvme5100_defconfig
archsdk_defconfig
armmulti_v5_defconfig
sh  ul2_defconfig
ia64 allmodconfig
mips db1xxx_defconfig
ia64  tiger_defconfig
mipsqi_lb60_defconfig
arm  pxa255-idp_defconfig
riscv nommu_k210_sdcard_defconfig
xtensa  iss_defconfig
powerpc kmeter1_defconfig
sh   rts7751r2dplus_defconfig
arm mxs_defconfig
armcerfcube_defconfig
sh   se7343_defconfig
shsh7785lcr_defconfig
armqcom_defconfig
x86_64   allyesconfig
armrealview_defconfig
arm  colibri_pxa270_defconfig
arc nsimosci_hs_defconfig
arm nhk8815_defconfig
arc  axs101_defconfig
powerpcge_imp3a_defconfig
arm eseries_pxa_defconfig
mips   jazz_defconfig
ia64generic_defconfig
mips tb0226_defconfig
powerpc  pcm030_defconfig
um   x86_64_defconfig
mips   rbtx49xx_defconfig
arm  integrator_defconfig
mips cu1830-neo_defconfig
sh   se7722_defconfig
nios2 3c120_defconfig
powerpc linkstation_defconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips a

[driver-core:debugfs_remove_return_value] BUILD SUCCESS c40789b66abfa790aff5464bcb94f8fff1551fd3

2021-03-09 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
debugfs_remove_return_value
branch HEAD: c40789b66abfa790aff5464bcb94f8fff1551fd3  x86/tools/relocs: add 
__printf attribute to die()

elapsed time: 724m

configs tested: 174
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
mipsworkpad_defconfig
sh   se7724_defconfig
mips bigsur_defconfig
mips  ath25_defconfig
m68k   sun3_defconfig
powerpc  mpc866_ads_defconfig
mips   gcw0_defconfig
armlart_defconfig
shedosk7705_defconfig
m68k  hp300_defconfig
powerpcadder875_defconfig
powerpc mpc8313_rdb_defconfig
powerpc  ppc40x_defconfig
mips  pistachio_defconfig
powerpc mpc837x_rdb_defconfig
powerpc xes_mpc85xx_defconfig
sh   alldefconfig
powerpc64   defconfig
shedosk7760_defconfig
mipsjmr3927_defconfig
armhisi_defconfig
arm  pxa3xx_defconfig
m68k alldefconfig
arm  moxart_defconfig
powerpc  storcenter_defconfig
arm ezx_defconfig
mips   lemote2f_defconfig
arm mxs_defconfig
sh microdev_defconfig
mips   capcella_defconfig
armmvebu_v7_defconfig
xtensa  cadence_csp_defconfig
powerpc tqm8541_defconfig
powerpc pq2fads_defconfig
arm   stm32_defconfig
mips decstation_r4k_defconfig
mips rt305x_defconfig
powerpc powernv_defconfig
sh   se7751_defconfig
mipsmaltaup_defconfig
arm  pxa255-idp_defconfig
arm   multi_v4t_defconfig
powerpcamigaone_defconfig
powerpcmvme5100_defconfig
archsdk_defconfig
armmulti_v5_defconfig
sh  ul2_defconfig
ia64 allmodconfig
mips db1xxx_defconfig
ia64  tiger_defconfig
mipsqi_lb60_defconfig
riscv nommu_k210_sdcard_defconfig
xtensa  iss_defconfig
powerpc kmeter1_defconfig
sh   rts7751r2dplus_defconfig
i386defconfig
microblaze  defconfig
powerpc  ppc44x_defconfig
powerpc mpc836x_mds_defconfig
sh  lboxre2_defconfig
sh  rts7751r2d1_defconfig
powerpcge_imp3a_defconfig
arm hackkit_defconfig
mips loongson1b_defconfig
h8300alldefconfig
armcerfcube_defconfig
sh   se7343_defconfig
shsh7785lcr_defconfig
armqcom_defconfig
x86_64   allyesconfig
armrealview_defconfig
arm  colibri_pxa270_defconfig
arc nsimosci_hs_defconfig
arm nhk8815_defconfig
arc  axs101_defconfig
arm eseries_pxa_defconfig
mips   jazz_defconfig
ia64generic_defconfig
mips tb0226_defconfig
armxcep_defconfig
arc   tb10x_defconfig
arm  ep93xx_defconfig
powerpc stx_gp3_defconfig
arm  pxa910_defconfig
powerpcicon_defconfig
mips cu1830-neo_defconfig
sh   se7722_defconfig
nios2 3c120_defconfig
powerpc linkstation_defconfig
m68k  amiga_defconfig
alphaallyesconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfi

[staging:staging-testing] BUILD SUCCESS 94984f1c5bdd827d01d3f6a6c72f9fdd2d213fee

2021-03-09 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: 94984f1c5bdd827d01d3f6a6c72f9fdd2d213fee  staging: unisys: 
visornic: Fix repeated words in comments

elapsed time: 725m

configs tested: 134
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
mipsworkpad_defconfig
sh   se7724_defconfig
mips bigsur_defconfig
mips  ath25_defconfig
m68k   sun3_defconfig
arm  pxa3xx_defconfig
m68k alldefconfig
arm  moxart_defconfig
powerpc  storcenter_defconfig
arm ezx_defconfig
mips   lemote2f_defconfig
powerpc tqm8541_defconfig
powerpc pq2fads_defconfig
arm   stm32_defconfig
mips decstation_r4k_defconfig
m68km5307c3_defconfig
powerpc  arches_defconfig
sh   se7343_defconfig
arm  alldefconfig
arm socfpga_defconfig
arm  pcm027_defconfig
powerpc pseries_defconfig
arm s5pv210_defconfig
mipsmaltaup_xpa_defconfig
mipsvocore2_defconfig
armhisi_defconfig
riscv nommu_k210_sdcard_defconfig
xtensa  iss_defconfig
powerpc kmeter1_defconfig
sh   rts7751r2dplus_defconfig
mipsjmr3927_defconfig
arm   netwinder_defconfig
arm   viper_defconfig
sh  rts7751r2d1_defconfig
powerpcge_imp3a_defconfig
arm hackkit_defconfig
mips loongson1b_defconfig
h8300alldefconfig
armxcep_defconfig
arc   tb10x_defconfig
arm  ep93xx_defconfig
powerpc stx_gp3_defconfig
arm  pxa910_defconfig
powerpcicon_defconfig
sh   se7722_defconfig
m68k  amiga_defconfig
powerpcmvme5100_defconfig
alphaallyesconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a005-20210309
i386 randconfig-a003-20210309
i386 randconfig-a002-20210309
i386 randconfig-a006-20210309
i386 randconfig-a004-20210309
i386 randconfig-a001-20210309
x86_64   randconfig-a013-20210309
x86_64   randconfig-a016-20210309
x86_64   randconfig-a015-20210309
x86_64   randconfig-a014-20210309
x86_64   randconfig-a011-20210309
x86_64   randconfig-a012-20210309
x86_64   randconfig-a006-20210308
x86_64   randconfig-a001-20210308
x86_64   randconfig-a004-20210308
x86_64 

[staging:staging-linus] BUILD SUCCESS 102ac9067dcecbf6f521667dce2356809ba088e5

2021-03-09 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-linus
branch HEAD: 102ac9067dcecbf6f521667dce2356809ba088e5  Revert "staging: wfx: 
remove unused included header files"

elapsed time: 723m

configs tested: 123
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
sparcallyesconfig
mips db1xxx_defconfig
powerpc tqm8540_defconfig
powerpc  ppc44x_defconfig
powerpc pq2fads_defconfig
powerpc  obs600_defconfig
powerpc   holly_defconfig
powerpc kmeter1_defconfig
riscv  rv32_defconfig
arm mxs_defconfig
sh microdev_defconfig
mips   capcella_defconfig
armmvebu_v7_defconfig
xtensa  cadence_csp_defconfig
arm pxa_defconfig
powerpc tqm8541_defconfig
sh  polaris_defconfig
powerpc  ep88xc_defconfig
mips   rbtx49xx_defconfig
powerpc mpc512x_defconfig
arm hackkit_defconfig
sh   j2_defconfig
mipsomega2p_defconfig
arm   versatile_defconfig
shsh7757lcr_defconfig
sh  defconfig
powerpc mpc832x_rdb_defconfig
arm   cns3420vb_defconfig
m68k   m5275evb_defconfig
h8300   defconfig
mipsbcm63xx_defconfig
powerpc mpc832x_mds_defconfig
arm s3c2410_defconfig
mips  ath79_defconfig
riscv   defconfig
i386 allyesconfig
m68km5307c3_defconfig
powerpc tqm5200_defconfig
powerpc mpc8313_rdb_defconfig
xtensa  iss_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a005-20210308
i386 randconfig-a003-20210308
i386 randconfig-a002-20210308
i386 randconfig-a006-20210308
i386 randconfig-a004-20210308
i386 randconfig-a001-20210308
i386 randconfig-a005-20210309
i386 randconfig-a003-20210309
i386 randconfig-a002-20210309
i386 randconfig-a006-20210309
i386 randconfig-a004-20210309
i386 randconfig-a001-20210309
x86_64   randconfig-a013-20210309
x86_64   randconfig-a016-20210309
x86_64   randconfig-a015-20210309
x86_64   randconfig-a014-20210309
x86_64   randconfig-a011-20210309
x86_64   randconfig-a012-20210309
x86_64   randconfig-a006-20210308
x86_64   randconfig-a001-20210308
x86_64   randconfig-a004-20210308
x86_64   randconfig-a002-20210308
x86_64   randconfig-a005-20210308
x86_64   randconfig-a003-20210308
i386

[staging:staging-linus] BUILD SUCCESS 16d7586dccf83785819f5b66f4d20fac9bfcd644

2021-03-10 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-linus
branch HEAD: 16d7586dccf83785819f5b66f4d20fac9bfcd644  Revert "staging: wfx: 
remove unused included header files"

elapsed time: 729m

configs tested: 172
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
mips tb0287_defconfig
mips cu1830-neo_defconfig
powerpc mpc8540_ads_defconfig
mips   jazz_defconfig
sh  r7785rp_defconfig
m68k  hp300_defconfig
powerpcadder875_defconfig
powerpc mpc8313_rdb_defconfig
powerpc  ppc40x_defconfig
mips  pistachio_defconfig
powerpc mpc837x_rdb_defconfig
sh  landisk_defconfig
sh  rsk7264_defconfig
sh  r7780mp_defconfig
m68kmvme16x_defconfig
powerpcmvme5100_defconfig
arm mxs_defconfig
sh microdev_defconfig
mips   capcella_defconfig
armmvebu_v7_defconfig
xtensa  cadence_csp_defconfig
powerpcsam440ep_defconfig
sh  rts7751r2d1_defconfig
sh   se7206_defconfig
sh   sh7724_generic_defconfig
m68k   m5208evb_defconfig
sh   sh7770_generic_defconfig
arm ezx_defconfig
powerpc   eiger_defconfig
ia64zx1_defconfig
ia64 allmodconfig
i386defconfig
arm hackkit_defconfig
sh   j2_defconfig
mipsomega2p_defconfig
arm   versatile_defconfig
shsh7757lcr_defconfig
sh  defconfig
powerpc mpc832x_rdb_defconfig
arm   cns3420vb_defconfig
m68k   m5275evb_defconfig
h8300   defconfig
mipsbcm63xx_defconfig
mips  maltasmvp_eva_defconfig
h8300h8300h-sim_defconfig
mipsgpr_defconfig
powerpc64alldefconfig
sh   se7705_defconfig
powerpc asp8347_defconfig
mipsjmr3927_defconfig
arc   tb10x_defconfig
s390 alldefconfig
powerpcge_imp3a_defconfig
mips loongson1b_defconfig
h8300alldefconfig
arm   omap2plus_defconfig
arm  tct_hammer_defconfig
arm lubbock_defconfig
armhisi_defconfig
mips   ip32_defconfig
sh  lboxre2_defconfig
powerpc mpc832x_mds_defconfig
arm s3c2410_defconfig
mips  ath79_defconfig
riscv   defconfig
armxcep_defconfig
arm  ep93xx_defconfig
powerpc stx_gp3_defconfig
arm  pxa910_defconfig
powerpcicon_defconfig
m68km5307c3_defconfig
powerpc tqm5200_defconfig
xtensa  iss_defconfig
sh ap325rxa_defconfig
armmulti_v5_defconfig
m68km5272c3_defconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390

[staging:staging-next] BUILD SUCCESS c972c2d821ca3eda001a20dbe2ca0b4718838caf

2021-03-10 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-next
branch HEAD: c972c2d821ca3eda001a20dbe2ca0b4718838caf  staging: unisys: 
visornic: Fix repeated words in comments

elapsed time: 727m

configs tested: 157
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
sparcallyesconfig
mips db1xxx_defconfig
powerpc tqm8540_defconfig
powerpc  ppc44x_defconfig
mips tb0287_defconfig
mips cu1830-neo_defconfig
powerpc mpc8540_ads_defconfig
mips   jazz_defconfig
sh  r7785rp_defconfig
m68k  hp300_defconfig
powerpcadder875_defconfig
powerpc mpc8313_rdb_defconfig
powerpc  ppc40x_defconfig
mips  pistachio_defconfig
powerpc mpc837x_rdb_defconfig
sh  landisk_defconfig
sh  rsk7264_defconfig
sh  r7780mp_defconfig
m68kmvme16x_defconfig
powerpcmvme5100_defconfig
sh   sh7770_generic_defconfig
arm ezx_defconfig
powerpc   eiger_defconfig
ia64zx1_defconfig
sh  defconfig
powerpc mpc832x_rdb_defconfig
arm   cns3420vb_defconfig
m68k   m5275evb_defconfig
h8300   defconfig
mipsbcm63xx_defconfig
mips  maltasmvp_eva_defconfig
h8300h8300h-sim_defconfig
mipsgpr_defconfig
powerpc64alldefconfig
powerpc tqm8541_defconfig
sh  urquell_defconfig
arcvdk_hs38_smp_defconfig
m68k   bvme6000_defconfig
x86_64  defconfig
armspear3xx_defconfig
sh  rts7751r2d1_defconfig
powerpcge_imp3a_defconfig
arm hackkit_defconfig
mips loongson1b_defconfig
h8300alldefconfig
arm   omap2plus_defconfig
arm  tct_hammer_defconfig
arm lubbock_defconfig
armhisi_defconfig
mips   ip32_defconfig
sh  lboxre2_defconfig
powerpc mpc832x_mds_defconfig
arm s3c2410_defconfig
mips  ath79_defconfig
riscv   defconfig
armxcep_defconfig
arc   tb10x_defconfig
arm  ep93xx_defconfig
powerpc stx_gp3_defconfig
arm  pxa910_defconfig
powerpcicon_defconfig
m68km5307c3_defconfig
powerpc tqm5200_defconfig
xtensa  iss_defconfig
sh ap325rxa_defconfig
armmulti_v5_defconfig
m68km5272c3_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips  

[staging:staging-testing] BUILD SUCCESS 31673785d5353b8a8e882fc51ef315cc197f4483

2021-03-10 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: 31673785d5353b8a8e882fc51ef315cc197f4483  staging: dpaa2-switch: 
prevent joining a bridge while VLAN uppers are present

elapsed time: 729m

configs tested: 139
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
m68k  hp300_defconfig
powerpcadder875_defconfig
powerpc mpc8313_rdb_defconfig
powerpc  ppc40x_defconfig
mips  pistachio_defconfig
powerpc mpc837x_rdb_defconfig
powerpc pq2fads_defconfig
powerpc  obs600_defconfig
powerpc   holly_defconfig
powerpc kmeter1_defconfig
riscv  rv32_defconfig
arm mxs_defconfig
sh microdev_defconfig
mips   capcella_defconfig
armmvebu_v7_defconfig
xtensa  cadence_csp_defconfig
arm pxa_defconfig
powerpc tqm8541_defconfig
sh  polaris_defconfig
powerpc  ep88xc_defconfig
mips   rbtx49xx_defconfig
powerpc mpc512x_defconfig
sh   se7750_defconfig
arm eseries_pxa_defconfig
sh   alldefconfig
powerpc  katmai_defconfig
m68k   m5275evb_defconfig
shdreamcast_defconfig
microblaze  defconfig
powerpc  ppc44x_defconfig
powerpc mpc836x_mds_defconfig
sh  lboxre2_defconfig
sh  rts7751r2d1_defconfig
powerpcge_imp3a_defconfig
arm hackkit_defconfig
mips loongson1b_defconfig
h8300alldefconfig
armxcep_defconfig
arc   tb10x_defconfig
arm  ep93xx_defconfig
powerpc stx_gp3_defconfig
arm  pxa910_defconfig
powerpcicon_defconfig
arm  colibri_pxa300_defconfig
arm at91_dt_defconfig
arm  pcm027_defconfig
sh  rsk7201_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a005-20210309
i386 randconfig-a003-20210309
i386 randconfig-a002-20210309
i386 randconfig-a006-20210309
i386 randconfig-a004-20210309
i386 randconfig-a001-20210309
x86_64   randconfig-a013-20210309
x86_64   randconfig-a016-20210309
x86_64   randconfig-a015-20210309
x86_64   randconfig-a014-20210309
x86_64   randconfig-a011-20210309
x86_64   randconfig-a012-20210309
x86_64   randconfig-a011-20210310
x86_64   randconfig-a016-20210310
x86_64   randconfig-a

[staging:staging-testing] BUILD SUCCESS 55c9731662b8bf0bc48aabdbf9f54d779bc072a1

2021-03-12 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: 55c9731662b8bf0bc48aabdbf9f54d779bc072a1  staging: wimax: i2400m: 
Mundane typos fix in the file tx.c

elapsed time: 722m

configs tested: 140
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
h8300   h8s-sim_defconfig
arm   imx_v4_v5_defconfig
powerpc tqm8541_defconfig
m68k   m5475evb_defconfig
arm mxs_defconfig
powerpc64alldefconfig
arm s3c2410_defconfig
powerpc mpc512x_defconfig
openrisc simple_smp_defconfig
mipsnlm_xlp_defconfig
mips   sb1250_swarm_defconfig
arm pxa_defconfig
arc nsimosci_hs_smp_defconfig
powerpc pseries_defconfig
armmini2440_defconfig
armkeystone_defconfig
sh   se7780_defconfig
h8300 edosk2674_defconfig
sh kfr2r09-romimage_defconfig
sh  r7785rp_defconfig
arm  iop32x_defconfig
arm  badge4_defconfig
sh ap325rxa_defconfig
powerpc  pcm030_defconfig
arm  ep93xx_defconfig
mipsgpr_defconfig
arm  pxa168_defconfig
mips   ip22_defconfig
powerpc ps3_defconfig
powerpc mpc832x_rdb_defconfig
mipsar7_defconfig
archsdk_defconfig
arm   multi_v4t_defconfig
shsh7757lcr_defconfig
mipsmaltaup_xpa_defconfig
arm assabet_defconfig
arm  ixp4xx_defconfig
arm s3c6400_defconfig
arm  footbridge_defconfig
h8300h8300h-sim_defconfig
mips   gcw0_defconfig
m68k alldefconfig
sh espt_defconfig
powerpc   eiger_defconfig
arm  simpad_defconfig
xtensa  cadence_csp_defconfig
sh   se7705_defconfig
arm   cns3420vb_defconfig
powerpc mpc836x_mds_defconfig
arm   imx_v6_v7_defconfig
mips  malta_defconfig
mipsjmr3927_defconfig
mips   capcella_defconfig
m68k   bvme6000_defconfig
nios2 10m50_defconfig
sparc   sparc64_defconfig
arc   tb10x_defconfig
mips tb0226_defconfig
arm   omap2plus_defconfig
powerpc  bamboo_defconfig
pariscgeneric-32bit_defconfig
powerpc  ppc6xx_defconfig
arm nhk8815_defconfig
mips cu1830-neo_defconfig
shedosk7705_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
parisc   allyesconfig
s390defconfig
s390 allmodconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerp

[driver-core:debugfs_remove_return_value] BUILD SUCCESS 7a49a9e3b030ca76ddcbc3fa7012770fb25fa08c

2021-03-14 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
debugfs_remove_return_value
branch HEAD: 7a49a9e3b030ca76ddcbc3fa7012770fb25fa08c  x86/tools/relocs: add 
__printf attribute to die()

elapsed time: 720m

configs tested: 126
configs skipped: 3

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
arm64allyesconfig
nios2 3c120_defconfig
mips decstation_defconfig
mips db1xxx_defconfig
mipsmaltaup_defconfig
powerpc  makalu_defconfig
arm  alldefconfig
mips tb0287_defconfig
powerpc mpc8272_ads_defconfig
armrealview_defconfig
arm   tegra_defconfig
shmigor_defconfig
powerpc  pmac32_defconfig
sh  rts7751r2d1_defconfig
arm  moxart_defconfig
arm  iop32x_defconfig
arm   versatile_defconfig
armvt8500_v6_v7_defconfig
arm   aspeed_g4_defconfig
arm bcm2835_defconfig
powerpc  ppc40x_defconfig
powerpc mpc512x_defconfig
arm  integrator_defconfig
shtitan_defconfig
m68k  sun3x_defconfig
mipsjmr3927_defconfig
sh ecovec24_defconfig
arc  axs103_smp_defconfig
mips   rs90_defconfig
h8300h8300h-sim_defconfig
armqcom_defconfig
ia64defconfig
mipsgpr_defconfig
mips  decstation_64_defconfig
openrisc alldefconfig
powerpc  ep88xc_defconfig
mips  fuloong2e_defconfig
powerpc taishan_defconfig
powerpcgamecube_defconfig
sh magicpanelr2_defconfig
parisc  defconfig
openriscdefconfig
powerpc  storcenter_defconfig
cskydefconfig
microblaze  mmu_defconfig
mips   ip22_defconfig
mipsmalta_kvm_guest_defconfig
sh   se7712_defconfig
arc nsimosci_hs_defconfig
ia64 allmodconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
s390 allyesconfig
parisc   allyesconfig
s390defconfig
s390 allmodconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a001-20210314
i386 randconfig-a005-20210314
i386 randconfig-a003-20210314
i386 randconfig-a002-20210314
i386 randconfig-a004-20210314
i386 randconfig-a006-20210314
x86_64   randconfig-a011-20210314
x86_64   randconfig-a016-20210314
x86_64   randconfig-a013-20210314
x86_64   randconfig-a015-20210314
x86_64   randconfig-a014-20210314
x86_64   randconfig-a012-20210314
i386 randconfig-a013-20210314
i386 randconfig-a016-20210314
i386 randconfig-a011-20210314
i386 randconfig-a012-20210314
i386 randconfig-a014-2021031

[staging:staging-testing] BUILD SUCCESS 0ba8b68b5b30ad3cba7ed8b6323ff6a127017ff4

2021-03-14 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: 0ba8b68b5b30ad3cba7ed8b6323ff6a127017ff4  Staging: rtl8723bs: 
fixed a brace coding style

elapsed time: 722m

configs tested: 103
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
arm64allyesconfig
nios2 3c120_defconfig
mips decstation_defconfig
mips db1xxx_defconfig
mipsmaltaup_defconfig
powerpc  makalu_defconfig
arm  alldefconfig
mips tb0287_defconfig
powerpc mpc8272_ads_defconfig
armrealview_defconfig
arm   tegra_defconfig
shmigor_defconfig
powerpc  pmac32_defconfig
powerpc   motionpro_defconfig
nds32 allnoconfig
powerpc sbc8548_defconfig
powerpc   eiger_defconfig
riscvallmodconfig
arc  axs103_smp_defconfig
mips   rs90_defconfig
h8300h8300h-sim_defconfig
armzeus_defconfig
x86_64   alldefconfig
armvexpress_defconfig
shshmin_defconfig
powerpcmpc7448_hpc2_defconfig
powerpc mpc85xx_cds_defconfig
mipsmalta_kvm_guest_defconfig
sh  rts7751r2d1_defconfig
sh   se7712_defconfig
arc nsimosci_hs_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
nios2   defconfig
arc  allyesconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a001-20210314
i386 randconfig-a005-20210314
i386 randconfig-a003-20210314
i386 randconfig-a002-20210314
i386 randconfig-a004-20210314
i386 randconfig-a006-20210314
x86_64   randconfig-a011-20210314
x86_64   randconfig-a016-20210314
x86_64   randconfig-a013-20210314
x86_64   randconfig-a015-20210314
x86_64   randconfig-a014-20210314
x86_64   randconfig-a012-20210314
i386 randconfig-a013-20210314
i386 randconfig-a016-20210314
i386 randconfig-a011-20210314
i386 randconfig-a012-20210314
i386 randconfig-a014-20210314
i386 randconfig-a015-20210314
riscvnommu_k210_defconfig
riscvallyesconfig
riscvnommu_virt_defconfig
riscv allnoconfig
riscv   defconfig
riscv  rv32_defconfig
x86_64   allyesconfig
x86_64rhel-7.6-kselftests
x86_64  defconfig
x86_64   rhel-8.3
x86_64  rhel-8.3-kbuiltin
x86_64  kexec

clang tested configs:
x86_64   randconfig-a006-20210314
x86_64   randconfig-a001-20210314
x86_64   randconfig-a005-2021

[staging:staging-next] BUILD SUCCESS b828324bba8f575fde487a91fec07303789dda8a

2021-03-15 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-next
branch HEAD: b828324bba8f575fde487a91fec07303789dda8a  Merge 5.12-rc3 into 
staging-next

elapsed time: 722m

configs tested: 101
configs skipped: 3

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
openrisc alldefconfig
sparc64 defconfig
m68kmac_defconfig
arm orion5x_defconfig
mipsbcm63xx_defconfig
arc  axs103_smp_defconfig
m68k   m5208evb_defconfig
arm   h3600_defconfig
arc nsimosci_hs_smp_defconfig
sparc   sparc32_defconfig
mips   sb1250_swarm_defconfig
powerpc tqm8541_defconfig
sh  polaris_defconfig
sh espt_defconfig
arm   stm32_defconfig
arm s5pv210_defconfig
powerpc  tqm8xx_defconfig
xtensa virt_defconfig
sh   se7722_defconfig
arm eseries_pxa_defconfig
m68k   bvme6000_defconfig
arm   versatile_defconfig
powerpc mpc5200_defconfig
mips  fuloong2e_defconfig
pariscgeneric-64bit_defconfig
armhisi_defconfig
powerpc mpc836x_mds_defconfig
mips  cavium_octeon_defconfig
powerpc redwood_defconfig
powerpcsocrates_defconfig
armlart_defconfig
powerpc mpc83xx_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
arc  allyesconfig
nds32 allnoconfig
nios2allyesconfig
alphaallyesconfig
nds32   defconfig
cskydefconfig
alpha   defconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
sparcallyesconfig
sparc   defconfig
i386 allyesconfig
i386   tinyconfig
i386defconfig
nios2   defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a013-20210315
i386 randconfig-a016-20210315
i386 randconfig-a011-20210315
i386 randconfig-a012-20210315
i386 randconfig-a014-20210315
i386 randconfig-a015-20210315
x86_64   randconfig-a006-20210315
x86_64   randconfig-a001-20210315
x86_64   randconfig-a005-20210315
x86_64   randconfig-a004-20210315
x86_64   randconfig-a002-20210315
x86_64   randconfig-a003-20210315
riscvnommu_k210_defconfig
riscvnommu_virt_defconfig
riscv  rv32_defconfig
riscvallyesconfig
riscv allnoconfig
riscv   defconfig
riscvallmodconfig
x86_64   allyesconfig
x86_64rhel-7.6-kselftests
x86_64  defconfig
x86_64   rhel-8.3
x86_64  rhel-8.3-kbuiltin
x86_64  kexec

clang tested configs:
x86_64   randconfig-a011-20210315
x86_64   randconfig-a016-20210315
x86_64   randconfig-a013-20210315
x86_64   randconfig-a015-20210315
x86_64   randconfig-a014-20210315
x86_64  

[driver-core:debugfs_remove_return_value] BUILD SUCCESS b927f68718ad932968b335981efa03f9960bf542

2021-03-15 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
debugfs_remove_return_value
branch HEAD: b927f68718ad932968b335981efa03f9960bf542  x86/tools/relocs: add 
__printf attribute to die()

elapsed time: 721m

configs tested: 122
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm  allyesconfig
arm  allmodconfig
arm64allyesconfig
arm64   defconfig
x86_64   allyesconfig
riscvallmodconfig
sh  defconfig
sh   alldefconfig
powerpc taishan_defconfig
riscv nommu_k210_sdcard_defconfig
mips  loongson3_defconfig
m68k  hp300_defconfig
mips cu1830-neo_defconfig
mipsjmr3927_defconfig
arm   h5000_defconfig
arm  exynos_defconfig
arc  axs103_smp_defconfig
m68k   m5208evb_defconfig
arm   h3600_defconfig
arc nsimosci_hs_smp_defconfig
sparc   sparc32_defconfig
mips   sb1250_swarm_defconfig
arm   mainstone_defconfig
nios2allyesconfig
arm   omap1_defconfig
arm   spitz_defconfig
arm   omap2plus_defconfig
powerpcsocrates_defconfig
powerpc   ebony_defconfig
sparc   sparc64_defconfig
arm vf610m4_defconfig
m68km5272c3_defconfig
mips   xway_defconfig
arcvdk_hs38_smp_defconfig
sparc64  alldefconfig
alpha   defconfig
sh   se7780_defconfig
sh  urquell_defconfig
xtensa   alldefconfig
shsh7757lcr_defconfig
s390defconfig
sh   se7206_defconfig
mips mpc30x_defconfig
mips  decstation_64_defconfig
shmigor_defconfig
microblaze  mmu_defconfig
xtensa  cadence_csp_defconfig
xtensageneric_kc705_defconfig
parisc   alldefconfig
shtitan_defconfig
arm assabet_defconfig
mips   ip32_defconfig
armmulti_v7_defconfig
h8300   h8s-sim_defconfig
sh  r7785rp_defconfig
mipsmaltaup_defconfig
shapsh4ad0a_defconfig
sh   se7721_defconfig
powerpc mpc5200_defconfig
powerpc  chrp32_defconfig
powerpc  ppc40x_defconfig
sh  lboxre2_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
cskydefconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a001-20210315
i386 randconfig-a005-20210315
i386 randconfig-a003-20210315
i386 randconfig-a002-20210315
i386 randconfig-a004-20210315
i386 randconfig-a006-20210315
x86_64   randconfig-a006-2021031

[PATCH] wfx: fix irqf_oneshot.cocci warnings

2021-03-15 Thread kernel test robot
From: kernel test robot 

drivers/net/wireless/silabs/wfx/bus_sdio.c:134:8-33: ERROR: Threaded IRQ with 
no primary handler requested without IRQF_ONESHOT

 Since commit 1c6c69525b40 ("genirq: Reject bogus threaded irq requests")
 threaded IRQs without a primary handler need to be requested with
 IRQF_ONESHOT, otherwise the request will fail.

 So pass the IRQF_ONESHOT flag in this case.

Generated by: scripts/coccinelle/misc/irqf_oneshot.cocci

CC: Jérôme Pouiller 
Reported-by: kernel test robot 
Signed-off-by: kernel test robot 
---

url:
https://github.com/0day-ci/linux/commits/Jerome-Pouiller/wfx-get-out-from-the-staging-area/20210315-212855
base:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
b828324bba8f575fde487a91fec07303789dda8a

 bus_sdio.c |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- a/drivers/net/wireless/silabs/wfx/bus_sdio.c
+++ b/drivers/net/wireless/silabs/wfx/bus_sdio.c
@@ -132,7 +132,8 @@ static int wfx_sdio_irq_subscribe(void *
flags = IRQF_TRIGGER_HIGH;
flags |= IRQF_ONESHOT;
return devm_request_threaded_irq(&bus->func->dev, bus->of_irq, NULL,
-wfx_sdio_irq_handler_ext, flags,
+wfx_sdio_irq_handler_ext,
+flags | IRQF_ONESHOT,
 "wfx", bus);
 }
 
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


Re: [PATCH v5 24/24] wfx: get out from the staging area

2021-03-15 Thread kernel test robot
Hi Jerome,

I love your patch! Perhaps something to improve:

[auto build test WARNING on staging/staging-testing]
[also build test WARNING on next-20210315]
[cannot apply to wireless-drivers-next/master wireless-drivers/master v5.12-rc3]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:
https://github.com/0day-ci/linux/commits/Jerome-Pouiller/wfx-get-out-from-the-staging-area/20210315-212855
base:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
b828324bba8f575fde487a91fec07303789dda8a
config: x86_64-allyesconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot 


"coccinelle warnings: (new ones prefixed by >>)"
>> drivers/net/wireless/silabs/wfx/bus_sdio.c:134:8-33: ERROR: Threaded IRQ 
>> with no primary handler requested without IRQF_ONESHOT

Please review and possibly fold the followup patch.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org


.config.gz
Description: application/gzip
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[staging:staging-linus] BUILD SUCCESS 12ec5408d2135bfcdec14ff7e4248f1be8597f31

2021-03-15 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-linus
branch HEAD: 12ec5408d2135bfcdec14ff7e4248f1be8597f31  Merge tag 
'iio-fixes-for-5.12a' of 
https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus

elapsed time: 722m

configs tested: 121
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
riscvallmodconfig
h8300 edosk2674_defconfig
powerpcamigaone_defconfig
powerpc linkstation_defconfig
m68km5407c3_defconfig
arc nsimosci_hs_smp_defconfig
openrisc simple_smp_defconfig
mips  malta_kvm_defconfig
arm  exynos_defconfig
ia64 bigsur_defconfig
armdove_defconfig
ia64  gensparse_defconfig
arm   spear13xx_defconfig
powerpc skiroot_defconfig
sh ecovec24_defconfig
powerpc  iss476-smp_defconfig
powerpc  chrp32_defconfig
openrisc alldefconfig
arm am200epdkit_defconfig
arm palmz72_defconfig
arm   versatile_defconfig
mips   xway_defconfig
arm lpc32xx_defconfig
shshmin_defconfig
mips   ip32_defconfig
parisc   alldefconfig
arm lubbock_defconfig
x86_64  defconfig
sh   rts7751r2dplus_defconfig
powerpc rainier_defconfig
pariscgeneric-32bit_defconfig
armmini2440_defconfig
mips rt305x_defconfig
arc haps_hs_smp_defconfig
sh   se7712_defconfig
cskydefconfig
powerpc mpc512x_defconfig
ia64 alldefconfig
powerpc   motionpro_defconfig
arm   h3600_defconfig
powerpc mpc8313_rdb_defconfig
powerpc  g5_defconfig
arm orion5x_defconfig
powerpc mpc837x_rdb_defconfig
powerpc  arches_defconfig
arm  pcm027_defconfig
xtensa   alldefconfig
mips  ath79_defconfig
mips   lemote2f_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
x86_64   randconfig-a006-20210315
x86_64   randconfig-a001-20210315
x86_64   randconfig-a005-20210315
x86_64   randconfig-a004-20210315
x86_64   randconfig-a002-20210315
x86_64   randconfig-a003-20210315
i386 randconfig-a001-20210315
i386 randconfig-a005-20210315
i386 randconfig-a003-20210315
i386 randconfig-a002-20210315
i386 randconfig-a004-20210315
i386 randconfig-a006-20210315

[staging:staging-linus] BUILD SUCCESS d2d106fe3badfc3bf0dd3899d1c3f210c7203eab

2021-03-16 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-linus
branch HEAD: d2d106fe3badfc3bf0dd3899d1c3f210c7203eab  staging: comedi: 
cb_pcidas64: fix request_irq() warn

elapsed time: 723m

configs tested: 140
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
riscvallmodconfig
i386 allyesconfig
riscvallyesconfig
arm socfpga_defconfig
m68kmvme16x_defconfig
sparcalldefconfig
powerpc   currituck_defconfig
armmulti_v5_defconfig
sh   se7780_defconfig
powerpc tqm8541_defconfig
arm eseries_pxa_defconfig
m68kq40_defconfig
m68km5407c3_defconfig
mips allmodconfig
armvt8500_v6_v7_defconfig
sh   se7722_defconfig
m68k apollo_defconfig
sh espt_defconfig
arm  footbridge_defconfig
powerpc taishan_defconfig
arm hackkit_defconfig
arc  allyesconfig
arm  gemini_defconfig
sh   j2_defconfig
arm vf610m4_defconfig
powerpc  pmac32_defconfig
sh   se7750_defconfig
h8300 edosk2674_defconfig
openriscor1ksim_defconfig
sh   se7705_defconfig
h8300   h8s-sim_defconfig
mipsbcm47xx_defconfig
ia64 alldefconfig
nios2 3c120_defconfig
pariscgeneric-32bit_defconfig
powerpc  ppc6xx_defconfig
microblaze  mmu_defconfig
mips   gcw0_defconfig
mips decstation_defconfig
arm   omap1_defconfig
powerpc   ppc64_defconfig
powerpc mpc834x_mds_defconfig
armmps2_defconfig
powerpc  pcm030_defconfig
arm bcm2835_defconfig
mips  rm200_defconfig
ia64  tiger_defconfig
armkeystone_defconfig
sh  rsk7201_defconfig
sh  sdk7786_defconfig
sh   se7712_defconfig
powerpc  storcenter_defconfig
powerpc mpc8315_rdb_defconfig
xtensageneric_kc705_defconfig
shedosk7760_defconfig
openriscdefconfig
powerpc  bamboo_defconfig
powerpc mpc85xx_cds_defconfig
powerpc mpc832x_mds_defconfig
powerpcmpc7448_hpc2_defconfig
riscv  rv32_defconfig
arm   aspeed_g4_defconfig
i386 alldefconfig
powerpc mpc8540_ads_defconfig
um i386_defconfig
s390   zfcpdump_defconfig
arc  axs103_smp_defconfig
powerpc  g5_defconfig
mipsmaltaup_xpa_defconfig
mips decstation_r4k_defconfig
powerpc  makalu_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
sparcallyesconfig
sparc 

[staging:staging-testing] BUILD SUCCESS 918ce05bbe52df43849a803010b4d2bcd31ea69c

2021-03-16 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: 918ce05bbe52df43849a803010b4d2bcd31ea69c  staging: gasket: remove 
it from the kernel

elapsed time: 721m

configs tested: 160
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
riscvallmodconfig
i386 allyesconfig
riscvallyesconfig
arm socfpga_defconfig
m68kmvme16x_defconfig
sparcalldefconfig
powerpc   currituck_defconfig
armmulti_v5_defconfig
sh   se7780_defconfig
powerpc tqm8541_defconfig
arm eseries_pxa_defconfig
m68kq40_defconfig
m68km5407c3_defconfig
mips allmodconfig
armvt8500_v6_v7_defconfig
sh   se7722_defconfig
m68k apollo_defconfig
sh espt_defconfig
arm  footbridge_defconfig
powerpc taishan_defconfig
arm hackkit_defconfig
arc  allyesconfig
arm  gemini_defconfig
sh   j2_defconfig
arm vf610m4_defconfig
powerpc  pmac32_defconfig
powerpc akebono_defconfig
mips loongson1b_defconfig
arc haps_hs_defconfig
arm   u8500_defconfig
sh   se7705_defconfig
h8300   h8s-sim_defconfig
mipsbcm47xx_defconfig
ia64 alldefconfig
nios2 3c120_defconfig
pariscgeneric-32bit_defconfig
powerpc  ppc6xx_defconfig
microblaze  mmu_defconfig
mips   gcw0_defconfig
mips decstation_defconfig
arm   omap1_defconfig
powerpc   ppc64_defconfig
powerpc mpc834x_mds_defconfig
armmps2_defconfig
csky alldefconfig
powerpc  storcenter_defconfig
powerpc  pcm030_defconfig
arm bcm2835_defconfig
mips  rm200_defconfig
ia64  tiger_defconfig
armkeystone_defconfig
sh  rsk7201_defconfig
mips   ip27_defconfig
sh  r7785rp_defconfig
arm lubbock_defconfig
mipsmaltaup_xpa_defconfig
arm   spear13xx_defconfig
sh  sdk7786_defconfig
sh   se7712_defconfig
powerpc mpc8315_rdb_defconfig
xtensageneric_kc705_defconfig
shedosk7760_defconfig
openriscdefconfig
powerpc  bamboo_defconfig
powerpc mpc85xx_cds_defconfig
powerpc   bluestone_defconfig
mips tb0219_defconfig
arm assabet_defconfig
mips  pistachio_defconfig
mips  decstation_64_defconfig
powerpc mpc832x_mds_defconfig
powerpcmpc7448_hpc2_defconfig
riscv  rv32_defconfig
arm   aspeed_g4_defconfig
i386 alldefconfig
powerpc mpc8540_ads_defconfig
um i386_defconfig
mips bigsur_defconfig
powerpc ep8248e_defconfig
powerpc  cm5200_defconfig
mips loongson1c_defconfig
sparc64 defconfig
s390   zfcpdump_defconfig
arc  axs103_smp_defconfig
powerpc  g5_defconfig
mips decstation_r4k_defconfig
powerpc  makalu_defconfig
powerpc pseries_defconfig
armneponset_defconfig
armtrizeps4_defconfig
shedosk7705_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k  

[staging:staging-linus] BUILD SUCCESS 2cafd46a714af1e55354bc6dcea9dcc13f9475b5

2021-03-18 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-linus
branch HEAD: 2cafd46a714af1e55354bc6dcea9dcc13f9475b5  staging: vt665x: fix 
alignment constraints

elapsed time: 720m

configs tested: 126
configs skipped: 3

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
riscvallmodconfig
i386 allyesconfig
riscvallyesconfig
arm   omap2plus_defconfig
armclps711x_defconfig
m68k   m5475evb_defconfig
sparcalldefconfig
powerpcicon_defconfig
xtensa  nommu_kc705_defconfig
powerpcsocrates_defconfig
arm assabet_defconfig
h8300h8300h-sim_defconfig
mips  decstation_64_defconfig
arm nhk8815_defconfig
arm   cns3420vb_defconfig
powerpc sbc8548_defconfig
armmagician_defconfig
mips tb0226_defconfig
arm davinci_all_defconfig
sh   se7750_defconfig
mips  maltasmvp_eva_defconfig
mipsqi_lb60_defconfig
xtensa   alldefconfig
mips decstation_defconfig
arm  exynos_defconfig
mipsgpr_defconfig
arm   multi_v4t_defconfig
powerpc  chrp32_defconfig
powerpc mpc8560_ads_defconfig
powerpc   lite5200b_defconfig
csky alldefconfig
powerpc  acadia_defconfig
sh  rsk7269_defconfig
mips  rm200_defconfig
mips cu1000-neo_defconfig
powerpc tqm8560_defconfig
arm  pxa910_defconfig
arm  simpad_defconfig
powerpc  mpc866_ads_defconfig
powerpc  ppc40x_defconfig
powerpc stx_gp3_defconfig
armmulti_v7_defconfig
arm   sama5_defconfig
archsdk_defconfig
mipsnlm_xlp_defconfig
sh sh03_defconfig
sh   j2_defconfig
mipsjmr3927_defconfig
powerpc  makalu_defconfig
arm  pxa3xx_defconfig
sh ap325rxa_defconfig
powerpc  ppc64e_defconfig
umkunit_defconfig
shedosk7705_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a001-20210318
i386 randconfig-a005-20210318
i386 randconfig-a003-20210318
i386 randconfig-a002-20210318
i386 randconfig-a006-20210318
i386 randconfig-a004-20210318
x86_64   randconfig-a011-20210318
x86_64   randconfig-a016-20210318
x86_64   ran

[staging:staging-testing] BUILD SUCCESS 20ad01363a72c8378bd382a026d17c0eef2793cc

2021-03-18 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: 20ad01363a72c8378bd382a026d17c0eef2793cc  staging: octeon-usb: 
Match alignment with open parenthesis

elapsed time: 728m

configs tested: 134
configs skipped: 3

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
riscvallmodconfig
i386 allyesconfig
riscvallyesconfig
arm   omap2plus_defconfig
armclps711x_defconfig
m68k   m5475evb_defconfig
sparcalldefconfig
powerpcicon_defconfig
xtensa  nommu_kc705_defconfig
powerpcsocrates_defconfig
arm assabet_defconfig
h8300h8300h-sim_defconfig
mips  decstation_64_defconfig
arm nhk8815_defconfig
arm   cns3420vb_defconfig
powerpc sbc8548_defconfig
armmagician_defconfig
mips tb0226_defconfig
arm   imx_v4_v5_defconfig
powerpc tqm8541_defconfig
sh   sh7724_generic_defconfig
sh   sh7770_generic_defconfig
arm davinci_all_defconfig
sh   se7750_defconfig
mips  maltasmvp_eva_defconfig
mipsqi_lb60_defconfig
xtensa   alldefconfig
mips decstation_defconfig
arm  exynos_defconfig
mipsgpr_defconfig
arm   multi_v4t_defconfig
arm  moxart_defconfig
powerpcklondike_defconfig
shmigor_defconfig
riscv  rv32_defconfig
sh magicpanelr2_defconfig
powerpc  chrp32_defconfig
powerpc mpc8560_ads_defconfig
powerpc   lite5200b_defconfig
csky alldefconfig
powerpc  acadia_defconfig
sh  rsk7269_defconfig
mips  rm200_defconfig
mips cu1000-neo_defconfig
powerpc tqm8560_defconfig
arm  pxa910_defconfig
arm  simpad_defconfig
powerpc  mpc866_ads_defconfig
powerpc  ppc40x_defconfig
powerpc stx_gp3_defconfig
armmulti_v7_defconfig
arm   sama5_defconfig
archsdk_defconfig
mipsnlm_xlp_defconfig
sh sh03_defconfig
sh   j2_defconfig
mipsjmr3927_defconfig
powerpc  makalu_defconfig
arm  pxa3xx_defconfig
sh ap325rxa_defconfig
powerpc  ppc64e_defconfig
umkunit_defconfig
shedosk7705_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerp

Re: [PATCH v5 5/5] drm/bridge: anx7625: add HDMI audio function

2021-03-18 Thread kernel test robot
Hi Xin,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on robh/for-next]
[also build test WARNING on linux/master linus/master v5.12-rc3 next-20210318]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:
https://github.com/0day-ci/linux/commits/Xin-Ji/Add-MIPI-rx-DPI-support/20210319-104013
base:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
config: s390-allyesconfig (attached as .config)
compiler: s390-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
wget 
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
chmod +x ~/bin/make.cross
# 
https://github.com/0day-ci/linux/commit/ea2fa662ee036a3e1e2e25233653d7227b510b48
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review 
Xin-Ji/Add-MIPI-rx-DPI-support/20210319-104013
git checkout ea2fa662ee036a3e1e2e25233653d7227b510b48
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross 
ARCH=s390 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot 

All warnings (new ones prefixed by >>):

>> drivers/gpu/drm/bridge/analogix/anx7625.c:1588:5: warning: no previous 
>> prototype for 'anx7625_audio_hw_params' [-Wmissing-prototypes]
1588 | int anx7625_audio_hw_params(struct device *dev, void *data,
 | ^~~


vim +/anx7625_audio_hw_params +1588 drivers/gpu/drm/bridge/analogix/anx7625.c

  1587  
> 1588  int anx7625_audio_hw_params(struct device *dev, void *data,
  1589  struct hdmi_codec_daifmt *fmt,
  1590  struct hdmi_codec_params *params)
  1591  {
  1592  struct anx7625_data *ctx = dev_get_drvdata(dev);
  1593  int wl, ch, rate;
  1594  int ret = 0;
  1595  
  1596  if (fmt->fmt != HDMI_DSP_A) {
  1597  DRM_DEV_ERROR(dev, "only supports DSP_A\n");
  1598  return -EINVAL;
  1599  }
  1600  
  1601  DRM_DEV_DEBUG_DRIVER(dev, "setting %d Hz, %d bit, %d 
channels\n",
  1602   params->sample_rate, params->sample_width,
  1603   params->cea.channels);
  1604  
  1605  ret |= anx7625_write_and_or(ctx, ctx->i2c.tx_p2_client,
  1606  AUDIO_CHANNEL_STATUS_6,
  1607  ~I2S_SLAVE_MODE,
  1608  TDM_SLAVE_MODE);
  1609  
  1610  /* Word length */
  1611  switch (params->sample_width) {
  1612  case 16:
  1613  wl = AUDIO_W_LEN_16_20MAX;
  1614  break;
  1615  case 18:
  1616  wl = AUDIO_W_LEN_18_20MAX;
  1617  break;
  1618  case 20:
  1619  wl = AUDIO_W_LEN_20_20MAX;
  1620  break;
  1621  case 24:
  1622  wl = AUDIO_W_LEN_24_24MAX;
  1623  break;
  1624  default:
  1625  DRM_DEV_DEBUG_DRIVER(dev, "wordlength: %d bit not 
support",
  1626   params->sample_width);
  1627  return -EINVAL;
  1628  }
  1629  ret |= anx7625_write_and_or(ctx, ctx->i2c.tx_p2_client,
  1630  AUDIO_CHANNEL_STATUS_5,
  1631  0xf0, wl);
  1632  
  1633  /* Channel num */
  1634  switch (params->cea.channels) {
  1635  case 2:
  1636  ch = I2S_CH_2;
  1637  break;
  1638  case 4:
  1639  ch = TDM_CH_4;
  1640  break;
  1641  case 6:
  1642  ch = TDM_CH_6;
  1643  break;
  1644  case 8:
  1645  ch = TDM_CH_8;
  1646  break;
  1647  default:
  1648  DRM_DEV_DEBUG_DRIVER(dev, "channel number: %d not 
support",
  1649   params->cea.channels);
  1650  return -EINVAL;
  1651  }
  1652  ret |= anx7625_write_and_or(ctx, ctx->i2c.tx_p2_client,
  1653 AUDIO_CHANNEL_STATUS_6, 0x1f, ch << 5);
  1654  if (ch > I2S_CH_2)
  1655  ret |= anx7625_write_or(ctx, ctx->i2c.tx_p2_client,
  1656  AUDIO_CHANNEL_STATUS_6, AUDIO_LAYOUT);
  1657  else
  1658  ret |= anx7625_write_and(ctx, ctx->i2c.tx_p2_client,
  1659 

Re: [PATCH v5 3/5] drm/bridge: anx7625: add MIPI DPI input feature support

2021-03-18 Thread kernel test robot
Hi Xin,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on robh/for-next]
[also build test WARNING on linux/master linus/master v5.12-rc3 next-20210318]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:
https://github.com/0day-ci/linux/commits/Xin-Ji/Add-MIPI-rx-DPI-support/20210319-104013
base:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
config: arm-randconfig-r014-20210318 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 
fcc1ce00931751ac02498986feb37744e9ace8de)
reproduce (this is a W=1 build):
wget 
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
chmod +x ~/bin/make.cross
# install arm cross compiling tool for clang build
# apt-get install binutils-arm-linux-gnueabi
# 
https://github.com/0day-ci/linux/commit/348257d12d5c847255eaf814081fe996aeab1841
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review 
Xin-Ji/Add-MIPI-rx-DPI-support/20210319-104013
git checkout 348257d12d5c847255eaf814081fe996aeab1841
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot 

All warnings (new ones prefixed by >>):

>> drivers/gpu/drm/bridge/analogix/anx7625.c:1333:6: warning: variable 
>> 'mipi_lanes' is used uninitialized whenever 'if' condition is false 
>> [-Wsometimes-uninitialized]
   if (ep0) {
   ^~~
   drivers/gpu/drm/bridge/analogix/anx7625.c:1343:22: note: uninitialized use 
occurs here
   pdata->mipi_lanes = mipi_lanes;
   ^~
   drivers/gpu/drm/bridge/analogix/anx7625.c:1333:2: note: remove the 'if' if 
its condition is always true
   if (ep0) {
   ^
   drivers/gpu/drm/bridge/analogix/anx7625.c:1321:26: note: initialize the 
variable 'mipi_lanes' to silence this warning
   int bus_type, mipi_lanes;
   ^
= 0
>> drivers/gpu/drm/bridge/analogix/anx7625.c:1333:6: warning: variable 
>> 'bus_type' is used uninitialized whenever 'if' condition is false 
>> [-Wsometimes-uninitialized]
   if (ep0) {
   ^~~
   drivers/gpu/drm/bridge/analogix/anx7625.c:1340:6: note: uninitialized use 
occurs here
   if (bus_type == 5) /* bus type is Parallel(DSI) */
   ^~~~
   drivers/gpu/drm/bridge/analogix/anx7625.c:1333:2: note: remove the 'if' if 
its condition is always true
   if (ep0) {
   ^
   drivers/gpu/drm/bridge/analogix/anx7625.c:1321:14: note: initialize the 
variable 'bus_type' to silence this warning
   int bus_type, mipi_lanes;
   ^
= 0
   2 warnings generated.


vim +1333 drivers/gpu/drm/bridge/analogix/anx7625.c

  1314  
  1315  static int anx7625_parse_dt(struct device *dev,
  1316  struct anx7625_platform_data *pdata)
  1317  {
  1318  struct device_node *np = dev->of_node, *ep0;
  1319  struct drm_panel *panel;
  1320  int ret;
  1321  int bus_type, mipi_lanes;
  1322  
  1323  anx7625_get_swing_setting(dev, pdata);
  1324  
  1325  pdata->is_dpi = 1; /* default dpi mode */
  1326  pdata->mipi_host_node = of_graph_get_remote_node(np, 0, 0);
  1327  if (!pdata->mipi_host_node) {
  1328  DRM_DEV_ERROR(dev, "fail to get internal panel.\n");
  1329  return -ENODEV;
  1330  }
  1331  
  1332  ep0 = of_graph_get_endpoint_by_regs(np, 0, 0);
> 1333  if (ep0) {
  1334  if (of_property_read_u32(ep0, "bus-type", &bus_type))
  1335  bus_type = 0;
  1336  
  1337  mipi_lanes = of_property_count_u32_elems(ep0, 
"data-lanes");
  1338  }
  1339  
  1340  if (bus_type == 5) /* bus type is Parallel(DSI) */
  1341  pdata->is_dpi = 0;
  1342  
  1343  pdata->mipi_lanes = mipi_lanes;
  1344  if (pdata->mipi_lanes > MAX_LANES_SUPPORT || pdata->mipi_lanes 
<= 0)
  1345  pdata->mipi_lanes = MAX_LANES_SUPPORT;
  1346  
  1347  if (pdata->is_dpi)
  1348  DRM_DEV_DEBUG_DRIVER(dev, "found MIPI DPI host 
node.\n");
  1349  else
  1350  DRM_DEV_DEBUG_DRIVER(dev, "found MI

[RFC PATCH] drm/bridge: anx7625: anx7625_audio_hw_params() can be static

2021-03-18 Thread kernel test robot


Reported-by: kernel test robot 
Signed-off-by: kernel test robot 
---
 anx7625.c |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/gpu/drm/bridge/analogix/anx7625.c 
b/drivers/gpu/drm/bridge/analogix/anx7625.c
index f4653f2b58ad4..38bb8a9db216a 100644
--- a/drivers/gpu/drm/bridge/analogix/anx7625.c
+++ b/drivers/gpu/drm/bridge/analogix/anx7625.c
@@ -1585,9 +1585,9 @@ static enum drm_connector_status 
anx7625_sink_detect(struct anx7625_data *ctx)
 connector_status_disconnected;
 }
 
-int anx7625_audio_hw_params(struct device *dev, void *data,
-   struct hdmi_codec_daifmt *fmt,
-   struct hdmi_codec_params *params)
+static int anx7625_audio_hw_params(struct device *dev, void *data,
+  struct hdmi_codec_daifmt *fmt,
+  struct hdmi_codec_params *params)
 {
struct anx7625_data *ctx = dev_get_drvdata(dev);
int wl, ch, rate;
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


Re: [PATCH v5 5/5] drm/bridge: anx7625: add HDMI audio function

2021-03-18 Thread kernel test robot
Hi Xin,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on robh/for-next]
[also build test WARNING on linux/master linus/master v5.12-rc3 next-20210318]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:
https://github.com/0day-ci/linux/commits/Xin-Ji/Add-MIPI-rx-DPI-support/20210319-104013
base:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
config: i386-randconfig-s032-20210318 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce:
# apt-get install sparse
# sparse version: v0.6.3-277-gc089cd2d-dirty
# 
https://github.com/0day-ci/linux/commit/ea2fa662ee036a3e1e2e25233653d7227b510b48
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review 
Xin-Ji/Add-MIPI-rx-DPI-support/20210319-104013
git checkout ea2fa662ee036a3e1e2e25233653d7227b510b48
# save the attached .config to linux build tree
make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' ARCH=i386 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot 


sparse warnings: (new ones prefixed by >>)
>> drivers/gpu/drm/bridge/analogix/anx7625.c:1588:5: sparse: sparse: symbol 
>> 'anx7625_audio_hw_params' was not declared. Should it be static?

Please review and possibly fold the followup patch.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org


.config.gz
Description: application/gzip
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


Re: [PATCH v5 5/5] drm/bridge: anx7625: add HDMI audio function

2021-03-18 Thread kernel test robot
Hi Xin,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on robh/for-next]
[also build test WARNING on linux/master linus/master v5.12-rc3 next-20210318]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:
https://github.com/0day-ci/linux/commits/Xin-Ji/Add-MIPI-rx-DPI-support/20210319-104013
base:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
config: arm-randconfig-r014-20210318 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 
fcc1ce00931751ac02498986feb37744e9ace8de)
reproduce (this is a W=1 build):
wget 
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
chmod +x ~/bin/make.cross
# install arm cross compiling tool for clang build
# apt-get install binutils-arm-linux-gnueabi
# 
https://github.com/0day-ci/linux/commit/ea2fa662ee036a3e1e2e25233653d7227b510b48
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review 
Xin-Ji/Add-MIPI-rx-DPI-support/20210319-104013
git checkout ea2fa662ee036a3e1e2e25233653d7227b510b48
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot 

All warnings (new ones prefixed by >>):

   drivers/gpu/drm/bridge/analogix/anx7625.c:1496:6: warning: variable 
'mipi_lanes' is used uninitialized whenever 'if' condition is false 
[-Wsometimes-uninitialized]
   if (ep0) {
   ^~~
   drivers/gpu/drm/bridge/analogix/anx7625.c:1506:22: note: uninitialized use 
occurs here
   pdata->mipi_lanes = mipi_lanes;
   ^~
   drivers/gpu/drm/bridge/analogix/anx7625.c:1496:2: note: remove the 'if' if 
its condition is always true
   if (ep0) {
   ^
   drivers/gpu/drm/bridge/analogix/anx7625.c:1484:26: note: initialize the 
variable 'mipi_lanes' to silence this warning
   int bus_type, mipi_lanes;
   ^
= 0
   drivers/gpu/drm/bridge/analogix/anx7625.c:1496:6: warning: variable 
'bus_type' is used uninitialized whenever 'if' condition is false 
[-Wsometimes-uninitialized]
   if (ep0) {
   ^~~
   drivers/gpu/drm/bridge/analogix/anx7625.c:1503:6: note: uninitialized use 
occurs here
   if (bus_type == 5) /* bus type is Parallel(DSI) */
   ^~~~
   drivers/gpu/drm/bridge/analogix/anx7625.c:1496:2: note: remove the 'if' if 
its condition is always true
   if (ep0) {
   ^
   drivers/gpu/drm/bridge/analogix/anx7625.c:1484:14: note: initialize the 
variable 'bus_type' to silence this warning
   int bus_type, mipi_lanes;
   ^
= 0
>> drivers/gpu/drm/bridge/analogix/anx7625.c:1588:5: warning: no previous 
>> prototype for function 'anx7625_audio_hw_params' [-Wmissing-prototypes]
   int anx7625_audio_hw_params(struct device *dev, void *data,
   ^
   drivers/gpu/drm/bridge/analogix/anx7625.c:1588:1: note: declare 'static' if 
the function is not intended to be used outside of this translation unit
   int anx7625_audio_hw_params(struct device *dev, void *data,
   ^
   static 
   3 warnings generated.


vim +/anx7625_audio_hw_params +1588 drivers/gpu/drm/bridge/analogix/anx7625.c

  1477  
  1478  static int anx7625_parse_dt(struct device *dev,
  1479  struct anx7625_platform_data *pdata)
  1480  {
  1481  struct device_node *np = dev->of_node, *ep0;
  1482  struct drm_panel *panel;
  1483  int ret;
  1484  int bus_type, mipi_lanes;
  1485  
  1486  anx7625_get_swing_setting(dev, pdata);
  1487  
  1488  pdata->is_dpi = 1; /* default dpi mode */
  1489  pdata->mipi_host_node = of_graph_get_remote_node(np, 0, 0);
  1490  if (!pdata->mipi_host_node) {
  1491  DRM_DEV_ERROR(dev, "fail to get internal panel.\n");
  1492  return -ENODEV;
  1493  }
  1494  
  1495  ep0 = of_graph_get_endpoint_by_regs(np, 0, 0);
> 1496  if (ep0) {
  1497  if (of_property_read_u32(ep0, "bus-type", &bus_type))
  1498  bus_type = 0;
  1499  
  1500  mipi_lanes = of_property_count_u32_elems(ep0, 
"data-lanes");
  1501  }
  1502  
  1503  if (bus_type == 5) /* bus type is Parallel(DSI) */
  1504  

[staging:staging-testing] BUILD SUCCESS 18507b8f63101949f4a931fc904c37ea10407f7c

2021-03-20 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: 18507b8f63101949f4a931fc904c37ea10407f7c  staging: wimax: delete 
from the tree.

elapsed time: 722m

configs tested: 112
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
i386 allyesconfig
riscvallyesconfig
mips tb0287_defconfig
powerpc tqm8541_defconfig
arm socfpga_defconfig
arc  alldefconfig
powerpc  iss476-smp_defconfig
sh  lboxre2_defconfig
sh  rsk7203_defconfig
sh  kfr2r09_defconfig
archsdk_defconfig
mips   rbtx49xx_defconfig
powerpc stx_gp3_defconfig
sh   rts7751r2dplus_defconfig
riscvnommu_k210_defconfig
m68kmvme16x_defconfig
mips  malta_defconfig
sparc   sparc64_defconfig
powerpc tqm8560_defconfig
s390defconfig
arm  ep93xx_defconfig
powerpc  ppc40x_defconfig
arm  badge4_defconfig
mipse55_defconfig
mipsnlm_xlp_defconfig
sparc   defconfig
powerpc   lite5200b_defconfig
mips  ath25_defconfig
powerpccell_defconfig
armvt8500_v6_v7_defconfig
m68k   sun3_defconfig
ia64zx1_defconfig
powerpc skiroot_defconfig
powerpc ksi8560_defconfig
sh magicpanelr2_defconfig
s390   zfcpdump_defconfig
powerpc redwood_defconfig
sparcallyesconfig
armspear3xx_defconfig
armclps711x_defconfig
powerpc   mpc834x_itxgp_defconfig
pariscgeneric-64bit_defconfig
mipsmaltaup_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a004-20210320
i386 randconfig-a003-20210320
i386 randconfig-a001-20210320
i386 randconfig-a002-20210320
i386 randconfig-a006-20210320
i386 randconfig-a005-20210320
x86_64   randconfig-a012-20210320
x86_64   randconfig-a015-20210320
x86_64   randconfig-a013-20210320
x86_64   randconfig-a014-20210320
x86_64   randconfig-a016-20210320
x86_64   randconfig-a011-20210320
i386 randconfig-a014-20210320
i386 randconfig-a011-20210320
i386 randconfig-a015-20210320
i386 randconfig-a016-20210320
i386 randconfig-a013-20210320
i386 randconfig-a012-20210320
riscvnommu_virt_defconfig
riscv allnoconfig
riscv   defconfig
riscv  rv32_defconfig
riscv  

[staging:staging-next] BUILD SUCCESS c7f57fd6b7f0a889b0f847611c9075c37dd31810

2021-03-22 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-next
branch HEAD: c7f57fd6b7f0a889b0f847611c9075c37dd31810  Merge v5.12-rc4 into 
staging-next

elapsed time: 724m

configs tested: 123
configs skipped: 3

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
riscvallmodconfig
i386 allyesconfig
riscvallyesconfig
mips decstation_defconfig
mips db1xxx_defconfig
xtensa  audio_kc705_defconfig
arm ezx_defconfig
powerpc ppa8548_defconfig
shedosk7705_defconfig
arm socfpga_defconfig
m68k apollo_defconfig
m68km5407c3_defconfig
pariscgeneric-64bit_defconfig
xtensa   common_defconfig
powerpc mpc837x_mds_defconfig
sh  defconfig
sh  urquell_defconfig
xtensaxip_kc705_defconfig
shsh7757lcr_defconfig
sh  polaris_defconfig
powerpc  mgcoge_defconfig
mips  pic32mzda_defconfig
powerpc  arches_defconfig
armzeus_defconfig
arc defconfig
armmvebu_v7_defconfig
arm  lpd270_defconfig
s390defconfig
arm eseries_pxa_defconfig
arm  tct_hammer_defconfig
powerpc  walnut_defconfig
arm  footbridge_defconfig
mips   sb1250_swarm_defconfig
powerpcklondike_defconfig
shdreamcast_defconfig
powerpc kilauea_defconfig
armmmp2_defconfig
i386defconfig
sh  rsk7201_defconfig
powerpc  iss476-smp_defconfig
arm   versatile_defconfig
armdove_defconfig
mipsvocore2_defconfig
mips   ip28_defconfig
arm  simpad_defconfig
s390   zfcpdump_defconfig
shapsh4ad0a_defconfig
mips  loongson3_defconfig
arc  axs103_defconfig
powerpc mpc8272_ads_defconfig
mipsgpr_defconfig
sh   se7619_defconfig
powerpc  ppc44x_defconfig
powerpc mpc8315_rdb_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
xtensa   allyesconfig
h8300allyesconfig
sh   allmodconfig
parisc  defconfig
parisc   allyesconfig
s390 allyesconfig
s390 allmodconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a004-20210322
i386 randconfig-a003-20210322
i386 randconfig-a001-20210322
i386 randconfig-a002-20210322
i386 randconfig-a006-20210322
i386 randconfig-a005-20210322
x86_64   randconfig-a012-20210322
x86_64   randconfig-a015-20210322
x86_64   randconfig-a013-20210322
x86_64   randconfig-a014-20210322
x86_64   randconfig-a016-20210322
x86_64   randconfig-a0

[staging:staging-testing] BUILD SUCCESS f7bff017741d98567265ed6a6449311a51810fb6

2021-03-22 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: f7bff017741d98567265ed6a6449311a51810fb6  staging: qlge: fix an 
error code in probe()

elapsed time: 727m

configs tested: 105
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
riscvallyesconfig
i386 allyesconfig
m68k   m5208evb_defconfig
arc haps_hs_defconfig
powerpc  katmai_defconfig
sh   rts7751r2dplus_defconfig
mips   ip27_defconfig
riscvnommu_virt_defconfig
arc  alldefconfig
arc  axs103_defconfig
mips   ip28_defconfig
arm mxs_defconfig
riscvalldefconfig
shedosk7705_defconfig
arc  allyesconfig
m68km5307c3_defconfig
powerpc mpc832x_rdb_defconfig
mipsmalta_qemu_32r6_defconfig
m68kmac_defconfig
mipsnlm_xlr_defconfig
powerpc  walnut_defconfig
mips  pic32mzda_defconfig
mips   capcella_defconfig
arm am200epdkit_defconfig
powerpc wii_defconfig
powerpc mpc836x_rdk_defconfig
openrisc alldefconfig
m68k   m5249evb_defconfig
mipsmaltaup_defconfig
arm   omap1_defconfig
i386defconfig
arm   imx_v4_v5_defconfig
arm at91_dt_defconfig
powerpc ep8248e_defconfig
mipsjmr3927_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a004-20210322
i386 randconfig-a003-20210322
i386 randconfig-a001-20210322
i386 randconfig-a002-20210322
i386 randconfig-a006-20210322
i386 randconfig-a005-20210322
x86_64   randconfig-a012-20210322
x86_64   randconfig-a015-20210322
x86_64   randconfig-a013-20210322
x86_64   randconfig-a014-20210322
x86_64   randconfig-a016-20210322
x86_64   randconfig-a011-20210322
i386 randconfig-a014-20210322
i386 randconfig-a011-20210322
i386 randconfig-a015-20210322
i386 randconfig-a016-20210322
i386 randconfig-a012-20210322
i386 randconfig-a013-20210322
riscvnommu_k210_defconfig
riscv allnoconfig
riscv   defconfig
riscv  rv32_defconfig
riscvallmodconfig
x86_64   allyesconfig
x86_64rhel-7.6-kselftests
x86_64  defconfig
x86_64   rhel-8.3
x86_64  rhel-8.3-kbuiltin
x86_64  kexec

clang tested configs:
x86_64   randconfig-a002-2021032

[staging:staging-linus] BUILD SUCCESS e78836ae76d20f38eed8c8c67f21db97529949da

2021-03-23 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-linus
branch HEAD: e78836ae76d20f38eed8c8c67f21db97529949da  staging: rtl8192e: 
Change state information from u16 to u8

elapsed time: 723m

configs tested: 114
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
i386 allyesconfig
powerpcsam440ep_defconfig
powerpc   mpc834x_itxgp_defconfig
powerpc ppa8548_defconfig
powerpc mpc836x_rdk_defconfig
armlart_defconfig
m68k   m5208evb_defconfig
mips cu1000-neo_defconfig
powerpc ksi8560_defconfig
armmps2_defconfig
mipsmalta_kvm_guest_defconfig
arc haps_hs_smp_defconfig
sparc   defconfig
powerpc   lite5200b_defconfig
powerpc sequoia_defconfig
mips   rbtx49xx_defconfig
powerpcsocrates_defconfig
nds32 allnoconfig
arm   imx_v6_v7_defconfig
armneponset_defconfig
shhp6xx_defconfig
arm orion5x_defconfig
mipsmalta_qemu_32r6_defconfig
mips   capcella_defconfig
arm lubbock_defconfig
powerpc tqm8541_defconfig
powerpc mpc834x_itx_defconfig
sh  rsk7203_defconfig
mips loongson1b_defconfig
arm davinci_all_defconfig
powerpc  mpc866_ads_defconfig
sh ap325rxa_defconfig
arm socfpga_defconfig
powerpc wii_defconfig
arm pxa_defconfig
powerpc tqm8555_defconfig
powerpc   eiger_defconfig
arm  pxa168_defconfig
mips cu1830-neo_defconfig
powerpc  obs600_defconfig
powerpc64   defconfig
mips  ath25_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
nios2   defconfig
arc  allyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
sparcallyesconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
x86_64   randconfig-a002-20210323
x86_64   randconfig-a003-20210323
x86_64   randconfig-a006-20210323
x86_64   randconfig-a001-20210323
x86_64   randconfig-a004-20210323
x86_64   randconfig-a005-20210323
i386 randconfig-a003-20210323
i386 randconfig-a004-20210323
i386 randconfig-a001-20210323
i386 randconfig-a002-20210323
i386 randconfig-a006-20210323
i386 randconfig-a005-20210323
i386 randconfig-a014-20210323
i386 randconfig-a011-20210323
i386 randconfig-a015-20210323
i386 randconfig-a016-20210323
i386 randconfig-a012-20210323
i386 randconfig-a013-20210323
riscvnommu_k210_defconfig
riscvallyesconfig
riscvnommu_virt_defconfig
riscv allnoconfig
riscv   

[staging:staging-testing] BUILD SUCCESS d010995736cb581de55e99268d66937085b45ea0

2021-03-23 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: d010995736cb581de55e99268d66937085b45ea0  staging: rtl8723bs: 
remove blank line os_dep/os_intfs.c

elapsed time: 725m

configs tested: 94
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
i386 allyesconfig
riscvallyesconfig
m68k   m5208evb_defconfig
mips cu1000-neo_defconfig
powerpc ksi8560_defconfig
armmps2_defconfig
powerpcsocrates_defconfig
arm   imx_v6_v7_defconfig
armneponset_defconfig
shhp6xx_defconfig
arm orion5x_defconfig
mipsworkpad_defconfig
mips cu1830-neo_defconfig
armshmobile_defconfig
powerpc ep8248e_defconfig
powerpc  makalu_defconfig
armspear3xx_defconfig
arm pxa_defconfig
powerpc tqm8555_defconfig
powerpc   eiger_defconfig
arm  pxa168_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
x86_64   randconfig-a002-20210323
x86_64   randconfig-a003-20210323
x86_64   randconfig-a006-20210323
x86_64   randconfig-a001-20210323
x86_64   randconfig-a004-20210323
x86_64   randconfig-a005-20210323
i386 randconfig-a003-20210323
i386 randconfig-a004-20210323
i386 randconfig-a001-20210323
i386 randconfig-a002-20210323
i386 randconfig-a006-20210323
i386 randconfig-a005-20210323
i386 randconfig-a014-20210323
i386 randconfig-a011-20210323
i386 randconfig-a015-20210323
i386 randconfig-a016-20210323
i386 randconfig-a012-20210323
i386 randconfig-a013-20210323
riscvnommu_k210_defconfig
riscvnommu_virt_defconfig
riscv allnoconfig
riscv   defconfig
riscv  rv32_defconfig
riscvallmodconfig
x86_64rhel-7.6-kselftests
x86_64  defconfig
x86_64   rhel-8.3
x86_64  rhel-8.3-kbuiltin
x86_64  kexec

clang tested configs:
x86_64   randconfig-a012-20210323
x86_64   randconfig-a015-20210323
x86_64   randconfig-a013-20210323
x86_64   randconfig-a014-20210323
x86_64   randconfig-a011-20210323
x86_64   randconfig-a016-20210323

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listi

[driver-core:driver-core-linus] BUILD SUCCESS f0acf637d60ffcef3ccb6e279f743e587b3c7359

2021-03-23 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
driver-core-linus
branch HEAD: f0acf637d60ffcef3ccb6e279f743e587b3c7359  driver core: clear 
deferred probe reason on probe retry

elapsed time: 723m

configs tested: 163
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
riscvallmodconfig
riscvallyesconfig
i386 allyesconfig
mipsworkpad_defconfig
powerpc mpc8313_rdb_defconfig
mips cu1000-neo_defconfig
armmini2440_defconfig
powerpc redwood_defconfig
mipsar7_defconfig
m68kmac_defconfig
m68k allyesconfig
arm  imote2_defconfig
mips  bmips_stb_defconfig
arm   milbeaut_m10v_defconfig
arm mv78xx0_defconfig
arm   h5000_defconfig
armspear3xx_defconfig
sh ap325rxa_defconfig
mips bigsur_defconfig
m68km5407c3_defconfig
armhisi_defconfig
armvexpress_defconfig
m68k   m5208evb_defconfig
powerpc ksi8560_defconfig
armmps2_defconfig
arm shannon_defconfig
arm   omap2plus_defconfig
arm  tct_hammer_defconfig
powerpc  cm5200_defconfig
powerpc  iss476-smp_defconfig
arm  pxa255-idp_defconfig
arm  exynos_defconfig
mips tb0287_defconfig
sh  sdk7780_defconfig
powerpc  storcenter_defconfig
powerpc kilauea_defconfig
mips   sb1250_swarm_defconfig
arcvdk_hs38_defconfig
ia64generic_defconfig
arcnsim_700_defconfig
arm  pxa910_defconfig
xtensa  nommu_kc705_defconfig
powerpcsocrates_defconfig
arm   imx_v6_v7_defconfig
armneponset_defconfig
shhp6xx_defconfig
arm orion5x_defconfig
powerpc   bluestone_defconfig
arc haps_hs_smp_defconfig
s390 alldefconfig
mipse55_defconfig
sh sh7710voipgw_defconfig
m68kstmark2_defconfig
nios2 3c120_defconfig
sh  landisk_defconfig
sh   secureedge5410_defconfig
arm  integrator_defconfig
powerpc mpc836x_mds_defconfig
powerpc mpc8272_ads_defconfig
powerpc linkstation_defconfig
powerpc rainier_defconfig
mipsmaltaup_defconfig
arm  pxa168_defconfig
arm  collie_defconfig
arm lpc18xx_defconfig
shecovec24-romimage_defconfig
mips   rs90_defconfig
mips   capcella_defconfig
shsh7785lcr_defconfig
sh   se7721_defconfig
arm davinci_all_defconfig
powerpc  ppc6xx_defconfig
powerpc mpc834x_mds_defconfig
sh  rsk7201_defconfig
arm lpc32xx_defconfig
arm pxa_defconfig
powerpc tqm8555_defconfig
powerpc   eiger_defconfig
mips cu1830-neo_defconfig
powerpc  obs600_defconfig
powerpc64   defconfig
mips  ath25_defconfig
arm axm55xx_defconfig
arc nsimosci_hs_smp_defconfig
powerpc asp8347_defconfig
archsdk_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
nd

[driver-core:driver-core-testing] BUILD SUCCESS a7d30f3f41cf40aad1c4557fa180fe320d5b7c74

2021-03-23 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
driver-core-testing
branch HEAD: a7d30f3f41cf40aad1c4557fa180fe320d5b7c74  watchdog: retu_wdt: 
Clean-up by using managed work init

elapsed time: 723m

configs tested: 153
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
riscvallmodconfig
riscvallyesconfig
i386 allyesconfig
mipsworkpad_defconfig
powerpc mpc8313_rdb_defconfig
mips cu1000-neo_defconfig
armmini2440_defconfig
powerpc redwood_defconfig
mipsar7_defconfig
m68kmac_defconfig
m68k allyesconfig
arm  imote2_defconfig
mips  bmips_stb_defconfig
arm   milbeaut_m10v_defconfig
arm mv78xx0_defconfig
arm   h5000_defconfig
armspear3xx_defconfig
sh ap325rxa_defconfig
mips bigsur_defconfig
m68km5407c3_defconfig
armhisi_defconfig
armvexpress_defconfig
m68k   m5208evb_defconfig
powerpc ksi8560_defconfig
armmps2_defconfig
arm shannon_defconfig
arm   omap2plus_defconfig
arm  tct_hammer_defconfig
powerpc  cm5200_defconfig
powerpc  iss476-smp_defconfig
arm  pxa255-idp_defconfig
arm  exynos_defconfig
powerpc   bluestone_defconfig
arcvdk_hs38_defconfig
ia64generic_defconfig
arcnsim_700_defconfig
arm  pxa910_defconfig
xtensa  nommu_kc705_defconfig
powerpcsocrates_defconfig
arm   imx_v6_v7_defconfig
armneponset_defconfig
shhp6xx_defconfig
arm orion5x_defconfig
arc haps_hs_smp_defconfig
s390 alldefconfig
mipse55_defconfig
sh sh7710voipgw_defconfig
m68kstmark2_defconfig
nios2 3c120_defconfig
sh  landisk_defconfig
sh   secureedge5410_defconfig
arm  integrator_defconfig
powerpc mpc836x_mds_defconfig
powerpc mpc8272_ads_defconfig
powerpc linkstation_defconfig
powerpc rainier_defconfig
mipsmaltaup_defconfig
arm  pxa168_defconfig
arm  collie_defconfig
arm davinci_all_defconfig
powerpc  ppc6xx_defconfig
powerpc mpc834x_mds_defconfig
sh  rsk7201_defconfig
arm lpc32xx_defconfig
arm pxa_defconfig
powerpc tqm8555_defconfig
powerpc   eiger_defconfig
mips cu1830-neo_defconfig
powerpc  obs600_defconfig
powerpc64   defconfig
mips  ath25_defconfig
mips tb0287_defconfig
arm axm55xx_defconfig
arc nsimosci_hs_smp_defconfig
powerpc asp8347_defconfig
archsdk_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig

[staging:staging-next] BUILD SUCCESS 9c15db92a8e56bcde0f58064ac1adc28c0579b51

2021-03-26 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-next
branch HEAD: 9c15db92a8e56bcde0f58064ac1adc28c0579b51  Merge tag 
'iio-for-5.13a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio 
into staging-next

elapsed time: 727m

configs tested: 182
configs skipped: 3

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
riscvallmodconfig
i386 allyesconfig
riscvallyesconfig
powerpcge_imp3a_defconfig
armshmobile_defconfig
powerpc  cm5200_defconfig
powerpc wii_defconfig
arm  jornada720_defconfig
powerpc  mpc866_ads_defconfig
arm  gemini_defconfig
powerpcicon_defconfig
arm hackkit_defconfig
arm lpc18xx_defconfig
sh  kfr2r09_defconfig
shecovec24-romimage_defconfig
sh   se7780_defconfig
arm  moxart_defconfig
powerpc ep8248e_defconfig
openriscdefconfig
sh microdev_defconfig
powerpc  allmodconfig
arm  ixp4xx_defconfig
arm bcm2835_defconfig
powerpcklondike_defconfig
shshmin_defconfig
mipsgpr_defconfig
mips   lemote2f_defconfig
nios2 10m50_defconfig
powerpc   holly_defconfig
arm  exynos_defconfig
armmulti_v5_defconfig
arm orion5x_defconfig
powerpc  pasemi_defconfig
ia64  tiger_defconfig
mips  pistachio_defconfig
powerpc mpc837x_mds_defconfig
powerpc   ebony_defconfig
armpleb_defconfig
m68kmvme147_defconfig
microblaze  defconfig
sparc   defconfig
mipsar7_defconfig
ia64zx1_defconfig
arm   spear13xx_defconfig
powerpc  g5_defconfig
arc  axs101_defconfig
arm   imx_v4_v5_defconfig
m68k   m5249evb_defconfig
armmini2440_defconfig
ia64 allyesconfig
powerpc  pmac32_defconfig
arm  pxa3xx_defconfig
arm   aspeed_g5_defconfig
mips loongson1c_defconfig
sparcalldefconfig
mips   rs90_defconfig
powerpc  allyesconfig
sh sh03_defconfig
arm   milbeaut_m10v_defconfig
armmulti_v7_defconfig
powerpc   bluestone_defconfig
xtensageneric_kc705_defconfig
powerpc  acadia_defconfig
arm   multi_v4t_defconfig
armmps2_defconfig
arm  pxa910_defconfig
armclps711x_defconfig
sh   sh7724_generic_defconfig
powerpc sbc8548_defconfig
arm  pxa255-idp_defconfig
powerpc  arches_defconfig
arcvdk_hs38_smp_defconfig
powerpc   eiger_defconfig
sh  rts7751r2d1_defconfig
alphaalldefconfig
arm s3c2410_defconfig
shmigor_defconfig
sh  polaris_defconfig
powerpc  walnut_defconfig
arm s3c6400_defconfig
m68k allmodconfig
arm eseries_pxa_defconfig
mips  rb532_defconfig
powerpc mpc5200_defconfig
mips   mtx1_defconfig
sh shx3_defconfig
xtensa  cadence_csp_defconfig
powerpc   maple_defconfig
powerpcsocrates_defconfig
powerpc  bamboo_defconfig
arm mv78xx0_defconfig
sh   se7206_defconfig
shtitan_defconfig
sh  

[staging:staging-testing] BUILD SUCCESS a5bf1a101a19dbb38be7ffebe2650449e344c892

2021-03-26 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: a5bf1a101a19dbb38be7ffebe2650449e344c892  drivers: staging: 
netlogic: fix unmet dependency for PHYLIB

i386-tinyconfig vmlinux size:

+---+-+--+
| DELTA | SYMBOL  |  COMMIT  |
+---+-+--+
|  +467 | TOTAL   | a38fd8748464..a5bf1a101a19 (ALL COMMITS) |
|  +454 | TEXT| a38fd8748464..a5bf1a101a19 (ALL COMMITS) |
|   +80 | timekeeping_notify()| a38fd8748464..a5bf1a101a19 (ALL COMMITS) |
|   +70 | __perf_pmu_sched_task() | a38fd8748464..a5bf1a101a19 (ALL COMMITS) |
|   +64 | perf_pmu_sched_task()   | a38fd8748464..a5bf1a101a19 (ALL COMMITS) |
|   -92 | change_clocksource()| a38fd8748464..a5bf1a101a19 (ALL COMMITS) |
+---+-+--+

elapsed time: 723m

configs tested: 157
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
riscvallmodconfig
x86_64   allyesconfig
i386 allyesconfig
riscvallyesconfig
shecovec24-romimage_defconfig
arcvdk_hs38_smp_defconfig
m68k amcore_defconfig
m68k   sun3_defconfig
powerpc  pmac32_defconfig
powerpcsam440ep_defconfig
sh   se7750_defconfig
armclps711x_defconfig
sh   alldefconfig
mipsnlm_xlr_defconfig
arm   spear13xx_defconfig
arm hackkit_defconfig
arm lpc18xx_defconfig
sh  kfr2r09_defconfig
sh   se7780_defconfig
arm  moxart_defconfig
powerpc ep8248e_defconfig
openriscdefconfig
sh microdev_defconfig
powerpc  allmodconfig
arm  ixp4xx_defconfig
nios2 10m50_defconfig
powerpc   holly_defconfig
arm  exynos_defconfig
armmulti_v5_defconfig
arm orion5x_defconfig
powerpc  pasemi_defconfig
ia64  tiger_defconfig
powerpc wii_defconfig
mips  pistachio_defconfig
powerpc mpc837x_mds_defconfig
powerpc   ebony_defconfig
armpleb_defconfig
m68kmvme147_defconfig
microblaze  defconfig
mipsar7_defconfig
powerpc  g5_defconfig
ia64zx1_defconfig
arm  pxa3xx_defconfig
arm   aspeed_g5_defconfig
mips loongson1c_defconfig
sparcalldefconfig
mips   rs90_defconfig
sh sh03_defconfig
arm   milbeaut_m10v_defconfig
armmulti_v7_defconfig
powerpc  allyesconfig
powerpc   bluestone_defconfig
xtensageneric_kc705_defconfig
powerpc  acadia_defconfig
arm   multi_v4t_defconfig
armmps2_defconfig
arm  pxa910_defconfig
powerpc  arches_defconfig
powerpc   eiger_defconfig
sh  rts7751r2d1_defconfig
alphaalldefconfig
arm s3c2410_defconfig
shmigor_defconfig
arm eseries_pxa_defconfig
shtitan_defconfig
arm   cns3420vb_defconfig
arm  imote2_defconfig
mips  rb532_defconfig
arm palmz72_defconfig
arm mv78xx0_defconfig
alphaallyesconfig
mipsgpr_defconfig
powerpc   maple_defconfig
powerpcsocrates_defconfig
powerpc  bamboo_defconfig
shsh7763rdp_defconfig
m68k   m5275evb_defconfig
mips   

[driver-core:driver-core-testing] BUILD SUCCESS ecdc996baf291b903342cc704f4086a88c361967

2021-03-26 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
driver-core-testing
branch HEAD: ecdc996baf291b903342cc704f4086a88c361967  power: supply: 
axp20x_usb_power: fix work-queue init

elapsed time: 728m

configs tested: 159
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
riscvallmodconfig
x86_64   allyesconfig
i386 allyesconfig
riscvallyesconfig
shecovec24-romimage_defconfig
arcvdk_hs38_smp_defconfig
m68k amcore_defconfig
m68k   sun3_defconfig
powerpc  pmac32_defconfig
arm hackkit_defconfig
arm lpc18xx_defconfig
sh  kfr2r09_defconfig
sh   se7780_defconfig
arm  moxart_defconfig
powerpc ep8248e_defconfig
openriscdefconfig
sh microdev_defconfig
powerpc  allmodconfig
arm  ixp4xx_defconfig
nios2 10m50_defconfig
powerpc   holly_defconfig
arm  exynos_defconfig
armmulti_v5_defconfig
arm orion5x_defconfig
powerpc  pasemi_defconfig
ia64  tiger_defconfig
powerpc wii_defconfig
mips  pistachio_defconfig
powerpc mpc837x_mds_defconfig
powerpc   ebony_defconfig
armpleb_defconfig
m68kmvme147_defconfig
microblaze  defconfig
mipsar7_defconfig
powerpc  g5_defconfig
ia64zx1_defconfig
arm   spear13xx_defconfig
arm  pxa3xx_defconfig
arm   aspeed_g5_defconfig
mips loongson1c_defconfig
sparcalldefconfig
mips   rs90_defconfig
sh sh03_defconfig
arm   milbeaut_m10v_defconfig
armmulti_v7_defconfig
powerpc  allyesconfig
powerpc   bluestone_defconfig
xtensageneric_kc705_defconfig
powerpc  acadia_defconfig
arm   multi_v4t_defconfig
armmps2_defconfig
arm  pxa910_defconfig
armqcom_defconfig
sh  r7785rp_defconfig
powerpc  arches_defconfig
arc   tb10x_defconfig
mips   ip32_defconfig
arc  axs103_defconfig
powerpc   eiger_defconfig
powerpcsam440ep_defconfig
sparc   sparc64_defconfig
arm s3c2410_defconfig
arm eseries_pxa_defconfig
shtitan_defconfig
arm   cns3420vb_defconfig
arm  imote2_defconfig
mips  rb532_defconfig
arm palmz72_defconfig
arm mv78xx0_defconfig
alphaallyesconfig
mipsgpr_defconfig
powerpc   maple_defconfig
powerpcsocrates_defconfig
powerpc  bamboo_defconfig
sh   se7206_defconfig
sh   sh2007_defconfig
powerpc mpc834x_mds_defconfig
shsh7763rdp_defconfig
m68k   m5275evb_defconfig
mips   ci20_defconfig
arcnsimosci_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
xtensa   allyesconfig
h83

[driver-core:driver-core-testing] BUILD SUCCESS d225ef6fda7ce9ff7d28764bd1cceea2d0215e8b

2021-03-28 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
driver-core-testing
branch HEAD: d225ef6fda7ce9ff7d28764bd1cceea2d0215e8b  base: dd: fix error 
return code of driver_sysfs_add()

elapsed time: 722m

configs tested: 119
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
riscvallmodconfig
riscvallyesconfig
arm   aspeed_g4_defconfig
arm pxa_defconfig
sparc   sparc32_defconfig
ia64 alldefconfig
powerpcicon_defconfig
arcnsimosci_defconfig
powerpcge_imp3a_defconfig
m68k   m5208evb_defconfig
ia64defconfig
mips  decstation_64_defconfig
powerpc  chrp32_defconfig
arm   omap2plus_defconfig
sh  rsk7264_defconfig
riscvnommu_virt_defconfig
umkunit_defconfig
powerpc  mgcoge_defconfig
powerpc  walnut_defconfig
mips cu1000-neo_defconfig
armmmp2_defconfig
arm palmz72_defconfig
um  defconfig
powerpc  tqm8xx_defconfig
i386 alldefconfig
sh   se7722_defconfig
powerpc   ppc64_defconfig
alpha   defconfig
arm bcm2835_defconfig
sh  kfr2r09_defconfig
openriscdefconfig
armxcep_defconfig
arm  iop32x_defconfig
sh magicpanelr2_defconfig
arm shannon_defconfig
mips loongson1b_defconfig
sh microdev_defconfig
pariscgeneric-64bit_defconfig
powerpc  ppc6xx_defconfig
arm  ixp4xx_defconfig
ia64 allmodconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a004-20210328
i386 randconfig-a003-20210328
i386 randconfig-a001-20210328
i386 randconfig-a002-20210328
i386 randconfig-a006-20210328
i386 randconfig-a005-20210328
x86_64   randconfig-a015-20210328
x86_64   randconfig-a012-20210328
x86_64   randconfig-a013-20210328
x86_64   randconfig-a014-20210328
x86_64   randconfig-a016-20210328
x86_64   randconfig-a011-20210328
i386 randconfig-a014-20210328
i386 randconfig-a011-20210328
i386 randconfig-a015-20210328
i386 randconfig-a016-20210328
i386 randconfig-a013-20210328
i386 randconfig-a012-20210328
riscvnommu_k210_defconfig
riscv allnoconfig
riscv   defconfig
riscv  rv32_defconfig
um   allmodconfig
umallnoconfig
um

[staging:staging-testing] BUILD SUCCESS 305271ab4f54f9ae7b9080473d1699c9511ae235

2021-03-28 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: 305271ab4f54f9ae7b9080473d1699c9511ae235  staging: rtl8723bs: 
remove unused macros in include/drv_types.c

i386-tinyconfig vmlinux size:

+---+-+--+
| DELTA | SYMBOL  |  COMMIT  |
+---+-+--+
|  +467 | TOTAL   | a38fd8748464..305271ab4f54 (ALL COMMITS) |
|  +454 | TEXT| a38fd8748464..305271ab4f54 (ALL COMMITS) |
|   +80 | timekeeping_notify()| a38fd8748464..305271ab4f54 (ALL COMMITS) |
|   +70 | __perf_pmu_sched_task() | a38fd8748464..305271ab4f54 (ALL COMMITS) |
|   +64 | perf_pmu_sched_task()   | a38fd8748464..305271ab4f54 (ALL COMMITS) |
|   -92 | change_clocksource()| a38fd8748464..305271ab4f54 (ALL COMMITS) |
+---+-+--+

elapsed time: 722m

configs tested: 111
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
riscvallmodconfig
riscvallyesconfig
sh  defconfig
powerpc   bluestone_defconfig
arc defconfig
arm   aspeed_g5_defconfig
sh   se7712_defconfig
mips   ip22_defconfig
arm   aspeed_g4_defconfig
arm pxa_defconfig
sparc   sparc32_defconfig
ia64 alldefconfig
powerpcicon_defconfig
arcnsimosci_defconfig
powerpc  mgcoge_defconfig
powerpc  walnut_defconfig
mips cu1000-neo_defconfig
armmmp2_defconfig
arm palmz72_defconfig
um  defconfig
i386 alldefconfig
mips  malta_kvm_defconfig
m68k  sun3x_defconfig
mips   rbtx49xx_defconfig
shmigor_defconfig
h8300 edosk2674_defconfig
sh  sdk7786_defconfig
xtensa   alldefconfig
mips   lemote2f_defconfig
powerpc  iss476-smp_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386   tinyconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a004-20210328
i386 randconfig-a003-20210328
i386 randconfig-a001-20210328
i386 randconfig-a002-20210328
i386 randconfig-a006-20210328
i386 randconfig-a005-20210328
x86_64   randconfig-a015-20210328
x86_64   randconfig-a012-20210328
x86_64   randconfig-a013-20210328
x86_64   randconfig-a014-20210328
x86_64   randconfig-a016-20210328
x86_64   randconfig-a011-20210328
i386 randconfig-a014-20210328
i386 randconfig-a011-20210328
i386 randconfig-a015-20210328
i386   

[staging:staging-testing] BUILD SUCCESS 507614ba25ffedcc53f24ca6686c877ff1e2e694

2021-04-02 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: 507614ba25ffedcc53f24ca6686c877ff1e2e694  regulator: 
hi6421v600-regulator: move it from staging

elapsed time: 729m

configs tested: 159
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
riscvallmodconfig
i386 allyesconfig
riscvallyesconfig
powerpc powernv_defconfig
mips  malta_kvm_defconfig
m68kmvme16x_defconfig
powerpc  ppc40x_defconfig
mips tb0226_defconfig
arm rpc_defconfig
xtensa   common_defconfig
powerpc ksi8560_defconfig
arm  lpd270_defconfig
arm   aspeed_g4_defconfig
riscvnommu_k210_defconfig
m68k  amiga_defconfig
shtitan_defconfig
armtrizeps4_defconfig
alphaalldefconfig
arm   sama5_defconfig
sh apsh4a3a_defconfig
arm   omap1_defconfig
arm   h5000_defconfig
mips  rm200_defconfig
pariscgeneric-64bit_defconfig
powerpc mpc83xx_defconfig
ia64  gensparse_defconfig
mips  fuloong2e_defconfig
powerpc sequoia_defconfig
arm  ixp4xx_defconfig
arm  pxa910_defconfig
arm pxa_defconfig
mipsworkpad_defconfig
nios2 10m50_defconfig
arm  iop32x_defconfig
ia64 alldefconfig
powerpc mpc8540_ads_defconfig
powerpc ppa8548_defconfig
h8300   h8s-sim_defconfig
arm  badge4_defconfig
mips  loongson3_defconfig
arc nsimosci_hs_defconfig
armshmobile_defconfig
m68k apollo_defconfig
xtensa  iss_defconfig
sh  rsk7201_defconfig
powerpcamigaone_defconfig
sh   se7724_defconfig
powerpc wii_defconfig
arm   multi_v4t_defconfig
shsh7785lcr_defconfig
mipsvocore2_defconfig
s390defconfig
powerpc mpc8315_rdb_defconfig
powerpc  tqm8xx_defconfig
sh kfr2r09-romimage_defconfig
sparc64 defconfig
powerpc mpc834x_mds_defconfig
mips   gcw0_defconfig
mipsomega2p_defconfig
arm palmz72_defconfig
arm  pxa168_defconfig
sh   se7780_defconfig
sh   se7750_defconfig
powerpcge_imp3a_defconfig
arcvdk_hs38_defconfig
pariscgeneric-32bit_defconfig
powerpc   allnoconfig
arm lpc18xx_defconfig
arm  moxart_defconfig
s390 allyesconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allmodconfig
parisc   allyesconfig
sparcallyesconfig
sparc   defconfig
i386defconfig
mips   

[driver-core:driver-core-testing] BUILD SUCCESS f7514a6630166a7b566dee9b1af2e87e431959be

2021-04-02 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
driver-core-testing
branch HEAD: f7514a6630166a7b566dee9b1af2e87e431959be  of: property: 
fw_devlink: Add support for remote-endpoint

elapsed time: 722m

configs tested: 98
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
riscvallmodconfig
ia64 allmodconfig
m68k amcore_defconfig
m68k   bvme6000_defconfig
arm   spear13xx_defconfig
powerpc ppa8548_defconfig
s390   zfcpdump_defconfig
ia64  tiger_defconfig
powerpc  storcenter_defconfig
arm s5pv210_defconfig
arm  ep93xx_defconfig
m68k apollo_defconfig
powerpc   lite5200b_defconfig
armhisi_defconfig
powerpcicon_defconfig
xtensa  nommu_kc705_defconfig
armvt8500_v6_v7_defconfig
xtensa virt_defconfig
arcnsim_700_defconfig
powerpc wii_defconfig
arm  ixp4xx_defconfig
xtensa  defconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a006-20210402
i386 randconfig-a003-20210402
i386 randconfig-a001-20210402
i386 randconfig-a004-20210402
i386 randconfig-a005-20210402
i386 randconfig-a002-20210402
x86_64   randconfig-a004-20210402
x86_64   randconfig-a005-20210402
x86_64   randconfig-a003-20210402
x86_64   randconfig-a001-20210402
x86_64   randconfig-a002-20210402
x86_64   randconfig-a006-20210402
i386 randconfig-a014-20210401
i386 randconfig-a011-20210401
i386 randconfig-a016-20210401
i386 randconfig-a012-20210401
i386 randconfig-a013-20210401
i386 randconfig-a015-20210401
riscvnommu_k210_defconfig
riscvallyesconfig
riscvnommu_virt_defconfig
riscv allnoconfig
riscv   defconfig
riscv  rv32_defconfig
um   allmodconfig
umallnoconfig
um   allyesconfig
um  defconfig
x86_64rhel-8.3-kselftests
x86_64  defconfig
x86_64   rhel-8.3
x86_64  rhel-8.3-kbuiltin
x86_64  kexec

clang tested configs:
x86_64   randconfig-a014-20210402
x86_64   randconfig-a015-20210402
x86_64   randconfig-a011-20210402
x86_64   randconfig-a013-20210402
x86_64   randconfig-a012-20210402
x86_64   randconfig-a016-20210402

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.0

[driver-core:debugfs_remove_return_value 16/24] drivers/tty/serial/pch_uart.c:1815:9: error: 'port_regs_ops' undeclared

2021-04-03 Thread kernel test robot
tree:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
debugfs_remove_return_value
head:   b133d227ed48382c8cf8f977f69279cf3a0e0ac4
commit: 0ce3084ec1fef72edd1edee6d144626178a47d4a [16/24] tty: serial: 
pch_uart.c: remove debugfs dentry pointer
config: ia64-randconfig-r034-20210403 (attached as .config)
compiler: ia64-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
wget 
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
chmod +x ~/bin/make.cross
# 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/commit/?id=0ce3084ec1fef72edd1edee6d144626178a47d4a
git remote add driver-core 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
git fetch --no-tags driver-core debugfs_remove_return_value
git checkout 0ce3084ec1fef72edd1edee6d144626178a47d4a
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross 
ARCH=ia64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot 

All errors (new ones prefixed by >>):

   In file included from arch/ia64/include/asm/pgtable.h:154,
from include/linux/pgtable.h:6,
from arch/ia64/include/asm/uaccess.h:40,
from include/linux/uaccess.h:11,
from arch/ia64/include/asm/sections.h:11,
from include/linux/interrupt.h:20,
from include/linux/pci.h:38,
from drivers/tty/serial/pch_uart.c:9:
   arch/ia64/include/asm/mmu_context.h: In function 'reload_context':
   arch/ia64/include/asm/mmu_context.h:127:41: warning: variable 'old_rr4' set 
but not used [-Wunused-but-set-variable]
 127 |  unsigned long rr0, rr1, rr2, rr3, rr4, old_rr4;
 | ^~~
   drivers/tty/serial/pch_uart.c: In function 'pch_uart_init_port':
>> drivers/tty/serial/pch_uart.c:1815:9: error: 'port_regs_ops' undeclared 
>> (first use in this function)
1815 |&port_regs_ops);
 | ^
   drivers/tty/serial/pch_uart.c:1815:9: note: each undeclared identifier is 
reported only once for each function it appears in


vim +/port_regs_ops +1815 drivers/tty/serial/pch_uart.c

  1725  
  1726  static struct eg20t_port *pch_uart_init_port(struct pci_dev *pdev,
  1727   const struct pci_device_id 
*id)
  1728  {
  1729  struct eg20t_port *priv;
  1730  int ret;
  1731  unsigned int iobase;
  1732  unsigned int mapbase;
  1733  unsigned char *rxbuf;
  1734  int fifosize;
  1735  int port_type;
  1736  struct pch_uart_driver_data *board;
  1737  char name[32];
  1738  
  1739  board = &drv_dat[id->driver_data];
  1740  port_type = board->port_type;
  1741  
  1742  priv = kzalloc(sizeof(struct eg20t_port), GFP_KERNEL);
  1743  if (priv == NULL)
  1744  goto init_port_alloc_err;
  1745  
  1746  rxbuf = (unsigned char *)__get_free_page(GFP_KERNEL);
  1747  if (!rxbuf)
  1748  goto init_port_free_txbuf;
  1749  
  1750  switch (port_type) {
  1751  case PORT_PCH_8LINE:
  1752  fifosize = 256; /* EG20T/ML7213: UART0 */
  1753  break;
  1754  case PORT_PCH_2LINE:
  1755  fifosize = 64; /* EG20T:UART1~3  ML7213: UART1~2*/
  1756  break;
  1757  default:
  1758  dev_err(&pdev->dev, "Invalid Port Type(=%d)\n", 
port_type);
  1759  goto init_port_hal_free;
  1760  }
  1761  
  1762  pci_enable_msi(pdev);
  1763  pci_set_master(pdev);
  1764  
  1765  spin_lock_init(&priv->lock);
  1766  
  1767  iobase = pci_resource_start(pdev, 0);
  1768  mapbase = pci_resource_start(pdev, 1);
  1769  priv->mapbase = mapbase;
  1770  priv->iobase = iobase;
  1771  priv->pdev = pdev;
  1772  priv->tx_empty = 1;
  1773  priv->rxbuf.buf = rxbuf;
  1774  priv->rxbuf.size = PAGE_SIZE;
  1775  
  1776  priv->fifo_size = fifosize;
  1777  priv->uartclk = pch_uart_get_uartclk();
  1778  priv->port_type = port_type;
  1779  priv->port.dev = &pdev->dev;
  1780  priv->port.iobase = iobase;
  1781  priv->port.membase = NULL;
  1782  priv->port.mapbase = mapbase;
  1783  priv->port.irq = pdev->irq;
  1784  priv->port.iotype = UPIO_PORT;
  1785  priv->port.ops = &pch_uart_ops;
  1786  priv->port.flags = UPF_BO

[driver-core:readfile 2/4] arch/arm64/include/asm/unistd32.h:897:11: error: array designator index (443) exceeds array bounds (443)

2021-04-03 Thread kernel test robot
tree:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
readfile
head:   49df3607c64bd48afbc4ce729ee310364c134def
commit: 8e475ba37dc1e5922dc4648bb42b1a36f692e440 [2/4] arch: wire up the 
readfile syscall
config: arm64-randconfig-r025-20210404 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 
3bcb6a389ff4338d76a25b7d9e0e3c40d84695be)
reproduce (this is a W=1 build):
wget 
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
chmod +x ~/bin/make.cross
# install arm64 cross compiling tool for clang build
# apt-get install binutils-aarch64-linux-gnu
# 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/commit/?id=8e475ba37dc1e5922dc4648bb42b1a36f692e440
git remote add driver-core 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
git fetch --no-tags driver-core readfile
git checkout 8e475ba37dc1e5922dc4648bb42b1a36f692e440
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot 

All errors (new ones prefixed by >>):

   #define __SYSCALL(nr, sym)  [nr] = __arm64_##sym,
  ^
   :51:1: note: expanded from here
   __arm64_sys_clone3
   ^~
   arch/arm64/kernel/sys32.c:133:37: note: previous initialization is here
   [0 ... __NR_compat_syscalls - 1] = __arm64_sys_ni_syscall,
  ^~
   In file included from arch/arm64/kernel/sys32.c:134:
   arch/arm64/include/asm/unistd32.h:883:1: warning: initializer overrides 
prior initialization of this subobject [-Winitializer-overrides]
   __SYSCALL(__NR_close_range, sys_close_range)
   ^~~~
   arch/arm64/kernel/sys32.c:130:35: note: expanded from macro '__SYSCALL'
   #define __SYSCALL(nr, sym)  [nr] = __arm64_##sym,
  ^
   :52:1: note: expanded from here
   __arm64_sys_close_range
   ^~~
   arch/arm64/kernel/sys32.c:133:37: note: previous initialization is here
   [0 ... __NR_compat_syscalls - 1] = __arm64_sys_ni_syscall,
  ^~
   In file included from arch/arm64/kernel/sys32.c:134:
   arch/arm64/include/asm/unistd32.h:885:1: warning: initializer overrides 
prior initialization of this subobject [-Winitializer-overrides]
   __SYSCALL(__NR_openat2, sys_openat2)
   ^~~~
   arch/arm64/kernel/sys32.c:130:35: note: expanded from macro '__SYSCALL'
   #define __SYSCALL(nr, sym)  [nr] = __arm64_##sym,
  ^
   :53:1: note: expanded from here
   __arm64_sys_openat2
   ^~~
   arch/arm64/kernel/sys32.c:133:37: note: previous initialization is here
   [0 ... __NR_compat_syscalls - 1] = __arm64_sys_ni_syscall,
  ^~
   In file included from arch/arm64/kernel/sys32.c:134:
   arch/arm64/include/asm/unistd32.h:887:1: warning: initializer overrides 
prior initialization of this subobject [-Winitializer-overrides]
   __SYSCALL(__NR_pidfd_getfd, sys_pidfd_getfd)
   ^~~~
   arch/arm64/kernel/sys32.c:130:35: note: expanded from macro '__SYSCALL'
   #define __SYSCALL(nr, sym)  [nr] = __arm64_##sym,
  ^
   :54:1: note: expanded from here
   __arm64_sys_pidfd_getfd
   ^~~
   arch/arm64/kernel/sys32.c:133:37: note: previous initialization is here
   [0 ... __NR_compat_syscalls - 1] = __arm64_sys_ni_syscall,
  ^~
   In file included from arch/arm64/kernel/sys32.c:134:
   arch/arm64/include/asm/unistd32.h:889:1: warning: initializer overrides 
prior initialization of this subobject [-Winitializer-overrides]
   __SYSCALL(__NR_faccessat2, sys_faccessat2)
   ^~
   arch/arm64/kernel/sys32.c:130:35: note: expanded from macro '__SYSCALL'
   #define __SYSCALL(nr, sym)  [nr] = __arm64_##sym,
  ^
   :55:1: note: expanded from here
   __arm64_sys_faccessat2
   ^~
   arch/arm64/kernel/sys32.c:133:37: note: previous initialization is here
   [0 ... __NR_compat_syscalls - 1] = __arm64_sys_ni_syscall,
  ^~
   In file included from arch/arm64/kernel/sys32.c:134:
   arch/arm64/include/asm/unistd32.h:891:1: warning: initializer ove

[driver-core:readfile] BUILD REGRESSION 49df3607c64bd48afbc4ce729ee310364c134def

2021-04-03 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git readfile
branch HEAD: 49df3607c64bd48afbc4ce729ee310364c134def  readfile.2: new page 
describing readfile(2)

Error/Warning in current branch:

arch/arm64/include/asm/unistd32.h:897:11: error: array designator index (443) 
exceeds array bounds (443)

Error/Warning ids grouped by kconfigs:

clang_recent_errors
`-- arm64-randconfig-r025-20210404
`-- 
arch-arm64-include-asm-unistd32.h:error:array-designator-index-()-exceeds-array-bounds-()

elapsed time: 725m

configs tested: 174
configs skipped: 2

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
riscvallmodconfig
x86_64   allyesconfig
i386 allyesconfig
riscvallyesconfig
powerpc powernv_defconfig
mips  malta_kvm_defconfig
m68kmvme16x_defconfig
powerpc  ppc40x_defconfig
mips tb0226_defconfig
arm rpc_defconfig
xtensa   common_defconfig
powerpc ksi8560_defconfig
arm  lpd270_defconfig
ia64 allmodconfig
m68k amcore_defconfig
m68k   bvme6000_defconfig
arm   spear13xx_defconfig
powerpc ppa8548_defconfig
sh  polaris_defconfig
sh ap325rxa_defconfig
sh  urquell_defconfig
mipsbcm47xx_defconfig
armmps2_defconfig
sh sh03_defconfig
powerpc  g5_defconfig
powerpc  katmai_defconfig
armmini2440_defconfig
shmigor_defconfig
arm socfpga_defconfig
sh espt_defconfig
xtensa  nommu_kc705_defconfig
sh kfr2r09-romimage_defconfig
sh  sdk7780_defconfig
powerpc ep8248e_defconfig
powerpc   bluestone_defconfig
sh  rsk7269_defconfig
sh   se7751_defconfig
mipsomega2p_defconfig
armmvebu_v7_defconfig
umkunit_defconfig
powerpc  chrp32_defconfig
arc nsimosci_hs_smp_defconfig
powerpc taishan_defconfig
mips allmodconfig
arm  ep93xx_defconfig
sh   se7712_defconfig
powerpc tqm8555_defconfig
arm mv78xx0_defconfig
xtensa  iss_defconfig
arm  pxa910_defconfig
mips  cavium_octeon_defconfig
mips loongson1c_defconfig
arm palmz72_defconfig
sh sh7710voipgw_defconfig
sh  rsk7201_defconfig
sh   se7705_defconfig
mips decstation_defconfig
powerpc  ppc64e_defconfig
armmulti_v5_defconfig
arm nhk8815_defconfig
powerpc  ep88xc_defconfig
pariscgeneric-32bit_defconfig
mips mpc30x_defconfig
sh   sh2007_defconfig
arm hackkit_defconfig
arm  moxart_defconfig
arm   stm32_defconfig
shhp6xx_defconfig
mips   ip22_defconfig
sh   sh7724_generic_defconfig
arm  jornada720_defconfig
mips db1xxx_defconfig
h8300   defconfig
microblaze  defconfig
arm  collie_defconfig
powerpc mpc8315_rdb_defconfig
arcnsim_700_defconfig
arc   tb10x_defconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alpha 

[driver-core:debugfs_remove_return_value] BUILD SUCCESS 47cd5c82df8d5e40bd3959876ce374891e5f949c

2021-04-03 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
debugfs_remove_return_value
branch HEAD: 47cd5c82df8d5e40bd3959876ce374891e5f949c  serial: pch_uart: fix 
build error with !CONFIG_DEBUG_FS

elapsed time: 726m

configs tested: 94
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
riscvallmodconfig
i386 allyesconfig
riscvallyesconfig
powerpc powernv_defconfig
mips  malta_kvm_defconfig
m68kmvme16x_defconfig
powerpc  ppc40x_defconfig
mips tb0226_defconfig
ia64 allmodconfig
m68k amcore_defconfig
m68k   bvme6000_defconfig
arm   spear13xx_defconfig
powerpc ppa8548_defconfig
sh kfr2r09-romimage_defconfig
sh  sdk7780_defconfig
powerpc ep8248e_defconfig
powerpc  g5_defconfig
alphaallyesconfig
m68k alldefconfig
sh  r7780mp_defconfig
mips   rbtx49xx_defconfig
powerpc   allnoconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
sparcallyesconfig
sparc   defconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
i386 randconfig-a006-20210403
i386 randconfig-a003-20210403
i386 randconfig-a001-20210403
i386 randconfig-a004-20210403
i386 randconfig-a002-20210403
i386 randconfig-a005-20210403
x86_64   randconfig-a014-20210403
x86_64   randconfig-a015-20210403
x86_64   randconfig-a011-20210403
x86_64   randconfig-a013-20210403
x86_64   randconfig-a012-20210403
x86_64   randconfig-a016-20210403
i386 randconfig-a014-20210403
i386 randconfig-a011-20210403
i386 randconfig-a016-20210403
i386 randconfig-a012-20210403
i386 randconfig-a013-20210403
i386 randconfig-a015-20210403
riscvnommu_k210_defconfig
riscvnommu_virt_defconfig
riscv allnoconfig
riscv   defconfig
riscv  rv32_defconfig
um   allmodconfig
umallnoconfig
um   allyesconfig
um  defconfig
x86_64rhel-8.3-kselftests
x86_64  defconfig
x86_64   rhel-8.3
x86_64  rhel-8.3-kbuiltin
x86_64  kexec

clang tested configs:
x86_64   randconfig-a004-20210403
x86_64   randconfig-a005-20210403
x86_64   randconfig-a003-20210403
x86_64   randconfig-a001-20210403
x86_64   randconfig-a002-20210403
x86_64   randconfig-a006-20210403

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.

[driver-core:debugfs_remove_return_value] BUILD SUCCESS d81855117fe94efcd5de1fcb451a7413152d6b8f

2021-04-05 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
debugfs_remove_return_value
branch HEAD: d81855117fe94efcd5de1fcb451a7413152d6b8f  serial: pch_uart: fix 
build error with !CONFIG_DEBUG_FS

elapsed time: 727m

configs tested: 109
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
i386 allyesconfig
riscvallyesconfig
nios2 3c120_defconfig
powerpc rainier_defconfig
um   allyesconfig
powerpc   eiger_defconfig
powerpc kilauea_defconfig
mips   gcw0_defconfig
sh kfr2r09-romimage_defconfig
powerpc  obs600_defconfig
powerpc   mpc834x_itxgp_defconfig
powerpc  cm5200_defconfig
armrealview_defconfig
arm   imx_v4_v5_defconfig
mips   ip28_defconfig
m68k   m5249evb_defconfig
h8300   defconfig
arm  jornada720_defconfig
openrisc  or1klitex_defconfig
arm   aspeed_g5_defconfig
arm   spitz_defconfig
x86_64  defconfig
mips   lemote2f_defconfig
sh   se7780_defconfig
sh   sh7724_generic_defconfig
m68k  sun3x_defconfig
arm am200epdkit_defconfig
mips  pistachio_defconfig
mips  ath25_defconfig
sh  lboxre2_defconfig
sh  rsk7203_defconfig
sh  landisk_defconfig
i386defconfig
mips   rbtx49xx_defconfig
mips  maltasmvp_defconfig
xtensa  nommu_kc705_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
sparcallyesconfig
sparc   defconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a006-20210405
i386 randconfig-a003-20210405
i386 randconfig-a001-20210405
i386 randconfig-a004-20210405
i386 randconfig-a002-20210405
i386 randconfig-a005-20210405
x86_64   randconfig-a014-20210405
x86_64   randconfig-a015-20210405
x86_64   randconfig-a013-20210405
x86_64   randconfig-a011-20210405
x86_64   randconfig-a012-20210405
x86_64   randconfig-a016-20210405
i386 randconfig-a014-20210405
i386 randconfig-a011-20210405
i386 randconfig-a016-20210405
i386 randconfig-a012-20210405
i386 randconfig-a015-20210405
i386 randconfig-a013-20210405
riscvnommu_k210_defconfig
riscvnommu_virt_defconfig
riscv allnoconfig
riscv   defconfig
riscv  rv32_defconfig
riscvallmodconfig
um   allmodconfig
umallnoconfig
um  defconfig
x86_64rhel-8.3-kse

[driver-core:driver-core-linus] BUILD SUCCESS eed6e41813deb9ee622cd9242341f21430d7789f

2021-04-05 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
driver-core-linus
branch HEAD: eed6e41813deb9ee622cd9242341f21430d7789f  driver core: Fix locking 
bug in deferred_probe_timeout_work_func()

elapsed time: 727m

configs tested: 189
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
riscvallmodconfig
i386 allyesconfig
riscvallyesconfig
mipsworkpad_defconfig
xtensageneric_kc705_defconfig
sh microdev_defconfig
armmmp2_defconfig
sparc64 defconfig
sh   se7343_defconfig
powerpc  pasemi_defconfig
shedosk7760_defconfig
arm  badge4_defconfig
arcnsimosci_defconfig
powerpc   motionpro_defconfig
arm hackkit_defconfig
mips  pic32mzda_defconfig
arm am200epdkit_defconfig
microblaze  mmu_defconfig
powerpc akebono_defconfig
powerpcge_imp3a_defconfig
arm   mainstone_defconfig
mips mpc30x_defconfig
sh   se7705_defconfig
arm davinci_all_defconfig
sh   se7751_defconfig
sh   sh2007_defconfig
powerpc tqm8540_defconfig
riscv  rv32_defconfig
mips tb0219_defconfig
mips   mtx1_defconfig
arm s5pv210_defconfig
arm   spitz_defconfig
ia64 allyesconfig
mips   gcw0_defconfig
sh ap325rxa_defconfig
arm at91_dt_defconfig
mips   jazz_defconfig
mips allyesconfig
mips   rs90_defconfig
sh kfr2r09-romimage_defconfig
powerpc  obs600_defconfig
powerpc   mpc834x_itxgp_defconfig
powerpc  cm5200_defconfig
armrealview_defconfig
m68k  hp300_defconfig
arm lubbock_defconfig
powerpccell_defconfig
mips   lemote2f_defconfig
powerpc mpc8315_rdb_defconfig
armspear3xx_defconfig
arc defconfig
armspear6xx_defconfig
sh apsh4a3a_defconfig
openriscdefconfig
sh shx3_defconfig
arm  tct_hammer_defconfig
mips  malta_kvm_defconfig
powerpc skiroot_defconfig
mips   ci20_defconfig
nios2   defconfig
mips  cavium_octeon_defconfig
arc haps_hs_smp_defconfig
m68k apollo_defconfig
sh   sh7770_generic_defconfig
powerpc mpc837x_mds_defconfig
mipsnlm_xlp_defconfig
arm cm_x300_defconfig
arm  integrator_defconfig
powerpc mpc834x_mds_defconfig
powerpc  iss476-smp_defconfig
arm   imx_v4_v5_defconfig
mips   ip28_defconfig
m68k   m5249evb_defconfig
h8300   defconfig
arm  jornada720_defconfig
powerpc  ep88xc_defconfig
arm palmz72_defconfig
openrisc  or1klitex_defconfig
arm   aspeed_g5_defconfig
sh   se7780_defconfig
arm pxa_defconfig
powerpc  ppc40x_defconfig
arm  ixp4xx_defconfig
sh   se7721_defconfig
sh   sh7724_generic_defconfig
m68k  sun3x_defconfig
mips  pistachio_defconfig
mips  ath25_defconfig
sh  lboxre2_defconfig
powerpc mpc8313_rdb_defconfig
openrisc alldefconfig
powerpc sbc8548_defconfig
mips  loongson3_defconfig
mipsomega2p_d

[driver-core:driver-core-next] BUILD SUCCESS b20e82939034a79e9af50853d63163fe21f205a9

2021-04-05 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
driver-core-next
branch HEAD: b20e82939034a79e9af50853d63163fe21f205a9  Merge 5.12-rc6 into 
driver-core-next

elapsed time: 727m

configs tested: 159
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
riscvallmodconfig
i386 allyesconfig
riscvallyesconfig
arm pxa_defconfig
mips   gcw0_defconfig
sparc   sparc32_defconfig
h8300h8300h-sim_defconfig
ia64  gensparse_defconfig
armmps2_defconfig
powerpc mpc5200_defconfig
powerpc tqm5200_defconfig
arm  pxa255-idp_defconfig
sh  lboxre2_defconfig
sh   se7705_defconfig
arm davinci_all_defconfig
sh   se7751_defconfig
sh   sh2007_defconfig
powerpc tqm8540_defconfig
riscv  rv32_defconfig
sh ap325rxa_defconfig
arm at91_dt_defconfig
mips   jazz_defconfig
mips allyesconfig
mips   rs90_defconfig
powerpcsam440ep_defconfig
arm   h3600_defconfig
powerpc ep8248e_defconfig
armcerfcube_defconfig
mips  loongson3_defconfig
mips   sb1250_swarm_defconfig
arc defconfig
armspear6xx_defconfig
sh apsh4a3a_defconfig
openriscdefconfig
armmmp2_defconfig
sh shx3_defconfig
arm  tct_hammer_defconfig
mips  malta_kvm_defconfig
powerpc skiroot_defconfig
mips   ci20_defconfig
arm cm_x300_defconfig
arm  integrator_defconfig
powerpc mpc834x_mds_defconfig
powerpc  iss476-smp_defconfig
powerpc  ep88xc_defconfig
arm palmz72_defconfig
openrisc  or1klitex_defconfig
arm   aspeed_g5_defconfig
arm   spitz_defconfig
mips   lemote2f_defconfig
sh   se7780_defconfig
shedosk7760_defconfig
powerpc  ppc40x_defconfig
arm  ixp4xx_defconfig
sh   se7721_defconfig
sh   sh7724_generic_defconfig
m68k  sun3x_defconfig
arm am200epdkit_defconfig
mips  pistachio_defconfig
mips  ath25_defconfig
powerpc akebono_defconfig
openrisc alldefconfig
powerpc sbc8548_defconfig
mipsomega2p_defconfig
pariscgeneric-64bit_defconfig
armneponset_defconfig
armhisi_defconfig
powerpc mpc512x_defconfig
arm  simpad_defconfig
m68k alldefconfig
sh   se7712_defconfig
powerpcfsp2_defconfig
powerpc   ppc64_defconfig
arm   versatile_defconfig
s390   zfcpdump_defconfig
sh kfr2r09-romimage_defconfig
mips   ip27_defconfig
mips cu1000-neo_defconfig
powerpc mpc83xx_defconfig
mipsmalta_kvm_guest_defconfig
arcvdk_hs38_defconfig
armqcom_defconfig
arm   multi_v4t_defconfig
mipsworkpad_defconfig
h8300 edosk2674_defconfig
powerpcklondike_defconfig
mips  rm200_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc   

[staging:staging-next] BUILD SUCCESS e5c7bccc3775b49cd7006331826aa90cb76c1992

2021-04-05 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-next
branch HEAD: e5c7bccc3775b49cd7006331826aa90cb76c1992  Merge 5.12-rc6 into 
staging-next

elapsed time: 726m

configs tested: 195
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
riscvallmodconfig
i386 allyesconfig
riscvallyesconfig
arm pxa_defconfig
mips   gcw0_defconfig
sparc   sparc32_defconfig
h8300h8300h-sim_defconfig
ia64  gensparse_defconfig
armmps2_defconfig
mipsworkpad_defconfig
xtensageneric_kc705_defconfig
sh microdev_defconfig
armmmp2_defconfig
sparc64 defconfig
sh   se7343_defconfig
powerpc   motionpro_defconfig
arm hackkit_defconfig
mips  pic32mzda_defconfig
arm am200epdkit_defconfig
microblaze  mmu_defconfig
powerpc akebono_defconfig
powerpcge_imp3a_defconfig
arm   mainstone_defconfig
mips mpc30x_defconfig
powerpc mpc5200_defconfig
powerpc tqm5200_defconfig
arm  pxa255-idp_defconfig
sh  lboxre2_defconfig
sh   se7705_defconfig
arm davinci_all_defconfig
sh   se7751_defconfig
sh   sh2007_defconfig
powerpc tqm8540_defconfig
riscv  rv32_defconfig
mips tb0219_defconfig
mips   mtx1_defconfig
arm s5pv210_defconfig
arm   spitz_defconfig
ia64 allyesconfig
sh ap325rxa_defconfig
arm at91_dt_defconfig
mips   jazz_defconfig
mips allyesconfig
mips   rs90_defconfig
sh kfr2r09-romimage_defconfig
powerpc  obs600_defconfig
powerpc   mpc834x_itxgp_defconfig
powerpc  cm5200_defconfig
armrealview_defconfig
m68k  hp300_defconfig
arm lubbock_defconfig
powerpccell_defconfig
mips   lemote2f_defconfig
powerpc mpc8315_rdb_defconfig
armspear3xx_defconfig
powerpcsam440ep_defconfig
arm   h3600_defconfig
powerpc ep8248e_defconfig
armcerfcube_defconfig
mips  loongson3_defconfig
mips   sb1250_swarm_defconfig
arc defconfig
armspear6xx_defconfig
sh apsh4a3a_defconfig
openriscdefconfig
sh shx3_defconfig
arm  tct_hammer_defconfig
mips  malta_kvm_defconfig
powerpc skiroot_defconfig
mips   ci20_defconfig
nios2   defconfig
sh   allmodconfig
mips  cavium_octeon_defconfig
arc haps_hs_smp_defconfig
m68k apollo_defconfig
sh   sh7770_generic_defconfig
powerpc mpc837x_mds_defconfig
mipsnlm_xlp_defconfig
arm cm_x300_defconfig
arm  integrator_defconfig
powerpc mpc834x_mds_defconfig
powerpc  iss476-smp_defconfig
powerpc  ep88xc_defconfig
arm palmz72_defconfig
openrisc  or1klitex_defconfig
arm   aspeed_g5_defconfig
sh   se7780_defconfig
shedosk7760_defconfig
powerpc  ppc40x_defconfig
arm  ixp4xx_defconfig
sh   se7721_defconfig
sh   sh7724_generic_defconfig
m68k  sun3x_defconfig
mips  pistachio_defconfig
mips  ath25

[staging:staging-testing 1/495] drivers/staging/rtl8723bs/os_dep/recv_linux.c:101:6: warning: variable 'ret' set but not used

2021-04-05 Thread kernel test robot
tree:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
head:   001c6bb6b62656e29e3b353242b5c955a1d94212
commit: de69e2b3f10594d37433033ad6e2cf6954d89409 [1/495] staging: rtl8723bs: 
remove DBG_COUNTER calls from os_dep/recv_linux.c
config: m68k-randconfig-r024-20210406 (attached as .config)
compiler: m68k-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
wget 
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
chmod +x ~/bin/make.cross
# 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/commit/?id=de69e2b3f10594d37433033ad6e2cf6954d89409
git remote add staging 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
git fetch --no-tags staging staging-testing
git checkout de69e2b3f10594d37433033ad6e2cf6954d89409
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross 
ARCH=m68k 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot 

All warnings (new ones prefixed by >>):

   drivers/staging/rtl8723bs/os_dep/recv_linux.c: In function 
'rtw_os_recv_indicate_pkt':
>> drivers/staging/rtl8723bs/os_dep/recv_linux.c:101:6: warning: variable 'ret' 
>> set but not used [-Wunused-but-set-variable]
 101 |  int ret;
 |  ^~~
   In file included from drivers/staging/rtl8723bs/include/drv_types.h:42,
from drivers/staging/rtl8723bs/os_dep/recv_linux.c:9:
   At top level:
   drivers/staging/rtl8723bs/include/rtw_security.h:368:28: warning: 'K' 
defined but not used [-Wunused-const-variable=]
 368 | static const unsigned long K[64] = {
 |^


vim +/ret +101 drivers/staging/rtl8723bs/os_dep/recv_linux.c

554c0a3abf216c Hans de Goede   2017-03-29   97  
554c0a3abf216c Hans de Goede   2017-03-29   98  void 
rtw_os_recv_indicate_pkt(struct adapter *padapter, _pkt *pkt, struct 
rx_pkt_attrib *pattrib)
554c0a3abf216c Hans de Goede   2017-03-29   99  {
554c0a3abf216c Hans de Goede   2017-03-29  100  struct mlme_priv 
*pmlmepriv = &padapter->mlmepriv;
554c0a3abf216c Hans de Goede   2017-03-29 @101  int ret;
554c0a3abf216c Hans de Goede   2017-03-29  102  
3fce0276f98a5e R Veera Kumar   2020-03-19  103  /* Indicate the packets 
to upper layer */
554c0a3abf216c Hans de Goede   2017-03-29  104  if (pkt) {
6a9b5dd1e24c06 Shobhit Kukreti 2019-06-18  105  if 
(check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) {
554c0a3abf216c Hans de Goede   2017-03-29  106  _pkt 
*pskb2 = NULL;
554c0a3abf216c Hans de Goede   2017-03-29  107  struct 
sta_info *psta = NULL;
554c0a3abf216c Hans de Goede   2017-03-29  108  struct 
sta_priv *pstapriv = &padapter->stapriv;
554c0a3abf216c Hans de Goede   2017-03-29  109  int 
bmcast = IS_MCAST(pattrib->dst);
554c0a3abf216c Hans de Goede   2017-03-29  110  
6a9b5dd1e24c06 Shobhit Kukreti 2019-06-18  111  if 
(memcmp(pattrib->dst, myid(&padapter->eeprompriv), ETH_ALEN)) {
6a9b5dd1e24c06 Shobhit Kukreti 2019-06-18  112  
if (bmcast) {
554c0a3abf216c Hans de Goede   2017-03-29  113  
psta = rtw_get_bcmc_stainfo(padapter);
21b1f2b3fb2e24 Ivan Safonov2020-05-31  114  
pskb2 = skb_clone(pkt, GFP_ATOMIC);
554c0a3abf216c Hans de Goede   2017-03-29  115  
} else {
554c0a3abf216c Hans de Goede   2017-03-29  116  
psta = rtw_get_stainfo(pstapriv, pattrib->dst);
554c0a3abf216c Hans de Goede   2017-03-29  117  
}
554c0a3abf216c Hans de Goede   2017-03-29  118  
6a9b5dd1e24c06 Shobhit Kukreti 2019-06-18  119  
if (psta) {
554c0a3abf216c Hans de Goede   2017-03-29  120  
struct net_device *pnetdev = (struct net_device *)padapter->pnetdev;
554c0a3abf216c Hans de Goede   2017-03-29  121  
/* skb->ip_summed = CHECKSUM_NONE; */
554c0a3abf216c Hans de Goede   2017-03-29  122  
pkt->dev = pnetdev;
554c0a3abf216c Hans de Goede   2017-03-29  123  
skb_set_queue_mapping(pkt, rtw_recv_select_queue(pkt));
554c0a3abf216c Hans de Goede   2017-03-29  124  
554c0a3abf216c Hans de Goede   2017-03-29  125  
_rtw_xmit_entry(pkt, pnetdev);
554c0a3abf216c Hans de Goede   2017-03-29  126  
de69e2b3f10594 Phillip Potter  2021-02-15  127   

[staging:staging-testing] BUILD SUCCESS WITH WARNING 001c6bb6b62656e29e3b353242b5c955a1d94212

2021-04-05 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: 001c6bb6b62656e29e3b353242b5c955a1d94212  staging: bcm2835-pcm: 
Allow up to 8 channels and 192kHz data rate

Warning in current branch:

drivers/staging/rtl8723bs/os_dep/recv_linux.c:101:6: warning: variable 'ret' 
set but not used [-Wunused-but-set-variable]

Warning ids grouped by kconfigs:

gcc_recent_errors
|-- alpha-allyesconfig
|   `-- 
drivers-staging-rtl8723bs-os_dep-recv_linux.c:warning:variable-ret-set-but-not-used
|-- arm-allmodconfig
|   `-- 
drivers-staging-rtl8723bs-os_dep-recv_linux.c:warning:variable-ret-set-but-not-used
|-- arm-allyesconfig
|   `-- 
drivers-staging-rtl8723bs-os_dep-recv_linux.c:warning:variable-ret-set-but-not-used
|-- arm64-allyesconfig
|   `-- 
drivers-staging-rtl8723bs-os_dep-recv_linux.c:warning:variable-ret-set-but-not-used
|-- i386-allmodconfig
|   `-- 
drivers-staging-rtl8723bs-os_dep-recv_linux.c:warning:variable-ret-set-but-not-used
|-- m68k-randconfig-r024-20210406
|   `-- 
drivers-staging-rtl8723bs-os_dep-recv_linux.c:warning:variable-ret-set-but-not-used
|-- nds32-allyesconfig
|   `-- 
drivers-staging-rtl8723bs-os_dep-recv_linux.c:warning:variable-ret-set-but-not-used
|-- nios2-allyesconfig
|   `-- 
drivers-staging-rtl8723bs-os_dep-recv_linux.c:warning:variable-ret-set-but-not-used
|-- riscv-allyesconfig
|   `-- 
drivers-staging-rtl8723bs-os_dep-recv_linux.c:warning:variable-ret-set-but-not-used
|-- sh-allmodconfig
|   `-- 
drivers-staging-rtl8723bs-os_dep-recv_linux.c:warning:variable-ret-set-but-not-used
`-- x86_64-allyesconfig
`-- 
drivers-staging-rtl8723bs-os_dep-recv_linux.c:warning:variable-ret-set-but-not-used


i386-tinyconfig vmlinux size:

+---+-+--+
| DELTA | SYMBOL  |  COMMIT  |
+---+-+--+
|  +523 | TOTAL   | a38fd8748464..001c6bb6b626 (ALL COMMITS) |
|  +511 | TEXT| a38fd8748464..001c6bb6b626 (ALL COMMITS) |
|   +80 | timekeeping_notify()| a38fd8748464..001c6bb6b626 (ALL COMMITS) |
|   +70 | __perf_pmu_sched_task() | a38fd8748464..001c6bb6b626 (ALL COMMITS) |
|   +64 | perf_pmu_sched_task()   | a38fd8748464..001c6bb6b626 (ALL COMMITS) |
|   -92 | change_clocksource()| a38fd8748464..001c6bb6b626 (ALL COMMITS) |
+---+-+--+

elapsed time: 720m

configs tested: 190
configs skipped: 3

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
riscvallmodconfig
riscvallyesconfig
i386 allyesconfig
mipsworkpad_defconfig
xtensageneric_kc705_defconfig
sh microdev_defconfig
armmmp2_defconfig
sparc64 defconfig
sh   se7343_defconfig
arm cm_x300_defconfig
powerpc  chrp32_defconfig
arm   sama5_defconfig
powerpc  g5_defconfig
m68k amcore_defconfig
powerpc akebono_defconfig
powerpcge_imp3a_defconfig
arm   mainstone_defconfig
mips mpc30x_defconfig
powerpc  mgcoge_defconfig
arm rpc_defconfig
arm   spitz_defconfig
arm  imote2_defconfig
sh   se7705_defconfig
arm davinci_all_defconfig
sh   se7751_defconfig
sh   sh2007_defconfig
powerpc tqm8540_defconfig
riscv  rv32_defconfig
mips tb0219_defconfig
mips   mtx1_defconfig
arm s5pv210_defconfig
ia64 allyesconfig
mips   gcw0_defconfig
sh ap325rxa_defconfig
arm at91_dt_defconfig
mips allyesconfig
mips   rs90_defconfig
powerpc   lite5200b_defconfig
pariscgeneric-64bit_defconfig
mips  malta_defconfig
riscv nommu_k210_sdcard_defconfig
powerpc mpc85xx_cds_defconfig
m68k  hp300_defconfig
arm lubbock_defconfig
powerpccell_defconfig
mips   lemote2f_defconfig

[driver-core:driver-core-testing] BUILD SUCCESS 6e11b376fd74356e32d842be588e12dc9bf6e197

2021-04-05 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
driver-core-testing
branch HEAD: 6e11b376fd74356e32d842be588e12dc9bf6e197  media: ipu3-cio2: Switch 
to use SOFTWARE_NODE_REFERENCE()

elapsed time: 722m

configs tested: 121
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
riscvallmodconfig
i386 allyesconfig
riscvallyesconfig
powerpc mpc5200_defconfig
powerpc tqm5200_defconfig
arm  pxa255-idp_defconfig
sh  lboxre2_defconfig
sh   se7705_defconfig
arm davinci_all_defconfig
sh   se7751_defconfig
sh   sh2007_defconfig
powerpc tqm8540_defconfig
riscv  rv32_defconfig
nios2   defconfig
arm  tct_hammer_defconfig
mips  malta_kvm_defconfig
sh   allmodconfig
powerpc skiroot_defconfig
mips   ci20_defconfig
arm cm_x300_defconfig
arm  integrator_defconfig
powerpc mpc834x_mds_defconfig
powerpc  iss476-smp_defconfig
powerpc  ep88xc_defconfig
arm palmz72_defconfig
arm pxa_defconfig
shedosk7760_defconfig
powerpc  ppc40x_defconfig
arm  ixp4xx_defconfig
sh   se7721_defconfig
powerpc akebono_defconfig
openrisc alldefconfig
arm   aspeed_g5_defconfig
powerpc sbc8548_defconfig
mips  loongson3_defconfig
m68k alldefconfig
sh   se7712_defconfig
powerpcfsp2_defconfig
powerpc   ppc64_defconfig
arm   versatile_defconfig
s390   zfcpdump_defconfig
sh kfr2r09-romimage_defconfig
mips   ip27_defconfig
mips cu1000-neo_defconfig
powerpc mpc83xx_defconfig
mipsworkpad_defconfig
h8300 edosk2674_defconfig
powerpcklondike_defconfig
mips  rm200_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
sparcallyesconfig
sparc   defconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a006-20210405
i386 randconfig-a003-20210405
i386 randconfig-a001-20210405
i386 randconfig-a004-20210405
i386 randconfig-a002-20210405
i386 randconfig-a005-20210405
x86_64   randconfig-a014-20210405
x86_64   randconfig-a015-20210405
x86_64   randconfig-a013-20210405
x86_64   randconfig-a011-20210405
x86_64   randconfig-a012-20210405
x86_64   randconfig-a016-20210405
i386 randconfig-a014-20210405
i386 randconfig-a011-20210405
i386 randconfig-a016-20210405
i386 randconfig-a012-2021040

[driver-core:readfile] BUILD SUCCESS 988a63edfccc64b73f380e60a3769a8775ae050e

2021-04-05 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git readfile
branch HEAD: 988a63edfccc64b73f380e60a3769a8775ae050e  readfile.2: new page 
describing readfile(2)

elapsed time: 720m

configs tested: 217
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
riscvallmodconfig
riscvallyesconfig
i386 allyesconfig
mipsworkpad_defconfig
xtensageneric_kc705_defconfig
sh microdev_defconfig
armmmp2_defconfig
sparc64 defconfig
sh   se7343_defconfig
powerpc akebono_defconfig
arm   aspeed_g4_defconfig
sh  sdk7786_defconfig
csky alldefconfig
arm  lpd270_defconfig
armspear3xx_defconfig
mipsqi_lb60_defconfig
sh   sh7770_generic_defconfig
powerpcmpc7448_hpc2_defconfig
powerpc canyonlands_defconfig
sh sh7710voipgw_defconfig
armmps2_defconfig
powerpcge_imp3a_defconfig
arm   mainstone_defconfig
mips mpc30x_defconfig
powerpc  mgcoge_defconfig
arm rpc_defconfig
arm   spitz_defconfig
arm  imote2_defconfig
sh   se7705_defconfig
arm davinci_all_defconfig
sh   se7751_defconfig
sh   sh2007_defconfig
powerpc tqm8540_defconfig
riscv  rv32_defconfig
mips tb0219_defconfig
mips   mtx1_defconfig
arm s5pv210_defconfig
ia64 allyesconfig
powerpc   lite5200b_defconfig
pariscgeneric-64bit_defconfig
mips  malta_defconfig
riscv nommu_k210_sdcard_defconfig
powerpc mpc85xx_cds_defconfig
m68k  hp300_defconfig
arm lubbock_defconfig
powerpccell_defconfig
mips   lemote2f_defconfig
powerpc mpc8315_rdb_defconfig
powerpcsam440ep_defconfig
arm   h3600_defconfig
powerpc ep8248e_defconfig
armcerfcube_defconfig
mips  loongson3_defconfig
mips   sb1250_swarm_defconfig
xtensa  audio_kc705_defconfig
armmagician_defconfig
powerpc kilauea_defconfig
mipsnlm_xlp_defconfig
s390 allyesconfig
openrisc simple_smp_defconfig
mips decstation_r4k_defconfig
m68kstmark2_defconfig
mips  cavium_octeon_defconfig
arc haps_hs_smp_defconfig
m68k apollo_defconfig
powerpc mpc837x_mds_defconfig
powerpc  ep88xc_defconfig
arm palmz72_defconfig
h8300 edosk2674_defconfig
m68k alldefconfig
sh   j2_defconfig
sh ecovec24_defconfig
openrisc  or1klitex_defconfig
arm   aspeed_g5_defconfig
x86_64  defconfig
sh   se7780_defconfig
arm   cns3420vb_defconfig
um i386_defconfig
armhisi_defconfig
powerpc mpc5200_defconfig
openrisc alldefconfig
mips loongson1c_defconfig
mipsbcm63xx_defconfig
powerpc tqm8541_defconfig
arm   stm32_defconfig
mips   ip32_defconfig
shmigor_defconfig
mips   ip22_defconfig
arm pxa_defconfig
shedosk7760_defconfig
powerpc  ppc40x_defconfig
arm  ixp4xx_defconfig
sh   se7721_defconfig
sh   sh7724_generic_defconfig
m68k

[staging:staging-testing] BUILD SUCCESS e91cafdf3c18b927e61eb4ee18e4865b8485f24f

2021-04-06 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: e91cafdf3c18b927e61eb4ee18e4865b8485f24f  staging: rtl8712: Remove 
extra blank lines

elapsed time: 727m

configs tested: 148
configs skipped: 3

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
riscvallmodconfig
riscvallyesconfig
i386 allyesconfig
armclps711x_defconfig
sh microdev_defconfig
powerpc  bamboo_defconfig
mips  pistachio_defconfig
sh   se7619_defconfig
parisc   allyesconfig
m68kq40_defconfig
powerpcmvme5100_defconfig
mips  ath25_defconfig
powerpc tqm8540_defconfig
shsh7785lcr_defconfig
riscvnommu_virt_defconfig
arm am200epdkit_defconfig
xtensa  audio_kc705_defconfig
arm  integrator_defconfig
arm   sunxi_defconfig
powerpc  mpc885_ads_defconfig
mips   ip28_defconfig
sh  sdk7780_defconfig
m68km5272c3_defconfig
nds32 allnoconfig
mips   mtx1_defconfig
arc nsimosci_hs_defconfig
powerpc mpc836x_mds_defconfig
powerpcge_imp3a_defconfig
powerpc pq2fads_defconfig
powerpcfsp2_defconfig
arm   versatile_defconfig
armtrizeps4_defconfig
m68k   m5249evb_defconfig
mipsomega2p_defconfig
arm rpc_defconfig
microblaze  mmu_defconfig
powerpc kilauea_defconfig
arc  axs101_defconfig
openrisc  or1klitex_defconfig
armspear6xx_defconfig
mipsmaltaup_xpa_defconfig
arm  jornada720_defconfig
powerpc tqm8541_defconfig
sh kfr2r09-romimage_defconfig
shedosk7760_defconfig
h8300alldefconfig
arc haps_hs_smp_defconfig
sh   se7724_defconfig
m68km5407c3_defconfig
arm  pxa255-idp_defconfig
armmvebu_v7_defconfig
ia64 alldefconfig
m68k  multi_defconfig
mips   sb1250_swarm_defconfig
powerpc   motionpro_defconfig
sh   sh7770_generic_defconfig
arc   tb10x_defconfig
mips   bmips_be_defconfig
arm lpc18xx_defconfig
mips  maltasmvp_eva_defconfig
powerpcmpc7448_hpc2_defconfig
s390   zfcpdump_defconfig
xtensa   allyesconfig
powerpc tqm8548_defconfig
powerpc akebono_defconfig
arc nsimosci_hs_smp_defconfig
pariscgeneric-64bit_defconfig
powerpc  tqm8xx_defconfig
arm   aspeed_g4_defconfig
m68k apollo_defconfig
arm  pcm027_defconfig
sparc   sparc32_defconfig
arm davinci_all_defconfig
arcvdk_hs38_defconfig
sh  rsk7203_defconfig
sh  sdk7786_defconfig
sparc   sparc64_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390  

[driver-core:kbuild] BUILD SUCCESS 6c4aba52ccce2487234ff8abfa4e3af69d3dff8e

2021-04-06 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git kbuild
branch HEAD: 6c4aba52ccce2487234ff8abfa4e3af69d3dff8e  kbuild: 
scripts/install.sh: update documentation

elapsed time: 720m

configs tested: 116
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
riscvallmodconfig
i386 allyesconfig
riscvallyesconfig
armclps711x_defconfig
sh microdev_defconfig
powerpc  bamboo_defconfig
mips  pistachio_defconfig
sh   se7619_defconfig
parisc   allyesconfig
armzeus_defconfig
h8300   h8s-sim_defconfig
arm   aspeed_g4_defconfig
powerpcge_imp3a_defconfig
sh  lboxre2_defconfig
riscvnommu_virt_defconfig
arm am200epdkit_defconfig
xtensa  audio_kc705_defconfig
arm  integrator_defconfig
arm   sunxi_defconfig
sh  rsk7203_defconfig
powerpc64alldefconfig
arc  axs101_defconfig
openrisc  or1klitex_defconfig
armspear6xx_defconfig
mipsmaltaup_xpa_defconfig
arm  jornada720_defconfig
powerpc   motionpro_defconfig
sh   sh7770_generic_defconfig
arc   tb10x_defconfig
mips   bmips_be_defconfig
m68k alldefconfig
powerpc mpc8313_rdb_defconfig
powerpc wii_defconfig
shshmin_defconfig
arc  axs103_defconfig
powerpc mpc8560_ads_defconfig
mips  rb532_defconfig
arm   tegra_defconfig
openriscor1ksim_defconfig
powerpc mpc836x_mds_defconfig
arm davinci_all_defconfig
arcvdk_hs38_defconfig
sh  sdk7786_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
s390defconfig
i386defconfig
sparcallyesconfig
sparc   defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
i386 randconfig-a006-20210406
i386 randconfig-a003-20210406
i386 randconfig-a001-20210406
i386 randconfig-a004-20210406
i386 randconfig-a005-20210406
i386 randconfig-a002-20210406
i386 randconfig-a014-20210406
i386 randconfig-a016-20210406
i386 randconfig-a011-20210406
i386 randconfig-a012-20210406
i386 randconfig-a015-20210406
i386 randconfig-a013-20210406
x86_64   randconfig-a004-20210406
x86_64   randconfig-a003-20210406
x86_64   randconfig-a005-20210406
x86_64   randconfig-a001-20210406
x86_64   randconfig-a002-20210406
x86_64   randconfig-a006-20210406
riscvnommu_k210_defconfig
riscv allnoconfig
riscv   defconfig
riscv

[driver-core:kbuild] BUILD SUCCESS 9cbec1316ea288b5ba3e1bf0ada7dfc2e5b6bf45

2021-04-07 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git kbuild
branch HEAD: 9cbec1316ea288b5ba3e1bf0ada7dfc2e5b6bf45  kbuild: 
scripts/install.sh: update documentation

elapsed time: 725m

configs tested: 113
configs skipped: 3

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
riscvallmodconfig
i386 allyesconfig
riscvallyesconfig
nios2   defconfig
arc  axs101_defconfig
alphaalldefconfig
mipsnlm_xlp_defconfig
m68kdefconfig
powerpc   motionpro_defconfig
arm pxa_defconfig
mips   ip27_defconfig
arm  iop32x_defconfig
sh   sh2007_defconfig
sh  sdk7780_defconfig
powerpc  arches_defconfig
csky alldefconfig
arc nsimosci_hs_defconfig
powerpc   allnoconfig
arm shannon_defconfig
mipsjmr3927_defconfig
arm  ep93xx_defconfig
mipsnlm_xlr_defconfig
shsh7757lcr_defconfig
arc  axs103_smp_defconfig
sh   j2_defconfig
shtitan_defconfig
arm   omap1_defconfig
powerpc  ppc44x_defconfig
powerpc powernv_defconfig
powerpc mpc8313_rdb_defconfig
ia64generic_defconfig
sh  ul2_defconfig
powerpcadder875_defconfig
arm   aspeed_g5_defconfig
armhisi_defconfig
arm  ixp4xx_defconfig
sh  rsk7203_defconfig
powerpc  pcm030_defconfig
arm   multi_v4t_defconfig
arm   spear13xx_defconfig
riscv  rv32_defconfig
arc defconfig
sh  kfr2r09_defconfig
powerpc  walnut_defconfig
mipsgpr_defconfig
arm  simpad_defconfig
parisc  defconfig
um i386_defconfig
armmini2440_defconfig
powerpc ksi8560_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68k allyesconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
sh   allmodconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
sparcallyesconfig
sparc   defconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
i386 randconfig-a006-20210407
i386 randconfig-a003-20210407
i386 randconfig-a001-20210407
i386 randconfig-a004-20210407
i386 randconfig-a002-20210407
i386 randconfig-a005-20210407
x86_64   randconfig-a014-20210407
x86_64   randconfig-a015-20210407
x86_64   randconfig-a013-20210407
x86_64   randconfig-a011-20210407
x86_64   randconfig-a012-20210407
x86_64   randconfig-a016-20210407
i386 randconfig-a014-20210407
i386 randconfig-a011-20210407
i386 randconfig-a016-20210407
i386 randconfig-a012-20210407
i386 randconfig-a015-20210407
i386 randconfig-a013-20210407
riscv

[staging:staging-next] BUILD SUCCESS 6470a8206a10cae1f18a3e5a95dde2b364a06e10

2021-04-07 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-next
branch HEAD: 6470a8206a10cae1f18a3e5a95dde2b364a06e10  Merge tag 
'iio-for-5.13b-take2' of 
https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next

elapsed time: 726m

configs tested: 214
configs skipped: 3

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
riscvallmodconfig
x86_64   allyesconfig
riscvallyesconfig
i386 allyesconfig
nds32alldefconfig
powerpc   motionpro_defconfig
powerpc linkstation_defconfig
mips   capcella_defconfig
arm  pxa168_defconfig
nios2   defconfig
arc  axs101_defconfig
alphaalldefconfig
s390defconfig
mipsnlm_xlp_defconfig
m68kdefconfig
powerpcamigaone_defconfig
arc  axs103_smp_defconfig
mips allyesconfig
mipsbcm47xx_defconfig
powerpc mpc834x_itx_defconfig
mips  maltasmvp_eva_defconfig
arm   netwinder_defconfig
arm am200epdkit_defconfig
mips  rb532_defconfig
powerpc   currituck_defconfig
xtensa virt_defconfig
arm lubbock_defconfig
powerpc tqm8555_defconfig
s390 alldefconfig
sh   se7619_defconfig
powerpc mpc836x_mds_defconfig
mips tb0287_defconfig
arm lpc18xx_defconfig
powerpc  ep88xc_defconfig
arm eseries_pxa_defconfig
sparcalldefconfig
sparc   sparc32_defconfig
mips   ip28_defconfig
sh   alldefconfig
powerpc   mpc834x_itxgp_defconfig
sh espt_defconfig
powerpc64   defconfig
powerpcmvme5100_defconfig
m68k  sun3x_defconfig
arm mv78xx0_defconfig
m68k amcore_defconfig
shhp6xx_defconfig
arc nsimosci_hs_defconfig
arm pxa_defconfig
arm  iop32x_defconfig
sh   sh2007_defconfig
mips   ip27_defconfig
powerpc   allnoconfig
sh  rts7751r2d1_defconfig
sh  rsk7264_defconfig
powerpc  allyesconfig
mips loongson1c_defconfig
sh   se7780_defconfig
s390   zfcpdump_defconfig
nios2 3c120_defconfig
m68km5407c3_defconfig
powerpcklondike_defconfig
powerpc  ppc44x_defconfig
sh  sdk7780_defconfig
powerpc  arches_defconfig
csky alldefconfig
powerpc mpc5200_defconfig
arm   omap2plus_defconfig
armmvebu_v7_defconfig
armneponset_defconfig
powerpcfsp2_defconfig
arm   sunxi_defconfig
sh  urquell_defconfig
sh  kfr2r09_defconfig
m68kmvme16x_defconfig
xtensa  audio_kc705_defconfig
xtensa  iss_defconfig
armspear3xx_defconfig
powerpc pq2fads_defconfig
mips   rs90_defconfig
sh shx3_defconfig
armqcom_defconfig
armhisi_defconfig
ia64zx1_defconfig
mips   ci20_defconfig
arm  colibri_pxa300_defconfig
arm axm55xx_defconfig
mips  malta_kvm_defconfig
arm  footbridge_defconfig
armzeus_defconfig
openrisc  or1klitex_defconfig
arm at91_dt_defconfig
sh   rts7751r2dplus_defconfig
arm  badge4_defconfig
ia

[driver-core:tty-test 9/9] drivers/tty/tty_buffer.c:604:40: error: 'TTY_LOCK_SLAVE' undeclared

2021-04-07 Thread kernel test robot
tree:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
tty-test
head:   bb57c5de81c6feaad869acce7c38b1049115ac75
commit: bb57c5de81c6feaad869acce7c38b1049115ac75 [9/9] tty: move some internal 
tty lock enums and functions out of tty.h
config: sparc64-randconfig-s032-20210407 (attached as .config)
compiler: sparc64-linux-gcc (GCC) 9.3.0
reproduce:
wget 
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
chmod +x ~/bin/make.cross
# apt-get install sparse
# sparse version: v0.6.3-279-g6d5d9b42-dirty
# 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/commit/?id=bb57c5de81c6feaad869acce7c38b1049115ac75
git remote add driver-core 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
git fetch --no-tags driver-core tty-test
git checkout bb57c5de81c6feaad869acce7c38b1049115ac75
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross C=1 
CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' ARCH=sparc64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot 

All errors (new ones prefixed by >>):

   In file included from include/linux/spinlock.h:59,
from include/linux/wait.h:9,
from include/linux/wait_bit.h:8,
from include/linux/fs.h:6,
from include/linux/tty.h:5,
from drivers/tty/tty_buffer.c:8:
   drivers/tty/tty_buffer.c: In function 'tty_buffer_set_lock_subclass':
>> drivers/tty/tty_buffer.c:604:40: error: 'TTY_LOCK_SLAVE' undeclared (first 
>> use in this function)
 604 |  lockdep_set_subclass(&port->buf.lock, TTY_LOCK_SLAVE);
 |^~
   include/linux/lockdep.h:233:71: note: in definition of macro 
'lockdep_set_subclass'
 233 |  lockdep_init_map_waits(&(lock)->dep_map, #lock, 
(lock)->dep_map.key, sub,\
 |  
 ^~~
   drivers/tty/tty_buffer.c:604:40: note: each undeclared identifier is 
reported only once for each function it appears in
 604 |  lockdep_set_subclass(&port->buf.lock, TTY_LOCK_SLAVE);
 |^~
   include/linux/lockdep.h:233:71: note: in definition of macro 
'lockdep_set_subclass'
 233 |  lockdep_init_map_waits(&(lock)->dep_map, #lock, 
(lock)->dep_map.key, sub,\
 |  
 ^~~
--
   In file included from include/linux/spinlock.h:59,
from include/linux/wait.h:9,
from include/linux/wait_bit.h:8,
from include/linux/fs.h:6,
from include/linux/tty.h:5,
from drivers/tty/tty_mutex.c:2:
   drivers/tty/tty_mutex.c: In function 'tty_set_lock_subclass':
>> drivers/tty/tty_mutex.c:59:43: error: 'TTY_LOCK_SLAVE' undeclared (first use 
>> in this function)
  59 |  lockdep_set_subclass(&tty->legacy_mutex, TTY_LOCK_SLAVE);
 |   ^~
   include/linux/lockdep.h:233:71: note: in definition of macro 
'lockdep_set_subclass'
 233 |  lockdep_init_map_waits(&(lock)->dep_map, #lock, 
(lock)->dep_map.key, sub,\
 |  
 ^~~
   drivers/tty/tty_mutex.c:59:43: note: each undeclared identifier is reported 
only once for each function it appears in
  59 |  lockdep_set_subclass(&tty->legacy_mutex, TTY_LOCK_SLAVE);
 |   ^~
   include/linux/lockdep.h:233:71: note: in definition of macro 
'lockdep_set_subclass'
 233 |  lockdep_init_map_waits(&(lock)->dep_map, #lock, 
(lock)->dep_map.key, sub,\
 |  
 ^~~

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for FRAME_POINTER
   Depends on DEBUG_KERNEL && (M68K || UML || SUPERH) || 
ARCH_WANT_FRAME_POINTERS || MCOUNT
   Selected by
   - LATENCYTOP && DEBUG_KERNEL && STACKTRACE_SUPPORT && PROC_FS && !MIPS && 
!PPC && !S390 && !MICROBLAZE && !ARM && !ARC && !X86
   - LOCKDEP && DEBUG_KERNEL && LOCK_DEBUGGING_SUPPORT && !MIPS && !PPC && !ARM 
&& !S390 && !MICROBLAZE && !ARC && !X86


vim +/TTY_LOCK_SLAVE +604 drivers/tty/tty_buffer.c

1d1d14da12e79a Peter Hurley 2015-01-17  600  
1d1d14

[driver-core:tty-test 9/9] drivers/tty/tty_buffer.c:604:40: error: use of undeclared identifier 'TTY_LOCK_SLAVE'

2021-04-07 Thread kernel test robot
tree:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
tty-test
head:   bb57c5de81c6feaad869acce7c38b1049115ac75
commit: bb57c5de81c6feaad869acce7c38b1049115ac75 [9/9] tty: move some internal 
tty lock enums and functions out of tty.h
config: s390-randconfig-r032-20210407 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 
c060945b23a1c54d4b2a053ff4b093a2277b303d)
reproduce (this is a W=1 build):
wget 
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
chmod +x ~/bin/make.cross
# install s390 cross compiling tool for clang build
# apt-get install binutils-s390x-linux-gnu
# 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/commit/?id=bb57c5de81c6feaad869acce7c38b1049115ac75
git remote add driver-core 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
git fetch --no-tags driver-core tty-test
git checkout bb57c5de81c6feaad869acce7c38b1049115ac75
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=s390 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot 

All errors (new ones prefixed by >>):

>> drivers/tty/tty_buffer.c:604:40: error: use of undeclared identifier 
>> 'TTY_LOCK_SLAVE'
   lockdep_set_subclass(&port->buf.lock, TTY_LOCK_SLAVE);
 ^
   1 error generated.
--
>> drivers/tty/tty_mutex.c:59:43: error: use of undeclared identifier 
>> 'TTY_LOCK_SLAVE'
   lockdep_set_subclass(&tty->legacy_mutex, TTY_LOCK_SLAVE);
^
   1 error generated.


vim +/TTY_LOCK_SLAVE +604 drivers/tty/tty_buffer.c

1d1d14da12e79a Peter Hurley 2015-01-17  600  
1d1d14da12e79a Peter Hurley 2015-01-17  601  /* slave ptys can claim nested 
buffer lock when handling BRK and INTR */
1d1d14da12e79a Peter Hurley 2015-01-17  602  void 
tty_buffer_set_lock_subclass(struct tty_port *port)
1d1d14da12e79a Peter Hurley 2015-01-17  603  {
1d1d14da12e79a Peter Hurley 2015-01-17 @604 
lockdep_set_subclass(&port->buf.lock, TTY_LOCK_SLAVE);
1d1d14da12e79a Peter Hurley 2015-01-17  605  }
e176058f0de53c Peter Hurley 2015-10-17  606  

:: The code at line 604 was first introduced by commit
:: 1d1d14da12e79a6c05fbe1a975401f0f56c93316 pty: Fix buffer flush deadlock

:: TO: Peter Hurley 
:: CC: Greg Kroah-Hartman 

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org


.config.gz
Description: application/gzip
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[driver-core:driver-core-testing] BUILD SUCCESS c2f3f755f5c717f3621b33ef06d974b9cec4a104

2021-04-07 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
driver-core-testing
branch HEAD: c2f3f755f5c717f3621b33ef06d974b9cec4a104  Revert "driver core: 
platform: Make platform_get_irq_optional() optional"

elapsed time: 720m

configs tested: 116
configs skipped: 3

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
riscvallmodconfig
i386 allyesconfig
riscvallyesconfig
nios2   defconfig
arc  axs101_defconfig
alphaalldefconfig
s390defconfig
mipsnlm_xlp_defconfig
m68kdefconfig
powerpc mpc834x_itx_defconfig
mips  maltasmvp_eva_defconfig
arm   netwinder_defconfig
arm am200epdkit_defconfig
mips  rb532_defconfig
powerpc   currituck_defconfig
powerpc  chrp32_defconfig
armkeystone_defconfig
alphaallyesconfig
shshmin_defconfig
mips   ci20_defconfig
s390   zfcpdump_defconfig
nios2 3c120_defconfig
m68km5407c3_defconfig
powerpcklondike_defconfig
powerpc  ppc44x_defconfig
sh  sdk7780_defconfig
powerpc  arches_defconfig
csky alldefconfig
arc nsimosci_hs_defconfig
powerpc   allnoconfig
h8300 edosk2674_defconfig
arm   versatile_defconfig
mips  pistachio_defconfig
parisc   allyesconfig
sh  rsk7201_defconfig
arc  axs103_smp_defconfig
sh   j2_defconfig
shtitan_defconfig
arm   omap1_defconfig
powerpc   motionpro_defconfig
powerpc powernv_defconfig
powerpc mpc8313_rdb_defconfig
sh  ul2_defconfig
arm rpc_defconfig
armvexpress_defconfig
powerpc mpc834x_mds_defconfig
sh   se7721_defconfig
armvt8500_v6_v7_defconfig
powerpc  mpc866_ads_defconfig
mips cu1830-neo_defconfig
mips   ip32_defconfig
i386defconfig
arcnsim_700_defconfig
sh  sh7785lcr_32bit_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68k allyesconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
sparcallyesconfig
sparc   defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
i386 randconfig-a006-20210407
i386 randconfig-a003-20210407
i386 randconfig-a001-20210407
i386 randconfig-a004-20210407
i386 randconfig-a002-20210407
i386 randconfig-a005-20210407
x86_64   randconfig-a014-20210407
x86_64   randconfig-a015-20210407
x86_64   randconfig-a013-20210407
x86_64   randconfig-a011-20210407
x86_64   randconfig-a012-20210407
x86_64   randconfig-a016-20210407
i386 randconfig-a014-20210407
i386 randconfig-a011-20210407
i386 randconfig-a016-20210407
i386 randcon

[staging:staging-testing] BUILD SUCCESS f9b9263a25dc3d2eaaa829e207434db6951ca7bc

2021-04-07 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: f9b9263a25dc3d2eaaa829e207434db6951ca7bc  staging: rtl8192u: Fix 
potential infinite loop

elapsed time: 723m

configs tested: 180
configs skipped: 4

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
arm defconfig
x86_64   allyesconfig
riscvallmodconfig
riscvallyesconfig
i386 allyesconfig
arm hackkit_defconfig
arm   u8500_defconfig
mips   bmips_be_defconfig
arm   h5000_defconfig
mips  loongson3_defconfig
ia64 allyesconfig
powerpcamigaone_defconfig
arc  axs103_smp_defconfig
mips allyesconfig
mipsbcm47xx_defconfig
arc  axs101_defconfig
powerpc  chrp32_defconfig
armkeystone_defconfig
alphaallyesconfig
shshmin_defconfig
mips   ci20_defconfig
xtensa virt_defconfig
arm lubbock_defconfig
powerpc tqm8555_defconfig
s390 alldefconfig
sh   se7619_defconfig
powerpc mpc836x_mds_defconfig
armoxnas_v6_defconfig
powerpc  ppc44x_defconfig
mips   ip28_defconfig
arm lpc18xx_defconfig
sh   alldefconfig
powerpc   mpc834x_itxgp_defconfig
sh espt_defconfig
m68k amcore_defconfig
powerpc   currituck_defconfig
shhp6xx_defconfig
arc nsimosci_hs_defconfig
powerpc mpc836x_rdk_defconfig
arm socfpga_defconfig
mips  malta_kvm_defconfig
i386defconfig
arm at91_dt_defconfig
powerpc mpc8272_ads_defconfig
sh   sh7770_generic_defconfig
arm  collie_defconfig
arm eseries_pxa_defconfig
m68km5407c3_defconfig
arm   sama5_defconfig
xtensa   alldefconfig
powerpc mpc5200_defconfig
arm   omap2plus_defconfig
armmvebu_v7_defconfig
armneponset_defconfig
cskydefconfig
m68kstmark2_defconfig
armspear3xx_defconfig
arm  colibri_pxa300_defconfig
arm axm55xx_defconfig
mips  maltasmvp_eva_defconfig
arm  footbridge_defconfig
armzeus_defconfig
openrisc  or1klitex_defconfig
sh   rts7751r2dplus_defconfig
sh  kfr2r09_defconfig
arm  iop32x_defconfig
mips  fuloong2e_defconfig
armpleb_defconfig
shsh7757lcr_defconfig
powerpc   maple_defconfig
armshmobile_defconfig
mipsmaltaup_defconfig
riscv nommu_k210_sdcard_defconfig
m68kq40_defconfig
sparc   sparc32_defconfig
mipsnlm_xlr_defconfig
sh  rsk7201_defconfig
arm cm_x300_defconfig
sh  urquell_defconfig
arm bcm2835_defconfig
alphaalldefconfig
m68km5307c3_defconfig
arm  tct_hammer_defconfig
mips   gcw0_defconfig
m68k   m5249evb_defconfig
shsh7763rdp_defconfig
h8300   defconfig
powerpc ps3_defconfig
x86_64   alldefconfig
armxcep_defconfig
arm davinci_all_defconfig
sh  rts7751r2d1_defconfig
powerpc  mgcoge_defconfig
powerpc wii_defconfig
powerpc stx_gp3_defconfig
powerpc  tqm8xx_defconfig
powerpc   

[driver-core:tty-test] BUILD REGRESSION bb57c5de81c6feaad869acce7c38b1049115ac75

2021-04-07 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tty-test
branch HEAD: bb57c5de81c6feaad869acce7c38b1049115ac75  tty: move some internal 
tty lock enums and functions out of tty.h

Error/Warning in current branch:

drivers/tty/tty_buffer.c:604:40: error: 'TTY_LOCK_SLAVE' undeclared (first use 
in this function)
drivers/tty/tty_buffer.c:604:40: error: use of undeclared identifier 
'TTY_LOCK_SLAVE'
drivers/tty/tty_mutex.c:59:43: error: 'TTY_LOCK_SLAVE' undeclared (first use in 
this function)
drivers/tty/tty_mutex.c:59:43: error: use of undeclared identifier 
'TTY_LOCK_SLAVE'

Error/Warning ids grouped by kconfigs:

gcc_recent_errors
|-- arc-allyesconfig
|   |-- 
drivers-tty-tty_buffer.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|   `-- 
drivers-tty-tty_mutex.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|-- arc-randconfig-c003-20210407
|   |-- 
drivers-tty-tty_buffer.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|   `-- 
drivers-tty-tty_mutex.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|-- arc-randconfig-r011-20210407
|   |-- 
drivers-tty-tty_buffer.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|   `-- 
drivers-tty-tty_mutex.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|-- arc-randconfig-r012-20210407
|   |-- 
drivers-tty-tty_buffer.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|   `-- 
drivers-tty-tty_mutex.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|-- arc-randconfig-r025-20210407
|   |-- 
drivers-tty-tty_buffer.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|   `-- 
drivers-tty-tty_mutex.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|-- arm-allmodconfig
|   |-- 
drivers-tty-tty_buffer.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|   `-- 
drivers-tty-tty_mutex.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|-- arm-allyesconfig
|   |-- 
drivers-tty-tty_buffer.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|   `-- 
drivers-tty-tty_mutex.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|-- arm64-allmodconfig
|   |-- 
drivers-tty-tty_buffer.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|   `-- 
drivers-tty-tty_mutex.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|-- arm64-allyesconfig
|   |-- 
drivers-tty-tty_buffer.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|   `-- 
drivers-tty-tty_mutex.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|-- i386-allmodconfig
|   |-- 
drivers-tty-tty_buffer.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|   `-- 
drivers-tty-tty_mutex.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|-- i386-allyesconfig
|   |-- 
drivers-tty-tty_buffer.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|   `-- 
drivers-tty-tty_mutex.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|-- i386-randconfig-a001-20210407
|   |-- 
drivers-tty-tty_buffer.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|   `-- 
drivers-tty-tty_mutex.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|-- i386-randconfig-a002-20210407
|   |-- 
drivers-tty-tty_buffer.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|   `-- 
drivers-tty-tty_mutex.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|-- i386-randconfig-a003-20210407
|   |-- 
drivers-tty-tty_buffer.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|   `-- 
drivers-tty-tty_mutex.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|-- i386-randconfig-a004-20210407
|   |-- 
drivers-tty-tty_buffer.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|   `-- 
drivers-tty-tty_mutex.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|-- i386-randconfig-a005-20210407
|   |-- 
drivers-tty-tty_buffer.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|   `-- 
drivers-tty-tty_mutex.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|-- i386-randconfig-a006-20210407
|   |-- 
drivers-tty-tty_buffer.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|   `-- 
drivers-tty-tty_mutex.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|-- i386-randconfig-a011-20210407
|   |-- 
drivers-tty-tty_buffer.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|   `-- 
drivers-tty-tty_mutex.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|-- i386-randconfig-a012-20210407
|   |-- 
drivers-tty-tty_buffer.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|   `-- 
drivers-tty-tty_mutex.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|-- i386-randconfig-a013-20210407
|   |-- 
drivers-tty-tty_buffer.c:error:TTY_LOCK_SLAVE-undeclared-(first-use-in-this-function)
|   `-- 
drivers-tty-tty_mutex.c:error:TTY_LOC

[driver-core:tty-test 13/13] drivers/tty/tty_baudrate.c:92:9: warning: no previous prototype for function 'tty_termios_input_baud_rate'

2021-04-08 Thread kernel test robot
tree:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 
tty-test
head:   8a67b4c2f3f14e73a8ddfbef9c032d9f2fa6979a
commit: 8a67b4c2f3f14e73a8ddfbef9c032d9f2fa6979a [13/13] tty: clean 
include/linux/tty.h up
config: x86_64-randconfig-r013-20210408 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 
56ea2e2fdd691136d5e6631fa0e447173694b82c)
reproduce (this is a W=1 build):
wget 
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
chmod +x ~/bin/make.cross
# install x86_64 cross compiling tool for clang build
# apt-get install binutils-x86-64-linux-gnu
# 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/commit/?id=8a67b4c2f3f14e73a8ddfbef9c032d9f2fa6979a
git remote add driver-core 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
git fetch --no-tags driver-core tty-test
git checkout 8a67b4c2f3f14e73a8ddfbef9c032d9f2fa6979a
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot 

All warnings (new ones prefixed by >>):

>> drivers/tty/tty_baudrate.c:92:9: warning: no previous prototype for function 
>> 'tty_termios_input_baud_rate' [-Wmissing-prototypes]
   speed_t tty_termios_input_baud_rate(struct ktermios *termios)
   ^
   drivers/tty/tty_baudrate.c:92:1: note: declare 'static' if the function is 
not intended to be used outside of this translation unit
   speed_t tty_termios_input_baud_rate(struct ktermios *termios)
   ^
   static 
   1 warning generated.


vim +/tty_termios_input_baud_rate +92 drivers/tty/tty_baudrate.c

fff0a2ca3a061c Nicolas Pitre  2017-04-12   79  
fff0a2ca3a061c Nicolas Pitre  2017-04-12   80  /**
fff0a2ca3a061c Nicolas Pitre  2017-04-12   81   *   
tty_termios_input_baud_rate
fff0a2ca3a061c Nicolas Pitre  2017-04-12   82   *   @termios: termios 
structure
fff0a2ca3a061c Nicolas Pitre  2017-04-12   83   *
fff0a2ca3a061c Nicolas Pitre  2017-04-12   84   *   Convert termios baud 
rate data into a speed. This should be called
fff0a2ca3a061c Nicolas Pitre  2017-04-12   85   *   with the termios lock 
held if this termios is a terminal termios
fff0a2ca3a061c Nicolas Pitre  2017-04-12   86   *   structure. May change 
the termios data. Device drivers can call this
fff0a2ca3a061c Nicolas Pitre  2017-04-12   87   *   function but should use 
->c_[io]speed directly as they are updated.
fff0a2ca3a061c Nicolas Pitre  2017-04-12   88   *
fff0a2ca3a061c Nicolas Pitre  2017-04-12   89   *   Locking: none
fff0a2ca3a061c Nicolas Pitre  2017-04-12   90   */
fff0a2ca3a061c Nicolas Pitre  2017-04-12   91  
fff0a2ca3a061c Nicolas Pitre  2017-04-12  @92  speed_t 
tty_termios_input_baud_rate(struct ktermios *termios)
fff0a2ca3a061c Nicolas Pitre  2017-04-12   93  {
fff0a2ca3a061c Nicolas Pitre  2017-04-12   94  #ifdef IBSHIFT
fff0a2ca3a061c Nicolas Pitre  2017-04-12   95   unsigned int cbaud = 
(termios->c_cflag >> IBSHIFT) & CBAUD;
fff0a2ca3a061c Nicolas Pitre  2017-04-12   96  
fff0a2ca3a061c Nicolas Pitre  2017-04-12   97   if (cbaud == B0)
fff0a2ca3a061c Nicolas Pitre  2017-04-12   98   return 
tty_termios_baud_rate(termios);
fefe287e4bf6ee Johan Hovold   2018-07-15   99  #ifdef BOTHER
fff0a2ca3a061c Nicolas Pitre  2017-04-12  100   /* Magic token for arbitrary 
speed via c_ispeed*/
fff0a2ca3a061c Nicolas Pitre  2017-04-12  101   if (cbaud == BOTHER)
fff0a2ca3a061c Nicolas Pitre  2017-04-12  102   return 
termios->c_ispeed;
fefe287e4bf6ee Johan Hovold   2018-07-15  103  #endif
fff0a2ca3a061c Nicolas Pitre  2017-04-12  104   if (cbaud & CBAUDEX) {
fff0a2ca3a061c Nicolas Pitre  2017-04-12  105   cbaud &= ~CBAUDEX;
fff0a2ca3a061c Nicolas Pitre  2017-04-12  106  
fff0a2ca3a061c Nicolas Pitre  2017-04-12  107   if (cbaud < 1 || cbaud 
+ 15 > n_baud_table)
fff0a2ca3a061c Nicolas Pitre  2017-04-12  108   
termios->c_cflag &= ~(CBAUDEX << IBSHIFT);
fff0a2ca3a061c Nicolas Pitre  2017-04-12  109   else
fff0a2ca3a061c Nicolas Pitre  2017-04-12  110   cbaud += 15;
fff0a2ca3a061c Nicolas Pitre  2017-04-12  111   }
991a2519409700 H. Peter Anvin 2018-10-22  112   return cbaud >= n_baud_table ? 
0 : baud_table[cbaud];
fefe287e4bf6ee Johan Hovold   2018-07-15  113  #else/* IBSHIFT */
fff0a2ca3a061c Nicolas Pitre  2017-04-12  114   return 
tty_termios_baud_rate(termios);
fefe287e4bf6ee Johan Hovold   2018-07-15  115  #endif   /* IBSHIFT */
fff0a2ca3a061c Nicolas Pitre  2017-04-12  116  }
fff0a2ca3a061c Nicolas Pitre  2017-04-12  117  
EXPORT_SYMBOL(tty_termios_input_baud_rate);
fff0a2ca3a061c Nico

[staging:staging-testing] BUILD SUCCESS 4e35b91390fcd13bf46e12acd3b6f94a082a6cf3

2021-04-08 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: 4e35b91390fcd13bf46e12acd3b6f94a082a6cf3  staging: rtl8723bs: 
remove extra indent

elapsed time: 723m

configs tested: 199
configs skipped: 3

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
riscvallmodconfig
x86_64   allyesconfig
i386 allyesconfig
riscvallyesconfig
mips rt305x_defconfig
umallnoconfig
sh  urquell_defconfig
shtitan_defconfig
arm ezx_defconfig
armoxnas_v6_defconfig
armlart_defconfig
arm assabet_defconfig
arm  exynos_defconfig
arm   viper_defconfig
sh  lboxre2_defconfig
mipsmaltaup_defconfig
mips mpc30x_defconfig
armcerfcube_defconfig
xtensa  cadence_csp_defconfig
m68k allyesconfig
m68km5307c3_defconfig
m68k   m5208evb_defconfig
mipsmalta_qemu_32r6_defconfig
sh   se7712_defconfig
mips   ci20_defconfig
m68k apollo_defconfig
sh  r7785rp_defconfig
powerpc  pmac32_defconfig
openrisc simple_smp_defconfig
mips   lemote2f_defconfig
powerpc  mgcoge_defconfig
powerpc linkstation_defconfig
armpleb_defconfig
shmigor_defconfig
sh   j2_defconfig
powerpc  ppc40x_defconfig
powerpc tqm8548_defconfig
m68km5407c3_defconfig
arm   spitz_defconfig
arm palmz72_defconfig
arm lpc32xx_defconfig
ia64 alldefconfig
mips  malta_kvm_defconfig
m68kmvme16x_defconfig
arm   imx_v6_v7_defconfig
mips   jazz_defconfig
m68kstmark2_defconfig
powerpc mpc832x_mds_defconfig
powerpc  ppc6xx_defconfig
sh   sh7770_generic_defconfig
sh   sh2007_defconfig
xtensaxip_kc705_defconfig
sh sh03_defconfig
arm   omap1_defconfig
arm am200epdkit_defconfig
sh sh7710voipgw_defconfig
m68k  multi_defconfig
mips   gcw0_defconfig
arm  moxart_defconfig
m68k   m5475evb_defconfig
s390 allyesconfig
riscvnommu_k210_defconfig
mips loongson1b_defconfig
armmulti_v5_defconfig
mips  decstation_64_defconfig
m68k alldefconfig
arm  gemini_defconfig
mips   mtx1_defconfig
arm lubbock_defconfig
arc   tb10x_defconfig
mipsgpr_defconfig
powerpc   maple_defconfig
powerpc64   defconfig
mips cu1000-neo_defconfig
sh   secureedge5410_defconfig
arm nhk8815_defconfig
powerpc mpc832x_rdb_defconfig
powerpc  ppc64e_defconfig
sh   se7343_defconfig
shsh7785lcr_defconfig
sh  rsk7201_defconfig
m68k  hp300_defconfig
s390  debug_defconfig
sh kfr2r09-romimage_defconfig
arm mxs_defconfig
mips  malta_defconfig
arm   u8500_defconfig
powerpcsocrates_defconfig
mipsar7_defconfig
sh  sdk7786_defconfig
shshmin_defconfig
arm   sunxi_defconfig
armzeus_defconfig
powerpc sbc8548_defconfig
arm   netwinder_defconfig
powerpc  

[driver-core:kbuild] BUILD SUCCESS 495abc42c6389715b058a9abd534c966cb6b1f41

2021-04-08 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git kbuild
branch HEAD: 495abc42c6389715b058a9abd534c966cb6b1f41  kbuild: allow arches to 
have their own "bootloader.sh"

elapsed time: 720m

configs tested: 125
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
riscvallmodconfig
riscvallyesconfig
i386 allyesconfig
powerpc akebono_defconfig
arm eseries_pxa_defconfig
armpleb_defconfig
m68k amcore_defconfig
sparc   sparc32_defconfig
powerpc ppa8548_defconfig
mips loongson1b_defconfig
x86_64   alldefconfig
mipsmaltaup_xpa_defconfig
xtensa  cadence_csp_defconfig
powerpcsocrates_defconfig
shshmin_defconfig
h8300alldefconfig
powerpc  pmac32_defconfig
sh  landisk_defconfig
powerpc  arches_defconfig
mips  rb532_defconfig
riscv   defconfig
openrisc alldefconfig
mips   ip27_defconfig
arm s3c6400_defconfig
mips  malta_defconfig
arm orion5x_defconfig
armzeus_defconfig
arm  footbridge_defconfig
powerpcwarp_defconfig
mips   ip22_defconfig
m68k  multi_defconfig
sh  lboxre2_defconfig
armlart_defconfig
arm64alldefconfig
powerpc mpc5200_defconfig
powerpc  ep88xc_defconfig
m68k  amiga_defconfig
arm  colibri_pxa270_defconfig
arm shannon_defconfig
powerpc xes_mpc85xx_defconfig
arm at91_dt_defconfig
mips  decstation_64_defconfig
arm  pxa3xx_defconfig
sh   sh7724_generic_defconfig
arcvdk_hs38_smp_defconfig
mips   ip32_defconfig
arc nsimosci_hs_defconfig
armrealview_defconfig
armmvebu_v7_defconfig
sh  sh7785lcr_32bit_defconfig
arm  collie_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 allmodconfig
parisc   allyesconfig
s390defconfig
sparcallyesconfig
sparc   defconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
x86_64   randconfig-a004-20210408
x86_64   randconfig-a005-20210408
x86_64   randconfig-a003-20210408
x86_64   randconfig-a001-20210408
x86_64   randconfig-a002-20210408
x86_64   randconfig-a006-20210408
i386 randconfig-a006-20210408
i386 randconfig-a003-20210408
i386 randconfig-a001-20210408
i386 randconfig-a004-20210408
i386 randconfig-a005-20210408
i386 randconfig-a002-20210408
i386   

[staging:staging-testing 588/592] ERROR: modpost: "ni_count_valid_routes" [drivers/staging/comedi/drivers/tests/ni_routes_test.ko] undefined!

2021-04-08 Thread kernel test robot
tree:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
head:   4e35b91390fcd13bf46e12acd3b6f94a082a6cf3
commit: c82b130616e3aed2ff8c635353360978716c5762 [588/592] staging: comedi: Add 
Kconfig options to build unit test modules
config: microblaze-randconfig-r024-20210409 (attached as .config)
compiler: microblaze-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
wget 
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
chmod +x ~/bin/make.cross
# 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/commit/?id=c82b130616e3aed2ff8c635353360978716c5762
git remote add staging 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
git fetch --no-tags staging staging-testing
git checkout c82b130616e3aed2ff8c635353360978716c5762
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross 
ARCH=microblaze 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot 

All errors (new ones prefixed by >>, old ones prefixed by <<):

>> ERROR: modpost: "ni_count_valid_routes" 
>> [drivers/staging/comedi/drivers/tests/ni_routes_test.ko] undefined!
>> ERROR: modpost: "ni_assign_device_routes" 
>> [drivers/staging/comedi/drivers/tests/ni_routes_test.ko] undefined!
>> ERROR: modpost: "ni_sort_device_routes" 
>> [drivers/staging/comedi/drivers/tests/ni_routes_test.ko] undefined!
>> ERROR: modpost: "ni_find_route_set" 
>> [drivers/staging/comedi/drivers/tests/ni_routes_test.ko] undefined!
>> ERROR: modpost: "ni_route_set_has_source" 
>> [drivers/staging/comedi/drivers/tests/ni_routes_test.ko] undefined!
>> ERROR: modpost: "ni_lookup_route_register" 
>> [drivers/staging/comedi/drivers/tests/ni_routes_test.ko] undefined!
>> ERROR: modpost: "ni_is_cmd_dest" 
>> [drivers/staging/comedi/drivers/tests/ni_routes_test.ko] undefined!
>> ERROR: modpost: "ni_get_valid_routes" 
>> [drivers/staging/comedi/drivers/tests/ni_routes_test.ko] undefined!
>> ERROR: modpost: "ni_find_route_source" 
>> [drivers/staging/comedi/drivers/tests/ni_routes_test.ko] undefined!
>> ERROR: modpost: "ni_route_to_register" 
>> [drivers/staging/comedi/drivers/tests/ni_routes_test.ko] undefined!

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org


.config.gz
Description: application/gzip
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[driver-core:tty-test] BUILD SUCCESS b01048f3d4ffec7ece16d4250d8eb2e13a5ce06a

2021-04-08 Thread kernel test robot
tree/branch: 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tty-test
branch HEAD: b01048f3d4ffec7ece16d4250d8eb2e13a5ce06a  tty: clean 
include/linux/tty.h up

elapsed time: 725m

configs tested: 147
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
x86_64   allyesconfig
riscvallmodconfig
i386 allyesconfig
riscvallyesconfig
mips rt305x_defconfig
umallnoconfig
sh  urquell_defconfig
shtitan_defconfig
arm ezx_defconfig
armoxnas_v6_defconfig
powerpc  mgcoge_defconfig
powerpc linkstation_defconfig
armpleb_defconfig
shmigor_defconfig
mips   lemote2f_defconfig
m68km5407c3_defconfig
armlart_defconfig
arm   spitz_defconfig
arm palmz72_defconfig
arm lpc32xx_defconfig
ia64 alldefconfig
powerpc mpc832x_mds_defconfig
powerpc  ppc6xx_defconfig
sh   sh7770_generic_defconfig
sh   sh2007_defconfig
xtensa  cadence_csp_defconfig
mips   ip28_defconfig
sh  r7780mp_defconfig
m68kmvme16x_defconfig
armmulti_v5_defconfig
powerpc kmeter1_defconfig
arc nsimosci_hs_defconfig
armclps711x_defconfig
xtensaxip_kc705_defconfig
m68k   bvme6000_defconfig
h8300alldefconfig
powerpc mpc836x_rdk_defconfig
powerpc  storcenter_defconfig
arm s5pv210_defconfig
ia64 bigsur_defconfig
arm orion5x_defconfig
m68kstmark2_defconfig
mips loongson1b_defconfig
mips  decstation_64_defconfig
sh  landisk_defconfig
powerpc  arches_defconfig
mips  rb532_defconfig
um   x86_64_defconfig
arcvdk_hs38_smp_defconfig
arm   u8500_defconfig
arm  ixp4xx_defconfig
sh  sh7785lcr_32bit_defconfig
s390  debug_defconfig
arm  pxa3xx_defconfig
powerpc   allnoconfig
armzeus_defconfig
arm  footbridge_defconfig
powerpcwarp_defconfig
mips   ip22_defconfig
m68k  multi_defconfig
sh  lboxre2_defconfig
arm eseries_pxa_defconfig
arm64alldefconfig
arcvdk_hs38_defconfig
sh   se7751_defconfig
mips  pic32mzda_defconfig
arm   milbeaut_m10v_defconfig
arm   h5000_defconfig
armrealview_defconfig
x86_64   alldefconfig
armmvebu_v7_defconfig
arm  collie_defconfig
powerpc ps3_defconfig
arm  gemini_defconfig
arm  iop32x_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
s390 a

[staging:staging-next] BUILD SUCCESS e7442ffe1cc5d89d101a99ff78eb68edb1961e30

2021-04-09 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-next
branch HEAD: e7442ffe1cc5d89d101a99ff78eb68edb1961e30  staging: comedi: 
Kconfig: Fix COMEDI_TESTS_NI_ROUTES selections

i386-tinyconfig vmlinux size:

+---+-+--+
| DELTA | SYMBOL  |  COMMIT  |
+---+-+--+
|  +559 | TOTAL   | a38fd8748464..e7442ffe1cc5 (ALL COMMITS) |
|  +547 | TEXT| a38fd8748464..e7442ffe1cc5 (ALL COMMITS) |
|   +80 | timekeeping_notify()| a38fd8748464..e7442ffe1cc5 (ALL COMMITS) |
|   +70 | __perf_pmu_sched_task() | a38fd8748464..e7442ffe1cc5 (ALL COMMITS) |
|   +64 | perf_pmu_sched_task()   | a38fd8748464..e7442ffe1cc5 (ALL COMMITS) |
|   -92 | change_clocksource()| a38fd8748464..e7442ffe1cc5 (ALL COMMITS) |
+---+-+--+

elapsed time: 720m

configs tested: 167
configs skipped: 3

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm64allyesconfig
arm64   defconfig
arm defconfig
arm  allyesconfig
arm  allmodconfig
riscvallmodconfig
x86_64   allyesconfig
i386 allyesconfig
riscvallyesconfig
arm64alldefconfig
powerpc  bamboo_defconfig
m68k   bvme6000_defconfig
mips  pistachio_defconfig
openrisc simple_smp_defconfig
sh   se7750_defconfig
powerpc   ebony_defconfig
mips   xway_defconfig
powerpc mpc83xx_defconfig
ia64  gensparse_defconfig
arm  simpad_defconfig
powerpc mpc834x_itx_defconfig
powerpc pq2fads_defconfig
mipsmaltaup_xpa_defconfig
mips  ath79_defconfig
m68kdefconfig
sh   se7722_defconfig
m68km5307c3_defconfig
powerpc   ppc64_defconfig
powerpc  mpc885_ads_defconfig
powerpcsocrates_defconfig
sh   se7751_defconfig
arm s3c6400_defconfig
sh apsh4a3a_defconfig
mipsbcm63xx_defconfig
powerpc  tqm8xx_defconfig
openrisc alldefconfig
armmmp2_defconfig
um i386_defconfig
sh  rsk7264_defconfig
ia64generic_defconfig
mipsvocore2_defconfig
powerpc   allnoconfig
powerpc64   defconfig
sh espt_defconfig
arm vf610m4_defconfig
mips  rb532_defconfig
mipsgpr_defconfig
sh   se7206_defconfig
mips  fuloong2e_defconfig
arm   sama5_defconfig
mips  maltasmvp_defconfig
arm rpc_defconfig
powerpc   currituck_defconfig
shdreamcast_defconfig
powerpc mpc837x_mds_defconfig
microblaze  mmu_defconfig
mipsworkpad_defconfig
mips   bmips_be_defconfig
shshmin_defconfig
armmulti_v7_defconfig
arm   imx_v4_v5_defconfig
mips   ip27_defconfig
mips mpc30x_defconfig
s390defconfig
riscvnommu_k210_defconfig
archsdk_defconfig
riscv nommu_k210_sdcard_defconfig
armmulti_v5_defconfig
h8300   defconfig
mips tb0287_defconfig
mips tb0219_defconfig
sh  urquell_defconfig
armspear6xx_defconfig
shtitan_defconfig
powerpc mpc8315_rdb_defconfig
sh   se7712_defconfig
mipsqi_lb60_defconfig
powerpc pseries_defconfig
powerpc   bluestone_defconfig
mips  loongson3_defconfig
m68k  multi_defconfig
arc  axs101_defconfig
sh

  1   2   3   4   5   6   7   8   9   10   >