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>] [day] [month] [year] [list]
Date:	Thu, 28 May 2015 13:28:10 -0700
From:	Jim Davis <jim.epost@...il.com>
To:	Stephen Rothwell <sfr@...b.auug.org.au>,
	linux-next <linux-next@...r.kernel.org>,
	linux-kernel <linux-kernel@...r.kernel.org>,
	perex <perex@...ex.cz>, tiwai <tiwai@...e.de>,
	alsa-devel@...a-project.org
Subject: randconfig build error with next-20150528, in sound/core/seq/seq_info.c

Building with the attached random configuration file,

sound/core/seq/seq_info.c:61:12: error: redefinition of ‘snd_seq_info_init’
 int __init snd_seq_info_init(void)
            ^
In file included from sound/core/seq/seq_info.c:26:0:
sound/core/seq/seq_info.h:36:19: note: previous definition of ‘snd_seq_info_init
’ was here
 static inline int snd_seq_info_init(void) { return 0; }
                   ^
sound/core/seq/seq_info.c:77:12: error: redefinition of ‘snd_seq_info_done’
 int __exit snd_seq_info_done(void)
            ^
In file included from sound/core/seq/seq_info.c:26:0:
sound/core/seq/seq_info.h:37:19: note: previous definition of
‘snd_seq_info_done’ was here
 static inline int snd_seq_info_done(void) { return 0; }

View attachment "randconfig-1432843481.txt" of type "text/plain" (100600 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ