Hi Guennadi,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on next-20200515]
[cannot apply to vhost/linux-next linus/master v5.7-rc5 v5.7-rc4 v5.7-rc3 
v5.7-rc5]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]

url:    
https://github.com/0day-ci/linux/commits/Guennadi-Liakhovetski/Add-a-vhost-RPMsg-API/20200516-181559
base:    bdecf38f228bcca73b31ada98b5b7ba1215eb9c9
config: i386-allyesconfig (attached as .config)
compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kbuild test robot <[email protected]>

All errors (new ones prefixed by >>, old ones prefixed by <<):

>> drivers/rpmsg/virtio_rpmsg_bus.c:952:4: error: 'VIRTIO_ID_ADSP' undeclared 
>> here (not in a function); did you mean 'VIRTIO_ID_FS'?
{ VIRTIO_ID_ADSP, VIRTIO_DEV_ANY_ID },
^~~~~~~~~~~~~~
VIRTIO_ID_FS

vim +952 drivers/rpmsg/virtio_rpmsg_bus.c

   949  
   950  static struct virtio_device_id id_table[] = {
   951          { VIRTIO_ID_RPMSG, VIRTIO_DEV_ANY_ID },
 > 952          { VIRTIO_ID_ADSP, VIRTIO_DEV_ANY_ID },
   953          { 0 },
   954  };
   955  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]

Attachment: .config.gz
Description: application/gzip

_______________________________________________
Virtualization mailing list
[email protected]
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

Reply via email to