From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1A4F42F21 for ; Sat, 17 Sep 2022 13:38:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663421882; x=1694957882; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=tIryiFgQl9COzjEcEkX38EUN2UYw3EZiOxUHcq8DolY=; b=eWkP615OSorqAQcCg4SIGjdkSTVGHR2Lfi9xF4c5gUCVbavMUtLXHygd q9o9AkmRj+8Aw1z2ByKpGgchnBR6HuTikunPx9sG4axOSxVpFRafExFrq dusIf+rTLWoVd/Asz8Culh6VjtftCFD2NddovdEzeUgDhJ58Y+51JOaiG k4zOnCY0bBbvBT3mlEilD8BS00FISnEPpCtZQ4v6b/PhIgHPSFRyNFVUy te5JpIG1/rs/y8cws476Om/egZrCO0FQQGZJdZuYPIOhLWKNhlHWYt0rr Vn3YumniOitnO5PfxpJk7p72SW1NMrlzw0FGc1xldKr3xnH9aUxBECDsB g==; X-IronPort-AV: E=McAfee;i="6500,9779,10473"; a="385444643" X-IronPort-AV: E=Sophos;i="5.93,323,1654585200"; d="scan'208";a="385444643" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Sep 2022 06:38:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,323,1654585200"; d="scan'208";a="760343021" Received: from lkp-server01.sh.intel.com (HELO c0a60f19fe7e) ([10.239.97.150]) by fmsmga001.fm.intel.com with ESMTP; 17 Sep 2022 06:37:58 -0700 Received: from kbuild by c0a60f19fe7e with local (Exim 4.96) (envelope-from ) id 1oZY18-0000Ml-08; Sat, 17 Sep 2022 13:37:58 +0000 Date: Sat, 17 Sep 2022 21:37:43 +0800 From: kernel test robot To: Yongqiang Niu , CK Hu Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, Jassi Brar , Matthias Brugger , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Project_Global_Chrome_Upstream_Group@mediatek.com, Hsin-Yi Wang , Yongqiang Niu , Allen-kh Cheng Subject: Re: [PATCH v2] mailbox: mtk-cmdq: fix gce timeout issue Message-ID: <202209172147.lNB8ZX1j-lkp@intel.com> References: <20220917090940.10088-1-yongqiang.niu@mediatek.com> Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220917090940.10088-1-yongqiang.niu@mediatek.com> Hi Yongqiang, Thank you for the patch! Yet something to improve: [auto build test ERROR on fujitsu-integration/mailbox-for-next] [also build test ERROR on soc/for-next linus/master v6.0-rc5 next-20220916] [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/Yongqiang-Niu/mailbox-mtk-cmdq-fix-gce-timeout-issue/20220917-171148 base: https://git.linaro.org/landing-teams/working/fujitsu/integration.git mailbox-for-next config: arm-randconfig-r033-20220916 (https://download.01.org/0day-ci/archive/20220917/202209172147.lNB8ZX1j-lkp@intel.com/config) compiler: clang version 16.0.0 (https://github.com/llvm/llvm-project 791a7ae1ba3efd6bca96338e10ffde557ba83920) 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/intel-lab-lkp/linux/commit/044a12235901d40a3442fa5ab0c4b3233f370e22 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Yongqiang-Niu/mailbox-mtk-cmdq-fix-gce-timeout-issue/20220917-171148 git checkout 044a12235901d40a3442fa5ab0c4b3233f370e22 # 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=arm SHELL=/bin/bash drivers/ If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/mailbox/mtk-cmdq-mailbox.c:713:3: error: field designator 'sw_ddr_en' does not refer to any field in type 'const struct gce_plat' .sw_ddr_en = true, ^ 1 error generated. vim +713 drivers/mailbox/mtk-cmdq-mailbox.c 708 709 static const struct gce_plat gce_plat_v7 = { 710 .thread_nr = 24, 711 .shift = 3, 712 .control_by_sw = true, > 713 .sw_ddr_en = true, 714 .gce_num = 1 715 }; 716 -- 0-DAY CI Kernel Test Service https://01.org/lkp