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:	Fri, 06 Sep 2013 20:46:17 -0700
From:	"H. Peter Anvin" <hpa@...or.com>
To:	Randy Dunlap <rdunlap@...radead.org>
CC:	Stephen Rothwell <sfr@...b.auug.org.au>,
	linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
	X86 ML <x86@...nel.org>
Subject: Re: linux-next: Tree for Sep 3 (x86_init.c)

On 09/03/2013 11:58 AM, Randy Dunlap wrote:
> On 09/03/13 01:29, Stephen Rothwell wrote:
>> Hi all,
>>
>> Changes since 20130902:
>>
> 
> on i386, when
> CONFIG_SMP is not enabled
> CONFIG_X86_UP_APIC is not enabled
> 
> arch/x86/built-in.o:(.data+0x540): undefined reference to `native_setup_msi_irqs'
> arch/x86/built-in.o:(.data+0x548): undefined reference to `native_teardown_msi_irq'
> 
> Looks like recent changes for CONFIG_PCI_MSI should not be built for the config
> that is listed above.
> 
> Full randconfig file is attached.
> 

Specifically, CONFIG_PCI_MSI probably needs to depend on APIC support,
which is compiled out in the above case.

	-hpa


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists