All of lore.kernel.org
 help / color / mirror / Atom feed
* [mptcp:export 1590/1600] ./usr/include/linux/mptcp.h:207:19: error: field 'sa_local' has incomplete type
@ 2021-08-30  4:49 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-08-30  4:49 UTC (permalink / raw)
  To: Florian Westphal; +Cc: kbuild-all, mptcp, Mat Martineau

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

tree:   https://github.com/multipath-tcp/mptcp_net-next.git export
head:   1ea48596242aecb9d4c5e5f9a5cb0789ee5a7435
commit: 0489b1d382f12fee5229ace90765e03c913c7212 [1590/1600] mptcp: add MPTCP_SUBFLOW_ADDRS getsockopt support
config: i386-randconfig-a014-20210829 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
        # https://github.com/multipath-tcp/mptcp_net-next/commit/0489b1d382f12fee5229ace90765e03c913c7212
        git remote add mptcp https://github.com/multipath-tcp/mptcp_net-next.git
        git fetch --no-tags mptcp export
        git checkout 0489b1d382f12fee5229ace90765e03c913c7212
        # save the attached .config to linux build tree
        mkdir build_dir
        make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash

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 <command-line>:32:
>> ./usr/include/linux/mptcp.h:207:19: error: field 'sa_local' has incomplete type
     207 |   struct sockaddr sa_local;
         |                   ^~~~~~~~
   ./usr/include/linux/mptcp.h:209:23: error: field 'sin6_local' has incomplete type
     209 |   struct sockaddr_in6 sin6_local;
         |                       ^~~~~~~~~~
   ./usr/include/linux/mptcp.h:210:27: error: field 'ss_local' has incomplete type
     210 |   struct sockaddr_storage ss_local;
         |                           ^~~~~~~~
   ./usr/include/linux/mptcp.h:213:19: error: field 'sa_remote' has incomplete type
     213 |   struct sockaddr sa_remote;
         |                   ^~~~~~~~~
>> ./usr/include/linux/mptcp.h:215:23: error: field 'sin6_remote' has incomplete type
     215 |   struct sockaddr_in6 sin6_remote;
         |                       ^~~~~~~~~~~
>> ./usr/include/linux/mptcp.h:216:27: error: field 'ss_remote' has incomplete type
     216 |   struct sockaddr_storage ss_remote;
         |                           ^~~~~~~~~

---
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: 38072 bytes --]

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

* [mptcp:export 1590/1600] ./usr/include/linux/mptcp.h:207:19: error: field 'sa_local' has incomplete type
@ 2021-08-30  4:49 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-08-30  4:49 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://github.com/multipath-tcp/mptcp_net-next.git export
head:   1ea48596242aecb9d4c5e5f9a5cb0789ee5a7435
commit: 0489b1d382f12fee5229ace90765e03c913c7212 [1590/1600] mptcp: add MPTCP_SUBFLOW_ADDRS getsockopt support
config: i386-randconfig-a014-20210829 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
        # https://github.com/multipath-tcp/mptcp_net-next/commit/0489b1d382f12fee5229ace90765e03c913c7212
        git remote add mptcp https://github.com/multipath-tcp/mptcp_net-next.git
        git fetch --no-tags mptcp export
        git checkout 0489b1d382f12fee5229ace90765e03c913c7212
        # save the attached .config to linux build tree
        mkdir build_dir
        make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash

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 <command-line>:32:
>> ./usr/include/linux/mptcp.h:207:19: error: field 'sa_local' has incomplete type
     207 |   struct sockaddr sa_local;
         |                   ^~~~~~~~
   ./usr/include/linux/mptcp.h:209:23: error: field 'sin6_local' has incomplete type
     209 |   struct sockaddr_in6 sin6_local;
         |                       ^~~~~~~~~~
   ./usr/include/linux/mptcp.h:210:27: error: field 'ss_local' has incomplete type
     210 |   struct sockaddr_storage ss_local;
         |                           ^~~~~~~~
   ./usr/include/linux/mptcp.h:213:19: error: field 'sa_remote' has incomplete type
     213 |   struct sockaddr sa_remote;
         |                   ^~~~~~~~~
>> ./usr/include/linux/mptcp.h:215:23: error: field 'sin6_remote' has incomplete type
     215 |   struct sockaddr_in6 sin6_remote;
         |                       ^~~~~~~~~~~
>> ./usr/include/linux/mptcp.h:216:27: error: field 'ss_remote' has incomplete type
     216 |   struct sockaddr_storage ss_remote;
         |                           ^~~~~~~~~

---
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: 38072 bytes --]

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

end of thread, other threads:[~2021-08-30  4:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-30  4:49 [mptcp:export 1590/1600] ./usr/include/linux/mptcp.h:207:19: error: field 'sa_local' has incomplete type kernel test robot
2021-08-30  4:49 ` kernel 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.