On 9/2/20 1:09 AM, Stephen Rothwell wrote:
Hi all,
Changes since 20200828:
when SYSCTL etc. are not set/enabled:
on i386:
ld: net/ipv4/ip_tunnel.o: in function `ip_tunnel_init_net':
ip_tunnel.c:(.text+0x2a89): undefined reference to `sysctl_fb_tunnels_only_for_init_net'
ld: net/ipv6/ip6_vti.o: in function `vti6_init_net':
ip6_vti.c:(.init.text+0x33): undefined reference to `sysctl_fb_tunnels_only_for_init_net'
ld: ip6_vti.c:(.init.text+0x3e): undefined reference to `sysctl_fb_tunnels_only_for_init_net'
ld: net/ipv6/sit.o: in function `sit_init_net':
sit.c:(.init.text+0x46): undefined reference to `sysctl_fb_tunnels_only_for_init_net'
ld: sit.c:(.init.text+0x51): undefined reference to `sysctl_fb_tunnels_only_for_init_net'
ld: net/ipv6/ip6_tunnel.o:ip6_tunnel.c:(.init.text+0x33): more undefined references to `sysctl_fb_tunnels_only_for_init_net' follow
Full randconfig file is attached.
--
~Randy
Reported-by: Randy Dunlap <redacted>