[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202008041245.DcyzUmNl%lkp@intel.com>
Date: Tue, 4 Aug 2020 12:28:49 +0800
From: kernel test robot <lkp@...el.com>
To: Guennadi Liakhovetski <guennadi.liakhovetski@...ux.intel.com>
Cc: kbuild-all@...ts.01.org, clang-built-linux@...glegroups.com,
kvm@...r.kernel.org, virtualization@...ts.linux-foundation.org,
netdev@...r.kernel.org, "Michael S. Tsirkin" <mst@...hat.com>
Subject: [vhost:vhost 42/49] drivers/rpmsg/virtio_rpmsg_bus.c:28:10: fatal
error: 'linux/virtio_rpmsg.h' file not found
tree: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost
head: dc7b1c0685d566bdd756b8a8f05ad45d28659c01
commit: bba6f4f52c31af1ce4ebcc063afa08eb063b3d2c [42/49] rpmsg: move common structures and defines to headers
config: mips-randconfig-r014-20200803 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 8c39e70679e93da3af9f881d314940c570d5d822)
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
# install mips cross compiling tool for clang build
# apt-get install binutils-mips-linux-gnu
git checkout bba6f4f52c31af1ce4ebcc063afa08eb063b3d2c
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=mips
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@...el.com>
All errors (new ones prefixed by >>):
>> drivers/rpmsg/virtio_rpmsg_bus.c:28:10: fatal error: 'linux/virtio_rpmsg.h' file not found
#include <linux/virtio_rpmsg.h>
^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
vim +28 drivers/rpmsg/virtio_rpmsg_bus.c
13
14 #include <linux/dma-mapping.h>
15 #include <linux/idr.h>
16 #include <linux/jiffies.h>
17 #include <linux/kernel.h>
18 #include <linux/module.h>
19 #include <linux/mutex.h>
20 #include <linux/of_device.h>
21 #include <linux/rpmsg.h>
22 #include <linux/scatterlist.h>
23 #include <linux/slab.h>
24 #include <linux/sched.h>
25 #include <linux/virtio.h>
26 #include <linux/virtio_ids.h>
27 #include <linux/virtio_config.h>
> 28 #include <linux/virtio_rpmsg.h>
29 #include <linux/wait.h>
30 #include <uapi/linux/rpmsg.h>
31
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
Download attachment ".config.gz" of type "application/gzip" (22142 bytes)
Powered by blists - more mailing lists