From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) (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 E68BD2F2C for ; Tue, 8 Feb 2022 17:34:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644341642; x=1675877642; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=KkloPP/K7N4qIwGXeUPEt/qTLkJBInnSrpG7Dur3z3U=; b=QS5BgAFqroHLo+28BEj9S2EO4YZduVbw/ijYR4dh7R3MgWT4Bu1p65k8 UQmkIXTQnQqkLvNQ3ve+q8BJI9x9hpOraxalbW4i0PbRosZmJJp4zknte wC5wzznvr9gNZvTEF23ZovO4WLHdM+GJ0fGO17n5uExq3sWpIIr65En1p 2ArSQvAzi4GDMRZzILBgdK1P6G0jhxIMymLOA5xgAXQ+1LiqVA2xx52lD kd3M1g1VWFyFHdie4J8scJFW0aWhhg4yfK4X6V6/c3J71gNKZuygFid8C BcTxletPS9c8ZHlYqYxZKPErW25Ka/oJ0fOK4G8sdaLQAML2Ry7tCS0ml A==; X-IronPort-AV: E=McAfee;i="6200,9189,10252"; a="228977070" X-IronPort-AV: E=Sophos;i="5.88,353,1635231600"; d="scan'208";a="228977070" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Feb 2022 09:34:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,353,1635231600"; d="scan'208";a="499641130" Received: from lkp-server01.sh.intel.com (HELO d95dc2dabeb1) ([10.239.97.150]) by orsmga002.jf.intel.com with ESMTP; 08 Feb 2022 09:33:59 -0800 Received: from kbuild by d95dc2dabeb1 with local (Exim 4.92) (envelope-from ) id 1nHUNL-0000W8-8d; Tue, 08 Feb 2022 17:33:59 +0000 Date: Wed, 9 Feb 2022 01:33:33 +0800 From: kernel test robot To: Wojciech Ziemba , herbert@gondor.apana.org.au Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, qat-linux@intel.com, Wojciech Ziemba , Marcinx Malinowski , Giovanni Cabiddu , Marco Chiappero Subject: Re: [PATCH 3/3] crypto: qat - enable power management for QAT GEN4 Message-ID: <202202090111.cyDiSbN4-lkp@intel.com> References: <20220203135434.584967-4-wojciech.ziemba@intel.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: <20220203135434.584967-4-wojciech.ziemba@intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) Hi Wojciech, Thank you for the patch! Yet something to improve: [auto build test ERROR on herbert-cryptodev-2.6/master] [also build test ERROR on herbert-crypto-2.6/master linux/master linus/master v5.17-rc3 next-20220208] [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] url: https://github.com/0day-ci/linux/commits/Wojciech-Ziemba/Introduce-support-for-QAT-Dynamic-Power-Management/20220203-221431 base: https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master config: x86_64-randconfig-a012 (https://download.01.org/0day-ci/archive/20220209/202202090111.cyDiSbN4-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project e8bff9ae54a55b4dbfeb6ba55f723abbd81bf494) 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 # https://github.com/0day-ci/linux/commit/00718c83e19e0fbffe30e7eb8cd58eaf4d52af34 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Wojciech-Ziemba/Introduce-support-for-QAT-Dynamic-Power-Management/20220203-221431 git checkout 00718c83e19e0fbffe30e7eb8cd58eaf4d52af34 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/crypto/qat/qat_common/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/crypto/qat/qat_common/adf_isr.c:148:6: error: implicit declaration of function 'adf_handle_pm_int' [-Werror,-Wimplicit-function-declaration] if (adf_handle_pm_int(accel_dev)) ^ 1 error generated. vim +/adf_handle_pm_int +148 drivers/crypto/qat/qat_common/adf_isr.c 147 > 148 if (adf_handle_pm_int(accel_dev)) 149 return IRQ_HANDLED; 150 151 dev_dbg(&GET_DEV(accel_dev), "qat_dev%d spurious AE interrupt\n", 152 accel_dev->accel_id); 153 154 return IRQ_NONE; 155 } 156 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org