Re: [regression] 3.7 ends in APIC panic

From: Borislav Petkov
Date: Sun Dec 16 2012 - 14:13:55 EST


On Sun, Dec 16, 2012 at 07:28:59PM +0100, Bernd Schubert wrote:
> CONFIG_X86_X2APIC depends on CONFIG_IRQ_REMAP, which I disabled as it
> is marked as experimental...

You shouldn't pay too much attention to CONFIG_EXPERIMENTAL because it
is on its way out from the kernel tree.

But if you don't want to have interrupt remapping on your system,
you can disable it nevertheless. Wait, you can't: according to
d0b03bd1c6725a3463290d7f9626e4b583518a5a, you can use x2apic without
interrupt remapping but interrupt remapping needs to be enabled before
x2apic.

Then there was a build breakage which got fixed in
f7d7f866baacc283967ce82ebdfe5d2801059a11 by turning the select IRQ_REMAP
into depends on.

But, this looks to me like the dependency is reversed here: IRQ_REMAP
should depend on X86_X2APIC and not the other way around, right?

Adding some more people to CC.

--
Regards/Gruss,
Boris.

Sent from a fat crate under my desk. Formatting is fine.
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/