From: David M. <da...@da...> - 2020-08-17 04:05:49
|
From: Xin Long <luc...@gm...> Date: Sun, 16 Aug 2020 17:32:03 +0800 > When using ipv6_dev_find() in one module, it requires ipv6 not to > work as a module. Otherwise, this error occurs in build: > > undefined reference to `ipv6_dev_find'. > > So fix it by adding "depends on IPV6 || IPV6=n" to tipc/Kconfig, > as it does in sctp/Kconfig. > > Fixes: 5a6f6f579178 ("tipc: set ub->ifindex for local ipv6 address") > Reported-by: kernel test robot <lk...@in...> > Acked-by: Randy Dunlap <rd...@in...> > Signed-off-by: Xin Long <luc...@gm...> Applied. |