在 2021/3/19 8:51, kernel test robot 写道:
> tree:
git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git master
> head: c5f394f76a8b06b7bb5a568fa9933dd31d6c3cea
> commit: c5f394f76a8b06b7bb5a568fa9933dd31d6c3cea [13/13] char: tpm: move 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=1 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/co...
> 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=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=ia64
>
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp(a)intel.com>
>
> All errors (new ones prefixed by >>):
>
> drivers/char/tpm/tpm_tis_i2c_cr50.c: In function 'tpm_cr50_i2c_probe':
> > > 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 identifier 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()