From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) (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 9DC08BE4C; Sat, 30 Dec 2023 19:00:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="SmyJdi25" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1703962851; x=1735498851; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=whfhzrFP1XaKEEFEkjtUukTNpb1Ux0LYaBu1esD0LBE=; b=SmyJdi25Ufi1zgYd9ic4IaVpLp6nEt1iHhksNZL0h1WVSD/plUhAe4Bw U3lRJMQekPL2VFd0c9c3Ik7X76rehbborYPleCA3qe8+mFX9eVnX6MlWq XfODt3DvO+ILDiQwVXp1FzVN+p/CDfEsLxP6IyE1OH65yGyQytnmB0lfQ P2S/ToWBQ9q6jtNMmfPdtpFr0sctyHYkJX0UkQSTPslXFI/ifMm1HkKgz V0idrmYhp6LSRVx+WkK/vD3BatsRdMKsTR+dFd1eZk8xBCswIcTfdM4e2 MwrEB5rpBrIbe4bjyWaaouFCL/LBi49Rx/3lF2fXZ7S/gNPFw5oj/mYk9 g==; X-IronPort-AV: E=McAfee;i="6600,9927,10939"; a="15365888" X-IronPort-AV: E=Sophos;i="6.04,318,1695711600"; d="scan'208";a="15365888" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Dec 2023 10:56:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10939"; a="772212696" X-IronPort-AV: E=Sophos;i="6.04,318,1695711600"; d="scan'208";a="772212696" Received: from lkp-server02.sh.intel.com (HELO b07ab15da5fe) ([10.239.97.151]) by orsmga007.jf.intel.com with ESMTP; 30 Dec 2023 10:56:18 -0800 Received: from kbuild by b07ab15da5fe with local (Exim 4.96) (envelope-from ) id 1rJeVM-000Ih9-0T; Sat, 30 Dec 2023 18:56:16 +0000 Date: Sun, 31 Dec 2023 02:55:31 +0800 From: kernel test robot To: Xiaolei Wang , shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, peng.fan@nxp.com, treding@nvidia.com, yibin.gong@nxp.com, robh@kernel.org, ranjani.vaidyanathan@nxp.com Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] firmware: imx: scu: ensure wakeup procedure calls pm_system_wakeup() Message-ID: <202312310227.7eLUYzgH-lkp@intel.com> References: <20231230053831.67661-1-xiaolei.wang@windriver.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: <20231230053831.67661-1-xiaolei.wang@windriver.com> Hi Xiaolei, kernel test robot noticed the following build warnings: [auto build test WARNING on shawnguo/for-next] [also build test WARNING on linus/master v6.7-rc7 next-20231222] [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/Xiaolei-Wang/firmware-imx-scu-ensure-wakeup-procedure-calls-pm_system_wakeup/20231230-134202 base: https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git for-next patch link: https://lore.kernel.org/r/20231230053831.67661-1-xiaolei.wang%40windriver.com patch subject: [PATCH] firmware: imx: scu: ensure wakeup procedure calls pm_system_wakeup() config: i386-buildonly-randconfig-003-20231230 (https://download.01.org/0day-ci/archive/20231231/202312310227.7eLUYzgH-lkp@intel.com/config) compiler: ClangBuiltLinux clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231231/202312310227.7eLUYzgH-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202312310227.7eLUYzgH-lkp@intel.com/ All warnings (new ones prefixed by >>): >> drivers/firmware/imx/imx-scu.c:365:32: warning: unused variable 'imx_scu_pm_ops' [-Wunused-const-variable] 365 | static const struct dev_pm_ops imx_scu_pm_ops = { | ^~~~~~~~~~~~~~ 1 warning generated. vim +/imx_scu_pm_ops +365 drivers/firmware/imx/imx-scu.c 364 > 365 static const struct dev_pm_ops imx_scu_pm_ops = { 366 SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(imx_scu_suspend_noirq, 367 imx_scu_resume_noirq) 368 }; 369 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki