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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 16 Aug 2016 19:54:37 +0300
From:	Saeed Mahameed <saeedm@....mellanox.co.il>
To:	Randy Dunlap <rdunlap@...radead.org>
Cc:	Stephen Rothwell <sfr@...b.auug.org.au>,
	linux-next@...r.kernel.org,
	linux-kernel <linux-kernel@...r.kernel.org>,
	"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
	moderated for non-subscribers <alsa-devel@...a-project.org>
Subject: Re: linux-next: Tree for Aug 16 (mellanox/mlx5 & sound/oss/)

On Tue, Aug 16, 2016 at 6:26 PM, Randy Dunlap <rdunlap@...radead.org> wrote:
> On 08/15/16 21:01, Stephen Rothwell wrote:
>> Hi all,
>>
>> Changes since 20160815:
>>
>
> on i386:
>
> sound/built-in.o:(.data+0x5c): multiple definition of `dev_list'
> drivers/built-in.o:(.data+0x6aee8): first defined here
> ld: Warning: size of symbol `dev_list' changed from 8 in drivers/built-in.o to 16 in sound/built-in.o
>
>
> sound/ is an old oss driver (soundcard.c):
>
> struct oss_minor_dev {
>         unsigned short minor;
>         unsigned int enabled;
> } dev_list[] = {
>         { SND_DEV_DSP16 },
>         { SND_DEV_AUDIO },
> };
>
> =====
>
> drivers/ is net/ethernet/mellanox/mlx5/core/mlx5_core.h:
>
> extern struct list_head dev_list;
>

Hi Randy,

We will have to fix this in mlx5 driver.

Thanks,
Saeed.

>
>
>
> --
> ~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ