Skip to content
Snippets Groups Projects
Select Git revision
  • c530189905efe91b6a464db4ec1b56b4c069609f
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 results

linux

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Xin Long authored and David S. Miller committed
    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: 5a6f6f57 ("tipc: set ub->ifindex for local ipv6 address")
    Reported-by: default avatarkernel test robot <lkp@intel.com>
    Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
    Signed-off-by: default avatarXin Long <lucien.xin@gmail.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    c5301899
    History
    Name Last commit Last update