All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Stephen Rothwell <sfr@canb.auug.org.au>,
	Linux Next Mailing List <linux-next@vger.kernel.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Mahesh Bandewar <maheshb@google.com>,
	David Miller <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>
Subject: Re: linux-next: Tree for Sep 17 (netdevice.h: net_has_fallback_tunnels when SYSCTL is not set)
Date: Thu, 17 Sep 2020 13:33:05 -0700	[thread overview]
Message-ID: <20f0b8f7-bbe8-fd31-819e-998054e41766@infradead.org> (raw)
In-Reply-To: <20200917202313.143f66f3@canb.auug.org.au>

On 9/17/20 3:23 AM, Stephen Rothwell wrote:
> Hi all,
> 
> Changes since 20200916:
> 

I am seeing build errors when CONFIG_SYSCTL is not set:

ld: net/ipv4/ip_tunnel.o: in function `ip_tunnel_init_net':
ip_tunnel.c:(.text+0x2ea0): undefined reference to `sysctl_fb_tunnels_only_for_init_net'
ld: net/ipv6/ip6_vti.o: in function `vti6_init_net':
ip6_vti.c:(.text+0x1b56): undefined reference to `sysctl_fb_tunnels_only_for_init_net'
ld: net/ipv6/sit.o: in function `sit_init_net':
sit.c:(.text+0x4568): undefined reference to `sysctl_fb_tunnels_only_for_init_net'
ld: net/ipv6/ip6_tunnel.o: in function `ip6_tnl_init_net':
ip6_tunnel.c:(.text+0x27d6): undefined reference to `sysctl_fb_tunnels_only_for_init_net'
ld: net/ipv6/ip6_gre.o: in function `ip6gre_init_net':
ip6_gre.c:(.text+0x3a5e): undefined reference to `sysctl_fb_tunnels_only_for_init_net'

due to 316cdaa1158af:

commit 316cdaa1158af17250397054f92bb339fbd8e282
Author: Mahesh Bandewar <maheshb@google.com>
Date:   Wed Aug 26 09:05:35 2020 -0700

    net: add option to not create fall-back tunnels in root-ns as well


This was first reported to netdev@ on Sept. 02 but Mahesh was not cc-ed
on that report.


-- 
~Randy
Reported-by: Randy Dunlap <rdunlap@infradead.org>

  reply	other threads:[~2020-09-17 20:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-17 10:23 linux-next: Tree for Sep 17 Stephen Rothwell
2020-09-17 20:33 ` Randy Dunlap [this message]
2020-09-18  3:52   ` linux-next: Tree for Sep 17 (netdevice.h: net_has_fallback_tunnels when SYSCTL is not set) Mahesh Bandewar (महेश बंडेवार)
2020-09-17 20:45 ` linux-next: Tree for Sep 17 (net/ipv4/devinet.c) Randy Dunlap
2020-09-18  8:25   ` Nicolas Dichtel
2020-09-18 20:46     ` Randy Dunlap
2020-09-18  8:37   ` Stephen Rothwell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20f0b8f7-bbe8-fd31-819e-998054e41766@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=maheshb@google.com \
    --cc=sfr@canb.auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.