lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20170516.154820.1799235741418300305.davem@davemloft.net> Date: Tue, 16 May 2017 15:48:20 -0400 (EDT) From: David Miller <davem@...emloft.net> To: arnd@...db.de Cc: saeedm@...lanox.com, matanb@...lanox.com, leonro@...lanox.com, erezsh@...lanox.com, ogerlitz@...lanox.com, netdev@...r.kernel.org, linux-rdma@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH] [net, 4.12] mlx5e: add CONFIG_INET dependency From: Arnd Bergmann <arnd@...db.de> Date: Tue, 16 May 2017 13:27:49 +0200 > We now reference the arp_tbl, which requires IPv4 support to be > enabled in the kernel, otherwise we get a link error: > > drivers/net/built-in.o: In function `mlx5e_tc_update_neigh_used_value': > (.text+0x16afec): undefined reference to `arp_tbl' > drivers/net/built-in.o: In function `mlx5e_rep_neigh_init': > en_rep.c:(.text+0x16c16d): undefined reference to `arp_tbl' > drivers/net/built-in.o: In function `mlx5e_rep_netevent_event': > en_rep.c:(.text+0x16cbb5): undefined reference to `arp_tbl' > > This adds a Kconfig dependency for it. > > Fixes: 232c001398ae ("net/mlx5e: Add support to neighbour update flow") > Signed-off-by: Arnd Bergmann <arnd@...db.de> Applied, thanks.
Powered by blists - more mailing lists