On Sun, 2021-06-20 at 09:08 +0800, kernel test robot wrote:
tree:
https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git pending
head: c25913d2c08cddcc688ae58c63f34cf8ee937e73
commit: fa89bebffc49412cc7024057efe5f02d15864c09 [2/37] iwlwifi: mei: add the driver to
allow cooperation with CSME
config: i386-allyesconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
#
https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git/...
git remote add iwlwifi-next
https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git
git fetch --no-tags iwlwifi-next pending
git checkout fa89bebffc49412cc7024057efe5f02d15864c09
# save the attached .config to linux build tree
make W=1 ARCH=i386
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 >>):
In file included from drivers/net/wireless/intel/iwlwifi/mei/main.c:21:
> > drivers/net/wireless/intel/iwlwifi/mei/trace.h:14:10: fatal error: mei/sap.h:
No such file or directory
14 | #include "mei/sap.h"
| ^~~~~~~~~~~
compilation terminated.
vim +14 drivers/net/wireless/intel/iwlwifi/mei/trace.h
13
> 14 #include "mei/sap.h"
15
Hi,
I'm a bit confused by this. This same patch has already been in this
branch on different iterations and we never got this problem.
I also just tried to reproduce it on my machine with the commands
stated above, but compilation succeeds without problems.
Could this be a random issue with the bot?
--
Cheers,
Luca.