[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201809231613.P8NQ4BLk%fengguang.wu@intel.com>
Date: Sun, 23 Sep 2018 16:47:31 +0800
From: kbuild test robot <lkp@...el.com>
To: Mike Manning <mmanning@...tta.att-mail.com>
Cc: kbuild-all@...org, netdev@...r.kernel.org,
Robert Shearman <rshearma@...tta.att-mail.com>
Subject: Re: [PATCH net-next 1/5] net: allow binding socket in a VRF when
there's an unbound socket
Hi Robert,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on net-next/master]
url: https://github.com/0day-ci/linux/commits/Mike-Manning/vrf-allow-simultaneous-service-instances-in-default-and-other-VRFs/20180923-162308
config: x86_64-randconfig-x004-201838 (attached as .config)
compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
In file included from include/net/tcp.h:36:0,
from net/core/sock.c:143:
include/net/inet_hashtables.h: In function 'inet_sk_bound_dev_eq':
>> include/net/inet_hashtables.h:196:29: error: 'struct netns_ipv4' has no member named 'sysctl_tcp_l3mdev_accept'; did you mean 'sysctl_tcp_fwmark_accept'?
return !sdif || net->ipv4.sysctl_tcp_l3mdev_accept;
^~~~~~~~~~~~~~~~~~~~~~~~
sysctl_tcp_fwmark_accept
vim +196 include/net/inet_hashtables.h
191
192 static inline bool inet_sk_bound_dev_eq(struct net *net, int bound_dev_if,
193 int dif, int sdif)
194 {
195 if (!bound_dev_if)
> 196 return !sdif || net->ipv4.sysctl_tcp_l3mdev_accept;
197 return bound_dev_if == dif || bound_dev_if == sdif;
198 }
199
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/gzip" (32260 bytes)
Powered by blists - more mailing lists