virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* [vhost:vhost 42/49] drivers/rpmsg/virtio_rpmsg_bus.c:28:10: fatal error: 'linux/virtio_rpmsg.h' file not found
@ 2020-08-04  4:28 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2020-08-04  4:28 UTC (permalink / raw)
  To: Guennadi Liakhovetski
  Cc: kbuild-all, kvm, Michael S. Tsirkin, netdev, virtualization,
	clang-built-linux

[-- Attachment #1: Type: text/plain, Size: 1980 bytes --]

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@intel.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

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 22142 bytes --]

[-- Attachment #3: Type: text/plain, Size: 183 bytes --]

_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-04  4:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-04  4:28 [vhost:vhost 42/49] drivers/rpmsg/virtio_rpmsg_bus.c:28:10: fatal error: 'linux/virtio_rpmsg.h' file not found kernel test robot

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).