linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [alobakin:ip_tunnel 4/12] include/net/netlink.h:1907:1: warning: excess elements in array initializer
@ 2022-08-26 13:17 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2022-08-26 13:17 UTC (permalink / raw)
  To: Alexander Lobakin; +Cc: llvm, kbuild-all, linux-kernel

tree:   https://github.com/alobakin/linux ip_tunnel
head:   161f62c9d5cafdbc3216f026a7b7ca32d004b46b
commit: f5876d635ecb78e9ab3bcf7a73e0e08638524fc8 [4/12] netlink: add 'bitmap' attribute type (%NL_ATTR_TYPE_BITMAP / %NLA_BITMAP)
config: arm-randconfig-r003-20220823 (https://download.01.org/0day-ci/archive/20220826/202208262105.qPWnx5Kw-lkp@intel.com/config)
compiler: clang version 16.0.0 (https://github.com/llvm/llvm-project a2100daf12fb980a29fd1a9c85ccf8eaaaf79730)
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 arm cross compiling tool for clang build
        # apt-get install binutils-arm-linux-gnueabi
        # https://github.com/alobakin/linux/commit/f5876d635ecb78e9ab3bcf7a73e0e08638524fc8
        git remote add alobakin https://github.com/alobakin/linux
        git fetch --no-tags alobakin ip_tunnel
        git checkout f5876d635ecb78e9ab3bcf7a73e0e08638524fc8
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash

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

All warnings (new ones prefixed by >>):

   In file included from init/do_mounts.c:22:
   In file included from include/linux/nfs_fs.h:32:
   In file included from include/linux/sunrpc/clnt.h:29:
   In file included from include/net/ipv6.h:12:
   In file included from include/linux/ipv6.h:93:
   In file included from include/linux/tcp.h:19:
   In file included from include/net/sock.h:66:
   In file included from include/net/dst.h:19:
   In file included from include/net/neighbour.h:31:
   In file included from include/net/rtnetlink.h:6:
>> include/net/netlink.h:1907:1: warning: excess elements in array initializer [-Wexcess-initializers]
   NLA_BUILD_BIGINT_TYPE(s8);
   ^~~~~~~~~~~~~~~~~~~~~~~~~
   include/net/netlink.h:1869:3: note: expanded from macro 'NLA_BUILD_BIGINT_TYPE'
                   BITMAP_FROM_U64((u64)value),                             \
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/bitmap.h:581:5: note: expanded from macro 'BITMAP_FROM_U64'
                                   ((unsigned long) ((u64)(n) >> 32))
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   In file included from init/do_mounts.c:22:
   In file included from include/linux/nfs_fs.h:32:
   In file included from include/linux/sunrpc/clnt.h:29:
   In file included from include/net/ipv6.h:12:
   In file included from include/linux/ipv6.h:93:
   In file included from include/linux/tcp.h:19:
   In file included from include/net/sock.h:66:
   In file included from include/net/dst.h:19:
   In file included from include/net/neighbour.h:31:
   In file included from include/net/rtnetlink.h:6:
   include/net/netlink.h:1908:1: warning: excess elements in array initializer [-Wexcess-initializers]
   NLA_BUILD_BIGINT_TYPE(u8);
   ^~~~~~~~~~~~~~~~~~~~~~~~~
   include/net/netlink.h:1869:3: note: expanded from macro 'NLA_BUILD_BIGINT_TYPE'
                   BITMAP_FROM_U64((u64)value),                             \
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/bitmap.h:581:5: note: expanded from macro 'BITMAP_FROM_U64'
                                   ((unsigned long) ((u64)(n) >> 32))
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   In file included from init/do_mounts.c:22:
   In file included from include/linux/nfs_fs.h:32:
   In file included from include/linux/sunrpc/clnt.h:29:
   In file included from include/net/ipv6.h:12:
   In file included from include/linux/ipv6.h:93:
   In file included from include/linux/tcp.h:19:
   In file included from include/net/sock.h:66:
   In file included from include/net/dst.h:19:
   In file included from include/net/neighbour.h:31:
   In file included from include/net/rtnetlink.h:6:
   include/net/netlink.h:1910:1: warning: excess elements in array initializer [-Wexcess-initializers]
   NLA_BUILD_BIGINT_ORDER(s);
   ^~~~~~~~~~~~~~~~~~~~~~~~~
   include/net/netlink.h:1903:2: note: expanded from macro 'NLA_BUILD_BIGINT_ORDER'
           NLA_BUILD_BIGINT_TYPE(order##16);                                \
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   include/net/netlink.h:1869:3: note: expanded from macro 'NLA_BUILD_BIGINT_TYPE'
                   BITMAP_FROM_U64((u64)value),                             \
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/bitmap.h:581:5: note: expanded from macro 'BITMAP_FROM_U64'
                                   ((unsigned long) ((u64)(n) >> 32))
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   In file included from init/do_mounts.c:22:
   In file included from include/linux/nfs_fs.h:32:
   In file included from include/linux/sunrpc/clnt.h:29:
   In file included from include/net/ipv6.h:12:
   In file included from include/linux/ipv6.h:93:
   In file included from include/linux/tcp.h:19:
   In file included from include/net/sock.h:66:
   In file included from include/net/dst.h:19:
   In file included from include/net/neighbour.h:31:
   In file included from include/net/rtnetlink.h:6:
   include/net/netlink.h:1910:1: warning: excess elements in array initializer [-Wexcess-initializers]
   NLA_BUILD_BIGINT_ORDER(s);
   ^~~~~~~~~~~~~~~~~~~~~~~~~
   include/net/netlink.h:1904:2: note: expanded from macro 'NLA_BUILD_BIGINT_ORDER'
           NLA_BUILD_BIGINT_TYPE(order##32);                                \
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   include/net/netlink.h:1869:3: note: expanded from macro 'NLA_BUILD_BIGINT_TYPE'
                   BITMAP_FROM_U64((u64)value),                             \
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/bitmap.h:581:5: note: expanded from macro 'BITMAP_FROM_U64'
                                   ((unsigned long) ((u64)(n) >> 32))
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   In file included from init/do_mounts.c:22:
   In file included from include/linux/nfs_fs.h:32:
   In file included from include/linux/sunrpc/clnt.h:29:
   In file included from include/net/ipv6.h:12:
   In file included from include/linux/ipv6.h:93:
   In file included from include/linux/tcp.h:19:
   In file included from include/net/sock.h:66:
   In file included from include/net/dst.h:19:
   In file included from include/net/neighbour.h:31:
   In file included from include/net/rtnetlink.h:6:
   include/net/netlink.h:1911:1: warning: excess elements in array initializer [-Wexcess-initializers]
   NLA_BUILD_BIGINT_ORDER(u);
   ^~~~~~~~~~~~~~~~~~~~~~~~~
   include/net/netlink.h:1903:2: note: expanded from macro 'NLA_BUILD_BIGINT_ORDER'
           NLA_BUILD_BIGINT_TYPE(order##16);                                \
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   include/net/netlink.h:1869:3: note: expanded from macro 'NLA_BUILD_BIGINT_TYPE'
                   BITMAP_FROM_U64((u64)value),                             \
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/bitmap.h:581:5: note: expanded from macro 'BITMAP_FROM_U64'
                                   ((unsigned long) ((u64)(n) >> 32))
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   In file included from init/do_mounts.c:22:
   In file included from include/linux/nfs_fs.h:32:
   In file included from include/linux/sunrpc/clnt.h:29:
   In file included from include/net/ipv6.h:12:
   In file included from include/linux/ipv6.h:93:
   In file included from include/linux/tcp.h:19:
   In file included from include/net/sock.h:66:
--
   In file included from kernel/kallsyms.c:25:
   In file included from include/linux/filter.h:26:
   In file included from include/net/sch_generic.h:20:
   In file included from include/net/rtnetlink.h:6:
>> include/net/netlink.h:1907:1: warning: excess elements in array initializer [-Wexcess-initializers]
   NLA_BUILD_BIGINT_TYPE(s8);
   ^~~~~~~~~~~~~~~~~~~~~~~~~
   include/net/netlink.h:1869:3: note: expanded from macro 'NLA_BUILD_BIGINT_TYPE'
                   BITMAP_FROM_U64((u64)value),                             \
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/bitmap.h:581:5: note: expanded from macro 'BITMAP_FROM_U64'
                                   ((unsigned long) ((u64)(n) >> 32))
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   In file included from kernel/kallsyms.c:25:
   In file included from include/linux/filter.h:26:
   In file included from include/net/sch_generic.h:20:
   In file included from include/net/rtnetlink.h:6:
   include/net/netlink.h:1908:1: warning: excess elements in array initializer [-Wexcess-initializers]
   NLA_BUILD_BIGINT_TYPE(u8);
   ^~~~~~~~~~~~~~~~~~~~~~~~~
   include/net/netlink.h:1869:3: note: expanded from macro 'NLA_BUILD_BIGINT_TYPE'
                   BITMAP_FROM_U64((u64)value),                             \
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/bitmap.h:581:5: note: expanded from macro 'BITMAP_FROM_U64'
                                   ((unsigned long) ((u64)(n) >> 32))
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   In file included from kernel/kallsyms.c:25:
   In file included from include/linux/filter.h:26:
   In file included from include/net/sch_generic.h:20:
   In file included from include/net/rtnetlink.h:6:
   include/net/netlink.h:1910:1: warning: excess elements in array initializer [-Wexcess-initializers]
   NLA_BUILD_BIGINT_ORDER(s);
   ^~~~~~~~~~~~~~~~~~~~~~~~~
   include/net/netlink.h:1903:2: note: expanded from macro 'NLA_BUILD_BIGINT_ORDER'
           NLA_BUILD_BIGINT_TYPE(order##16);                                \
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   include/net/netlink.h:1869:3: note: expanded from macro 'NLA_BUILD_BIGINT_TYPE'
                   BITMAP_FROM_U64((u64)value),                             \
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/bitmap.h:581:5: note: expanded from macro 'BITMAP_FROM_U64'
                                   ((unsigned long) ((u64)(n) >> 32))
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   In file included from kernel/kallsyms.c:25:
   In file included from include/linux/filter.h:26:
   In file included from include/net/sch_generic.h:20:
   In file included from include/net/rtnetlink.h:6:
   include/net/netlink.h:1910:1: warning: excess elements in array initializer [-Wexcess-initializers]
   NLA_BUILD_BIGINT_ORDER(s);
   ^~~~~~~~~~~~~~~~~~~~~~~~~
   include/net/netlink.h:1904:2: note: expanded from macro 'NLA_BUILD_BIGINT_ORDER'
           NLA_BUILD_BIGINT_TYPE(order##32);                                \
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   include/net/netlink.h:1869:3: note: expanded from macro 'NLA_BUILD_BIGINT_TYPE'
                   BITMAP_FROM_U64((u64)value),                             \
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/bitmap.h:581:5: note: expanded from macro 'BITMAP_FROM_U64'
                                   ((unsigned long) ((u64)(n) >> 32))
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   In file included from kernel/kallsyms.c:25:
   In file included from include/linux/filter.h:26:
   In file included from include/net/sch_generic.h:20:
   In file included from include/net/rtnetlink.h:6:
   include/net/netlink.h:1911:1: warning: excess elements in array initializer [-Wexcess-initializers]
   NLA_BUILD_BIGINT_ORDER(u);
   ^~~~~~~~~~~~~~~~~~~~~~~~~
   include/net/netlink.h:1903:2: note: expanded from macro 'NLA_BUILD_BIGINT_ORDER'
           NLA_BUILD_BIGINT_TYPE(order##16);                                \
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   include/net/netlink.h:1869:3: note: expanded from macro 'NLA_BUILD_BIGINT_TYPE'
                   BITMAP_FROM_U64((u64)value),                             \
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/bitmap.h:581:5: note: expanded from macro 'BITMAP_FROM_U64'
                                   ((unsigned long) ((u64)(n) >> 32))
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   In file included from kernel/kallsyms.c:25:
   In file included from include/linux/filter.h:26:
   In file included from include/net/sch_generic.h:20:
   In file included from include/net/rtnetlink.h:6:
   include/net/netlink.h:1911:1: warning: excess elements in array initializer [-Wexcess-initializers]
   NLA_BUILD_BIGINT_ORDER(u);
   ^~~~~~~~~~~~~~~~~~~~~~~~~
   include/net/netlink.h:1904:2: note: expanded from macro 'NLA_BUILD_BIGINT_ORDER'
           NLA_BUILD_BIGINT_TYPE(order##32);                                \
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   include/net/netlink.h:1869:3: note: expanded from macro 'NLA_BUILD_BIGINT_TYPE'
                   BITMAP_FROM_U64((u64)value),                             \
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/bitmap.h:581:5: note: expanded from macro 'BITMAP_FROM_U64'
                                   ((unsigned long) ((u64)(n) >> 32))
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   In file included from kernel/kallsyms.c:25:
   In file included from include/linux/filter.h:26:
   In file included from include/net/sch_generic.h:20:
   In file included from include/net/rtnetlink.h:6:
   include/net/netlink.h:1912:1: warning: excess elements in array initializer [-Wexcess-initializers]
   NLA_BUILD_BIGINT_ORDER(be);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~
   include/net/netlink.h:1903:2: note: expanded from macro 'NLA_BUILD_BIGINT_ORDER'
           NLA_BUILD_BIGINT_TYPE(order##16);                                \
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   include/net/netlink.h:1869:3: note: expanded from macro 'NLA_BUILD_BIGINT_TYPE'
                   BITMAP_FROM_U64((u64)value),                             \
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/bitmap.h:581:5: note: expanded from macro 'BITMAP_FROM_U64'
                                   ((unsigned long) ((u64)(n) >> 32))


vim +1907 include/net/netlink.h

  1901	
  1902	#define NLA_BUILD_BIGINT_ORDER(order)					 \
  1903		NLA_BUILD_BIGINT_TYPE(order##16);				 \
  1904		NLA_BUILD_BIGINT_TYPE(order##32);				 \
  1905		NLA_BUILD_BIGINT_TYPE(order##64)
  1906	
> 1907	NLA_BUILD_BIGINT_TYPE(s8);
  1908	NLA_BUILD_BIGINT_TYPE(u8);
  1909	

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

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

only message in thread, other threads:[~2022-08-26 13:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-26 13:17 [alobakin:ip_tunnel 4/12] include/net/netlink.h:1907:1: warning: excess elements in array initializer 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).