From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============3864802456792680821==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [jimc:dd-stack 6/8] drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_debug.c:79:54: error: expected ')' before string constant Date: Fri, 03 Dec 2021 14:39:16 +0800 Message-ID: <202112031410.MGD60Det-lkp@intel.com> List-Id: --===============3864802456792680821== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable tree: https://github.com/jimc/linux.git dd-stack head: 5259aebf5f0de40eea572cdbe02b22c82f996c92 commit: 561058cff31808dd32fecde98e88e298459ebef5 [6/8] drm_print: add choic= e to use dynamic debug in drm-debug config: arc-allyesconfig (https://download.01.org/0day-ci/archive/20211203/= 202112031410.MGD60Det-lkp(a)intel.com/config) compiler: arceb-elf-gcc (GCC) 11.2.0 reproduce (this is a W=3D1 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/jimc/linux/commit/561058cff31808dd32fecde98e88= e298459ebef5 git remote add jimc https://github.com/jimc/linux.git git fetch --no-tags jimc dd-stack git checkout 561058cff31808dd32fecde98e88e298459ebef5 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dgcc-11.2.0 make.cross= O=3Dbuild_dir ARCH=3Darc SHELL=3D/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_debug.c:79:54: error: e= xpected ')' before string constant 79 | DEFINE_DYNAMIC_DEBUG_LOG_GROUPS(debug_dc, __debug_dc, | ^ | ) drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_debug.c:64:30: warning:= 'amdgpu_bitmap' defined but not used [-Wunused-variable] 64 | static struct dyndbg_bitdesc amdgpu_bitmap[] =3D { | ^~~~~~~~~~~~~ vim +79 drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_debug.c e55b93e130e7cf Jim Cromie 2021-07-30 78 = e55b93e130e7cf Jim Cromie 2021-07-30 @79 DEFINE_DYNAMIC_DEBUG_LOG_GROUPS(d= ebug_dc, __debug_dc, e55b93e130e7cf Jim Cromie 2021-07-30 80 DC_DYNDBG_BITMAP_DESC(debug_d= c), e55b93e130e7cf Jim Cromie 2021-07-30 81 amdgpu_bitmap); e55b93e130e7cf Jim Cromie 2021-07-30 82 = :::::: The code at line 79 was first introduced by commit :::::: e55b93e130e7cf8b18ebb2d35f6753d3dbde5d64 amdgpu: use dyndbg.BITGRPS = to control existing pr_debugs :::::: TO: Jim Cromie :::::: CC: Jim Cromie --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org --===============3864802456792680821==--