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] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 3 May 2008 12:02:37 +0200 (CEST)
From:	Thomas Gleixner <tglx@...utronix.de>
To:	Ingo Molnar <mingo@...e.hu>
cc:	Adrian Bunk <bunk@...nel.org>, "H. Peter Anvin" <hpa@...or.com>,
	Hiroshi Shimamoto <h-shimamoto@...jp.nec.com>,
	linux-kernel@...r.kernel.org
Subject: Re: x86 git acpi issue?

On Sat, 3 May 2008, Ingo Molnar wrote:
> > Right. This Makefile is a nasty trap. I looked into it and the fix for 
> > now is below. Long term this Makefile trickery needs to be cleaned up 
> > to avoid trapping into this again.
> 
> Thanks Thomas, i messed up that commit - i should have known that the 
> NUMAQ build fix looked _too_ easy ;-)

Also the move of 
pci-$(CONFIG_ACPI)             += acpi.o
is what broke things.

There is a nasty init function ordering problem as well between

pci-$(CONFIG_ACPI)             += acpi.o
pci-y                          += legacy.o irq.o

Sigh.

	tglx
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ