All of lore.kernel.org
 help / color / mirror / Atom feed
* [xlnx:xlnx_rebase_v5.4 179/1296] include/uapi/linux/zocl_ioctl.h:42:2: error: unknown type name 'uint64_t'
@ 2020-05-10 12:54 ` kbuild test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kbuild test robot @ 2020-05-10 12:54 UTC (permalink / raw)
  To: Umang Parekh; +Cc: Sonal Santan, Michal Simek, kbuild-all, linux-arm-kernel

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

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.4
head:   0b197959bbbdb68e1da974bd013339f08704b178
commit: f4c3b72e2c97c5350214853d0e9fbd93e2cea071 [179/1296] drm: ZynQ OpenCL driver
config: nds32-allyesconfig (attached as .config)
compiler: nds32le-linux-gcc (GCC) 9.3.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 f4c3b72e2c97c5350214853d0e9fbd93e2cea071
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day GCC_VERSION=9.3.0 make.cross ARCH=nds32 

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

All errors (new ones prefixed by >>):

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

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

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [xlnx:xlnx_rebase_v5.4 179/1296] include/uapi/linux/zocl_ioctl.h:42:2: error: unknown type name 'uint64_t'
@ 2020-05-10 12:54 ` kbuild test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kbuild test robot @ 2020-05-10 12:54 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.4
head:   0b197959bbbdb68e1da974bd013339f08704b178
commit: f4c3b72e2c97c5350214853d0e9fbd93e2cea071 [179/1296] drm: ZynQ OpenCL driver
config: nds32-allyesconfig (attached as .config)
compiler: nds32le-linux-gcc (GCC) 9.3.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 f4c3b72e2c97c5350214853d0e9fbd93e2cea071
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day GCC_VERSION=9.3.0 make.cross ARCH=nds32 

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

All errors (new ones prefixed by >>):

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-10 12:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-10 12:54 [xlnx:xlnx_rebase_v5.4 179/1296] include/uapi/linux/zocl_ioctl.h:42:2: error: unknown type name 'uint64_t' kbuild test robot
2020-05-10 12:54 ` 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.