linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [xlnx:xlnx_rebase_v5.10 1042/1745] ./usr/include/linux/xlnxsync.h:44:2: error: unknown type name 'u64'
@ 2021-06-03 13:44 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-06-03 13:44 UTC (permalink / raw)
  To: Vishal Sagar
  Cc: kbuild-all, clang-built-linux, linux-arm-kernel, Michal Simek, Hyun Kwon

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

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.10
head:   cd1a972ed275ace731d851a8c88f575456262e75
commit: 87134cbd0bfd3a28abc5747ce98d0c2098bdda1a [1042/1745] staging: xlnxsync: Fix the uapi header license
config: x86_64-randconfig-a005-20210603 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project d8e0ae9a76a62bdc6117630d59bf9967ac9bb4ea)
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 x86_64 cross compiling tool for clang build
        # apt-get install binutils-x86-64-linux-gnu
        # https://github.com/Xilinx/linux-xlnx/commit/87134cbd0bfd3a28abc5747ce98d0c2098bdda1a
        git remote add xlnx https://github.com/Xilinx/linux-xlnx
        git fetch --no-tags xlnx xlnx_rebase_v5.10
        git checkout 87134cbd0bfd3a28abc5747ce98d0c2098bdda1a
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 

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

   In file included from <built-in>:1:
>> ./usr/include/linux/xlnxsync.h:44:2: error: unknown type name 'u64'
           u64 hdr_ver;
           ^
   ./usr/include/linux/xlnxsync.h:45:2: error: unknown type name 'u64'
           u64 luma_start_offset[XLNXSYNC_IO];
           ^
   ./usr/include/linux/xlnxsync.h:46:2: error: unknown type name 'u64'
           u64 chroma_start_offset[XLNXSYNC_IO];
           ^
   ./usr/include/linux/xlnxsync.h:47:2: error: unknown type name 'u64'
           u64 luma_end_offset[XLNXSYNC_IO];
           ^
   ./usr/include/linux/xlnxsync.h:48:2: error: unknown type name 'u64'
           u64 chroma_end_offset[XLNXSYNC_IO];
           ^
>> ./usr/include/linux/xlnxsync.h:49:2: error: unknown type name 'u32'
           u32 luma_margin;
           ^
   ./usr/include/linux/xlnxsync.h:50:2: error: unknown type name 'u32'
           u32 chroma_margin;
           ^
   ./usr/include/linux/xlnxsync.h:51:2: error: unknown type name 'u32'
           u32 luma_core_offset[XLNXSYNC_MAX_CORES];
           ^
   ./usr/include/linux/xlnxsync.h:52:2: error: unknown type name 'u32'
           u32 chroma_core_offset[XLNXSYNC_MAX_CORES];
           ^
   ./usr/include/linux/xlnxsync.h:53:2: error: unknown type name 'u32'
           u32 dma_fd;
           ^
>> ./usr/include/linux/xlnxsync.h:54:2: error: unknown type name 'u8'
           u8 fb_id[XLNXSYNC_IO];
           ^
   ./usr/include/linux/xlnxsync.h:55:2: error: unknown type name 'u8'
           u8 ismono[XLNXSYNC_IO];
           ^
   ./usr/include/linux/xlnxsync.h:67:2: error: unknown type name 'u64'
           u64 hdr_ver;
           ^
   ./usr/include/linux/xlnxsync.h:68:2: error: unknown type name 'u8'
           u8 sync_err;
           ^
   ./usr/include/linux/xlnxsync.h:69:2: error: unknown type name 'u8'
           u8 wdg_err;
           ^
   ./usr/include/linux/xlnxsync.h:70:2: error: unknown type name 'u8'
           u8 ldiff_err;
           ^
   ./usr/include/linux/xlnxsync.h:71:2: error: unknown type name 'u8'
           u8 cdiff_err;
           ^
   ./usr/include/linux/xlnxsync.h:80:2: error: unknown type name 'u64'
           u64 hdr_ver;
           ^
   ./usr/include/linux/xlnxsync.h:81:2: error: unknown type name 'u8'
           u8 status[XLNXSYNC_BUF_PER_CHAN][XLNXSYNC_IO];
           ^
   fatal error: too many errors emitted, stopping now [-ferror-limit=]
   20 errors generated.
--
   In file included from <built-in>:1:
   In file included from ./usr/include/linux/xilinx-hls.h:8:
>> ./usr/include/linux/videodev2.h:2380:20: error: field has incomplete type 'struct timespec'
           struct timespec                 timestamp;
                                           ^
   ./usr/include/linux/videodev2.h:2380:9: note: forward declaration of 'struct timespec'
           struct timespec                 timestamp;
                  ^
   1 error generated.
--
   In file included from <built-in>:1:
>> ./usr/include/linux/xlnx_mpg2tsmux_interface.h:58:2: error: unknown type name 'u8'
           u8 stream_id;
           ^
   ./usr/include/linux/xlnx_mpg2tsmux_interface.h:59:2: error: unknown type name 'u8'
           u8 extended_stream_id;
           ^
>> ./usr/include/linux/xlnx_mpg2tsmux_interface.h:60:2: error: unknown type name 'bool'
           bool is_pcr_stream;
           ^
   ./usr/include/linux/xlnx_mpg2tsmux_interface.h:61:2: error: unknown type name 'bool'
           bool is_valid_pts;
           ^
   ./usr/include/linux/xlnx_mpg2tsmux_interface.h:62:2: error: unknown type name 'bool'
           bool is_valid_dts;
           ^
   ./usr/include/linux/xlnx_mpg2tsmux_interface.h:63:2: error: unknown type name 'bool'
           bool is_dmabuf;
           ^
>> ./usr/include/linux/xlnx_mpg2tsmux_interface.h:64:2: error: unknown type name 'u16'
           u16 pid;
           ^
>> ./usr/include/linux/xlnx_mpg2tsmux_interface.h:65:2: error: unknown type name 'u64'
           u64 size_data_in;
           ^
   ./usr/include/linux/xlnx_mpg2tsmux_interface.h:66:2: error: unknown type name 'u64'
           u64 pts;
           ^
   ./usr/include/linux/xlnx_mpg2tsmux_interface.h:67:2: error: unknown type name 'u64'
           u64 dts;
           ^
>> ./usr/include/linux/xlnx_mpg2tsmux_interface.h:68:2: error: unknown type name 'u32'
           u32 srcbuf_id;
           ^
   ./usr/include/linux/xlnx_mpg2tsmux_interface.h:69:2: error: unknown type name 'bool'
           bool insert_pcr;
           ^
   ./usr/include/linux/xlnx_mpg2tsmux_interface.h:70:2: error: unknown type name 'u16'
           u16 pcr_extension;
           ^
   ./usr/include/linux/xlnx_mpg2tsmux_interface.h:71:2: error: unknown type name 'u64'
           u64 pcr_base;
           ^
   ./usr/include/linux/xlnx_mpg2tsmux_interface.h:81:2: error: unknown type name 'bool'
           bool is_dmabuf;
           ^
   ./usr/include/linux/xlnx_mpg2tsmux_interface.h:82:2: error: unknown type name 'u32'
           u32 dstbuf_id;
           ^
   ./usr/include/linux/xlnx_mpg2tsmux_interface.h:83:2: error: unknown type name 'u32'
           u32 dmabuf_size;
           ^
   ./usr/include/linux/xlnx_mpg2tsmux_interface.h:104:2: error: unknown type name 'u32'
           u32 num_buf;
           ^
   ./usr/include/linux/xlnx_mpg2tsmux_interface.h:105:2: error: unknown type name 'u32'
           u32 buf_size;
           ^
   fatal error: too many errors emitted, stopping now [-ferror-limit=]
   20 errors generated.

---
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: 43162 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] only message in thread

only message in thread, other threads:[~2021-06-03 13:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-03 13:44 [xlnx:xlnx_rebase_v5.10 1042/1745] ./usr/include/linux/xlnxsync.h:44:2: error: unknown type name 'u64' 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).