From: kernel test robot <lkp@intel.com>
To: Wojciech Ziemba <wojciech.ziemba@intel.com>, 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 <wojciech.ziemba@intel.com>,
Marcinx Malinowski <marcinx.malinowski@intel.com>,
Giovanni Cabiddu <giovanni.cabiddu@intel.com>,
Marco Chiappero <marco.chiappero@intel.com>
Subject: Re: [PATCH 3/3] crypto: qat - enable power management for QAT GEN4
Date: Wed, 9 Feb 2022 01:33:33 +0800 [thread overview]
Message-ID: <202202090111.cyDiSbN4-lkp@intel.com> (raw)
In-Reply-To: <20220203135434.584967-4-wojciech.ziemba@intel.com>
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 <lkp@intel.com>
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
next prev parent reply other threads:[~2022-02-08 17:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-03 13:54 [PATCH 0/3] Introduce support for QAT Dynamic Power Management Wojciech Ziemba
2022-02-03 13:54 ` [PATCH 1/3] crypto: qat - add misc workqueue Wojciech Ziemba
2022-02-03 13:54 ` [PATCH 2/3] crypto: qat - move and rename GEN4 error register definitions Wojciech Ziemba
2022-02-03 13:54 ` [PATCH 3/3] crypto: qat - enable power management for QAT GEN4 Wojciech Ziemba
2022-02-08 17:33 ` kernel test robot [this message]
2022-02-11 9:35 ` [PATCH 0/3] Introduce support for QAT Dynamic Power Management Herbert Xu
2022-02-11 9:38 ` Herbert Xu
2022-02-11 9:43 ` Giovanni Cabiddu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202202090111.cyDiSbN4-lkp@intel.com \
--to=lkp@intel.com \
--cc=giovanni.cabiddu@intel.com \
--cc=herbert@gondor.apana.org.au \
--cc=kbuild-all@lists.01.org \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=llvm@lists.linux.dev \
--cc=marcinx.malinowski@intel.com \
--cc=marco.chiappero@intel.com \
--cc=qat-linux@intel.com \
--cc=wojciech.ziemba@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).