[staging:staging-next] BUILD SUCCESS 39c1b1af3ea744c1f353a44146c2eea2ad916c53

2022-07-11 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-next
branch HEAD: 39c1b1af3ea744c1f353a44146c2eea2ad916c53  Merge 5.19-rc6 into 
staging-next

elapsed time: 724m

configs tested: 13
configs skipped: 2

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

gcc tested configs:
arc  allyesconfig
alphaallyesconfig
m68k allyesconfig
m68k allmodconfig
powerpc   allnoconfig
sh   allmodconfig
mips allyesconfig
powerpc  allmodconfig
um i386_defconfig
um   x86_64_defconfig
x86_64   allyesconfig
x86_64  defconfig
x86_64   rhel-8.3

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


Re: [PATCH v7 3/4] drm/loongson: Add interrupt driver for LS7A.

2022-07-11 Thread kernel test robot
Hi Chenyang,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on drm-misc/drm-misc-next]
[also build test WARNING on linus/master v5.19-rc6 next-20220708]
[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#_base_tree_information]

url:
https://github.com/intel-lab-lkp/linux/commits/Chenyang-Li/drm-loongson-Add-DRM-Driver-for-Loongson-7A1000-bridge-chip/20220625-171037
base:   git://anongit.freedesktop.org/drm/drm-misc drm-misc-next
config: arm64-allmodconfig 
(https://download.01.org/0day-ci/archive/20220712/202207120454.pjbs1e9p-...@intel.com/config)
compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 
77a38f6839980bfac61babb40d83772c51427011)
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/intel-lab-lkp/linux/commit/7cad653ee3a3b83188e2d91335269753e134b808
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review 
Chenyang-Li/drm-loongson-Add-DRM-Driver-for-Loongson-7A1000-bridge-chip/20220625-171037
git checkout 7cad653ee3a3b83188e2d91335269753e134b808
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 
O=build_dir ARCH=arm64 SHELL=/bin/bash drivers/gpu/drm/loongson/

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

All warnings (new ones prefixed by >>):

>> drivers/gpu/drm/loongson/loongson_irq.c:24:11: warning: variable 'lcrtc' is 
>> used uninitialized whenever 'if' condition is false 
>> [-Wsometimes-uninitialized]
   else if (val & FB_VSYNC1_INT)
^~~
   drivers/gpu/drm/loongson/loongson_irq.c:27:26: note: uninitialized use 
occurs here
   drm_crtc_handle_vblank(&lcrtc->base);
   ^
   drivers/gpu/drm/loongson/loongson_irq.c:24:7: note: remove the 'if' if its 
condition is always true
   else if (val & FB_VSYNC1_INT)
^~~~
   drivers/gpu/drm/loongson/loongson_irq.c:16:29: note: initialize the variable 
'lcrtc' to silence this warning
   struct loongson_crtc *lcrtc;
  ^
   = NULL
   1 warning generated.


vim +24 drivers/gpu/drm/loongson/loongson_irq.c

11  
12  static irqreturn_t loongson_irq_handler(int irq, void *arg)
13  {
14  struct drm_device *dev = (struct drm_device *) arg;
15  struct loongson_device *ldev = to_loongson_device(dev);
16  struct loongson_crtc *lcrtc;
17  u32 val;
18  
19  val = ls7a_mm_rreg(ldev, FB_INT_REG);
20  ls7a_mm_wreg(ldev, FB_INT_REG, val & (0x << 16));
21  
22  if (val & FB_VSYNC0_INT)
23  lcrtc = ldev->mode_info[0].crtc;
  > 24  else if (val & FB_VSYNC1_INT)
25  lcrtc = ldev->mode_info[1].crtc;
26  
27  drm_crtc_handle_vblank(&lcrtc->base);
28  
29  return IRQ_HANDLED;
30  }
31  

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[staging:staging-testing] BUILD SUCCESS d4090520cde1f96ad66956ce1b24aa91e5210fa5

2022-07-11 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
branch HEAD: d4090520cde1f96ad66956ce1b24aa91e5210fa5  staging: r8188eu: the 
bcnhead parameter is always 0

elapsed time: 1178m

configs tested: 52
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
arm64allyesconfig
ia64 allmodconfig
m68k allmodconfig
arc  allyesconfig
alphaallyesconfig
m68k allyesconfig
powerpc   allnoconfig
mips allyesconfig
powerpc  allmodconfig
sh   allmodconfig
i386defconfig
i386 allyesconfig
x86_64randconfig-a004
x86_64randconfig-a006
x86_64randconfig-a002
i386  randconfig-a001
i386  randconfig-a003
i386  randconfig-a005
x86_64randconfig-a013
x86_64randconfig-a011
x86_64randconfig-a015
i386  randconfig-a014
i386  randconfig-a012
i386  randconfig-a016
arc  randconfig-r043-20220710
s390 randconfig-r044-20220710
riscvrandconfig-r042-20220710
um i386_defconfig
um   x86_64_defconfig
x86_64  defconfig
x86_64   rhel-8.3
x86_64   allyesconfig
x86_64  rhel-8.3-func
x86_64 rhel-8.3-kunit
x86_64rhel-8.3-kselftests
x86_64   rhel-8.3-syz

clang tested configs:
x86_64randconfig-a005
x86_64randconfig-a001
x86_64randconfig-a003
i386  randconfig-a006
i386  randconfig-a002
i386  randconfig-a004
x86_64randconfig-a012
x86_64randconfig-a014
x86_64randconfig-a016
i386  randconfig-a013
i386  randconfig-a015
i386  randconfig-a011
hexagon  randconfig-r041-20220710
hexagon  randconfig-r045-20220710

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel