All of lore.kernel.org
 help / color / mirror / Atom feed
* [monstr-microblaze:for-test 180/1134] include/uapi/linux/zocl_ioctl.h:42:2: error: unknown type name 'uint64_t'
@ 2020-02-24 22:17 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-02-24 22:17 UTC (permalink / raw)
  To: kbuild-all

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

tree:   git://git.monstr.eu/linux-2.6-microblaze for-test
head:   21f70b89dfef52f69ce1413868950cf5baf3868d
commit: d87f6c2dfbad6aa997251041c081f8eb44f40db9 [180/1134] drm: ZynQ OpenCL driver
config: sparc-randconfig-a001-20200225 (attached as .config)
compiler: sparc-linux-gcc (GCC) 7.5.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout d87f6c2dfbad6aa997251041c081f8eb44f40db9
        # save the attached .config to linux build tree
        GCC_VERSION=7.5.0 make.cross ARCH=sparc 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   In file included from <command-line>:0:0:
>> include/uapi/linux/zocl_ioctl.h:42:2: error: unknown type name 'uint64_t'
     uint64_t size;
     ^~~~~~~~
>> include/uapi/linux/zocl_ioctl.h:43:2: error: unknown type name 'uint32_t'
     uint32_t handle;
     ^~~~~~~~
   include/uapi/linux/zocl_ioctl.h:44:2: error: unknown type name 'uint32_t'
     uint32_t flags;
     ^~~~~~~~
   include/uapi/linux/zocl_ioctl.h:48:2: error: unknown type name 'uint32_t'
     uint32_t handle;
     ^~~~~~~~
   include/uapi/linux/zocl_ioctl.h:49:2: error: unknown type name 'uint32_t'
     uint32_t pad;
     ^~~~~~~~
   include/uapi/linux/zocl_ioctl.h:50:2: error: unknown type name 'uint64_t'
     uint64_t offset;
     ^~~~~~~~
   include/uapi/linux/zocl_ioctl.h:61:2: error: unknown type name 'uint32_t'
     uint32_t handle;
     ^~~~~~~~
   include/uapi/linux/zocl_ioctl.h:63:2: error: unknown type name 'uint64_t'
     uint64_t offset;
     ^~~~~~~~
   include/uapi/linux/zocl_ioctl.h:64:2: error: unknown type name 'uint64_t'
     uint64_t size;
     ^~~~~~~~
   include/uapi/linux/zocl_ioctl.h:74:2: error: unknown type name 'uint32_t'
     uint32_t handle;
     ^~~~~~~~
   include/uapi/linux/zocl_ioctl.h:75:2: error: unknown type name 'uint64_t'
     uint64_t size;
     ^~~~~~~~
   include/uapi/linux/zocl_ioctl.h:76:2: error: unknown type name 'uint64_t'
     uint64_t paddr;
     ^~~~~~~~
   include/uapi/linux/zocl_ioctl.h:88:2: error: unknown type name 'uint32_t'
     uint32_t handle;
     ^~~~~~~~
   include/uapi/linux/zocl_ioctl.h:89:2: error: unknown type name 'uint32_t'
     uint32_t pad;
     ^~~~~~~~
   include/uapi/linux/zocl_ioctl.h:90:2: error: unknown type name 'uint64_t'
     uint64_t offset;
     ^~~~~~~~
   include/uapi/linux/zocl_ioctl.h:91:2: error: unknown type name 'uint64_t'
     uint64_t size;
     ^~~~~~~~
   include/uapi/linux/zocl_ioctl.h:92:2: error: unknown type name 'uint64_t'
     uint64_t data_ptr;
     ^~~~~~~~
   include/uapi/linux/zocl_ioctl.h:104:2: error: unknown type name 'uint32_t'
     uint32_t handle;
     ^~~~~~~~
   include/uapi/linux/zocl_ioctl.h:105:2: error: unknown type name 'uint32_t'
     uint32_t pad;
     ^~~~~~~~
   include/uapi/linux/zocl_ioctl.h:106:2: error: unknown type name 'uint64_t'
     uint64_t offset;
     ^~~~~~~~
   include/uapi/linux/zocl_ioctl.h:107:2: error: unknown type name 'uint64_t'
     uint64_t size;
     ^~~~~~~~
   include/uapi/linux/zocl_ioctl.h:108:2: error: unknown type name 'uint64_t'
     uint64_t data_ptr;
     ^~~~~~~~

vim +/uint64_t +42 include/uapi/linux/zocl_ioctl.h

    40	
    41	struct drm_zocl_create_bo {
  > 42		uint64_t size;
  > 43		uint32_t handle;
    44		uint32_t flags;
    45	};
    46	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

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

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

only message in thread, other threads:[~2020-02-24 22:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-24 22:17 [monstr-microblaze:for-test 180/1134] include/uapi/linux/zocl_ioctl.h:42:2: error: unknown type name 'uint64_t' kbuild test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.