From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============0931527616456967098==" MIME-Version: 1.0 From: Jarkko Sakkinen To: kbuild-all@lists.01.org Subject: Re: [jarkko-linux-tpmdd:master 13/13] drivers/char/tpm/tpm_tis_i2c_cr50.c:709:11: error: 'IRQF_NO_AUTOEN' undeclared; did you mean Date: Fri, 19 Mar 2021 07:40:59 +0200 Message-ID: In-Reply-To: <0fa6a31e-f231-58fe-e447-10c486c280db@huawei.com> List-Id: --===============0931527616456967098== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Fri, Mar 19, 2021 at 08:59:19AM +0800, tiantao (H) wrote: > = > =E5=9C=A8 2021/3/19 8:51, kernel test robot =E5=86=99=E9=81=93: > > tree: git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmd= d.git master > > head: c5f394f76a8b06b7bb5a568fa9933dd31d6c3cea > > commit: c5f394f76a8b06b7bb5a568fa9933dd31d6c3cea [13/13] char: tpm: mov= e to use request_irq by IRQF_NO_AUTOEN flag > > config: ia64-randconfig-r011-20210318 (attached as .config) > > compiler: ia64-linux-gcc (GCC) 9.3.0 > > reproduce (this is a W=3D1 build): > > wget https://raw.githubusercontent.com/intel/lkp-tests/master/= sbin/make.cross -O ~/bin/make.cross > > chmod +x ~/bin/make.cross > > # https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux= -tpmdd.git/commit/?id=3Dc5f394f76a8b06b7bb5a568fa9933dd31d6c3cea > > git remote add jarkko-linux-tpmdd git://git.kernel.org/pub/scm= /linux/kernel/git/jarkko/linux-tpmdd.git > > git fetch --no-tags jarkko-linux-tpmdd master > > git checkout c5f394f76a8b06b7bb5a568fa9933dd31d6c3cea > > # save the attached .config to linux build tree > > COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dgcc-9.3.0 make.c= ross ARCH=3Dia64 > > = > > If you fix the issue, kindly add following tag as appropriate > > Reported-by: kernel test robot > > = > > All errors (new ones prefixed by >>): > > = > > drivers/char/tpm/tpm_tis_i2c_cr50.c: In function 'tpm_cr50_i2c_prob= e': > > > > drivers/char/tpm/tpm_tis_i2c_cr50.c:709:11: error: 'IRQF_NO_AUTOEN'= undeclared (first use in this function); did you mean 'IRQ_NOAUTOEN'? > > 709 | IRQF_NO_AUTOEN, > > | ^~~~~~~~~~~~~~ > > | IRQ_NOAUTOEN > > drivers/char/tpm/tpm_tis_i2c_cr50.c:709:11: note: each undeclared i= dentifier is reported only once for each function it appears in > > = > This patch depends on the following patches. > = > cbe16f35bee6880becca6f20d2ebf6b457148552 genirq: Add IRQF_NO_AUTOEN for > request_irq/nmi() I'll drop the patch as it isn't compatible with the mainline. /Jarkko --===============0931527616456967098==--