From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 55AA77B for ; Thu, 22 Sep 2022 00:22:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663806173; x=1695342173; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=suI+CfiK0vZ0xqyxyfYRHjqOciiRcs1MgqvAcaA1Mcc=; b=NRFGNFCFyhYFWkGEvq0619nZh83/uVLqHwQXDU3NlU7UPIbvlmLGiYcQ BKMhEuBrxJFlxftFRiA2L2bdnDIqg2BWbkRiMEkvF0a9Nha+kwSifpuTP BuhQF8N3f4v36QEMdmWWryD1XPD2q6Ai5AaFpIdPPnsSl7BS/8WIzlr+A m/7QvNfD/dqWWzOGnwX4EA8HDP8+6nMN/4SDDeaQAWSENVnkaRwSWTHWZ lQ/ghuU3CglfdJpPkCavNrzt+qUHR22ZKxryo7sjWpvy8JfG4MAzQv4M3 1xemoIKIC33LflWPcPHlBa7rAH7kE226Lh4RUpEO7hW2zbuV4vxDoKP1x Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10477"; a="364137318" X-IronPort-AV: E=Sophos;i="5.93,334,1654585200"; d="scan'208";a="364137318" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Sep 2022 17:22:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,334,1654585200"; d="scan'208";a="761971990" Received: from lkp-server01.sh.intel.com (HELO c0a60f19fe7e) ([10.239.97.150]) by fmsmga001.fm.intel.com with ESMTP; 21 Sep 2022 17:22:49 -0700 Received: from kbuild by c0a60f19fe7e with local (Exim 4.96) (envelope-from ) id 1ob9zM-00046a-20; Thu, 22 Sep 2022 00:22:48 +0000 Date: Thu, 22 Sep 2022 08:21:55 +0800 From: kernel test robot To: Gokul krishna Krishnakumar , Andy Gross , Bjorn Andersson , Konrad Dybcio , Mathieu Poirier Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, linux-arm-msm@vger.kernel.org, linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org, Trilok Soni , Satya Durga Srinivasu Prabhala , Rajendra Nayak , Elliot Berman , Guru Das Srinagesh , Gokul krishna Krishnakumar Subject: Re: [PATCH v1 1/1] remoteproc: qcom: Add sysfs entry to detect device shutdown Message-ID: <202209220842.14LbOlkM-lkp@intel.com> References: <42d3ab9227ac3d299abcedbbdd68c86e1dd6acce.1663604826.git.quic_gokukris@quicinc.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: <42d3ab9227ac3d299abcedbbdd68c86e1dd6acce.1663604826.git.quic_gokukris@quicinc.com> Hi Gokul, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on remoteproc/rproc-next] [also build test WARNING on linus/master v6.0-rc6 next-20220921] [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/Gokul-krishna-Krishnakumar/remoteproc-qcom-Add-sysfs-entry-to-detect-device-shutdown/20220920-004947 base: git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git rproc-next config: arm-defconfig (https://download.01.org/0day-ci/archive/20220922/202209220842.14LbOlkM-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/dcf1afc28aee2a1770cdabe1f52d7e90532018c7 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Gokul-krishna-Krishnakumar/remoteproc-qcom-Add-sysfs-entry-to-detect-device-shutdown/20220920-004947 git checkout dcf1afc28aee2a1770cdabe1f52d7e90532018c7 # 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/remoteproc/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/remoteproc/qcom_common.c:97:27: warning: unused variable 'ssr_timeout_msg' [-Wunused-const-variable] static const char * const ssr_timeout_msg = "srcu notifier chain for %s:%s taking too long"; ^ 1 warning generated. vim +/ssr_timeout_msg +97 drivers/remoteproc/qcom_common.c 96 > 97 static const char * const ssr_timeout_msg = "srcu notifier chain for %s:%s taking too long"; 98 -- 0-DAY CI Kernel Test Service https://01.org/lkp