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
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 25 Nov 2008 13:41:45 -0800 (PST)
From:	David Miller <davem@...emloft.net>
To:	alan@...rguk.ukuu.org.uk
Cc:	randy.dunlap@...cle.com, netdev@...r.kernel.org, jgarzik@...ox.com,
	akpm@...ux-foundation.org, shemminger@...tta.com
Subject: Re: [PATCH -next/-mm/mainline] net/hp-plus: fix link errors

From: Alan Cox <alan@...rguk.ukuu.org.uk>
Date: Tue, 25 Nov 2008 18:18:00 +0000

> > WARNING: drivers/net/8390p: 'ei_set_multicast_list' exported twice. Previous export was in drivers/net/8390.ko
> > WARNING: drivers/net/8390p: 'ei_get_stats' exported twice. Previous export was in drivers/net/8390.ko
> > WARNING: drivers/net/8390p: 'ei_start_xmit' exported twice. Previous export was in drivers/net/8390.ko
> > WARNING: drivers/net/8390p: 'ei_tx_timeout' exported twice. Previous export was in drivers/net/8390.ko
> 
> bash-3.2$ grep ei_set_multicast drivers/net/*c
> bash-3.2$ grep ei_set_multicast  drivers/net/*h
> bash-3.2$ grep ei_set_multicast  include/linux/*h
> bash-3.2$ 

Wrong tree.

We added code that splits the struct netdev function pointers out into
a seperate structure.  In order to make initialization of the
netdev_ops members work inside of the driver (and keep it const), we
exported some of these 8390 library symbols.

Anyways, Stephen you have to do something about this.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ