Re: [regression] 3.7 ends in APIC panic

2012-12-17 Thread Yinghai Lu
On Mon, Dec 17, 2012 at 8:56 AM, H. Peter Anvin wrote: > On 12/17/2012 08:53 AM, Yinghai Lu wrote: >> On Mon, Dec 17, 2012 at 6:02 AM, Ingo Molnar wrote: >>> >>> I suspect this needs to be fixed/improved: currently it's way >>> too easy to disable x2apic support accidentally. >>> >> >> We can jus

Re: [regression] 3.7 ends in APIC panic

2012-12-17 Thread H. Peter Anvin
On 12/17/2012 08:53 AM, Yinghai Lu wrote: > On Mon, Dec 17, 2012 at 6:02 AM, Ingo Molnar wrote: >> >> I suspect this needs to be fixed/improved: currently it's way >> too easy to disable x2apic support accidentally. >> > > We can just enable x2apic by default when CONFIG_EMBEDDED is not set. >

Re: [regression] 3.7 ends in APIC panic

2012-12-17 Thread Yinghai Lu
On Mon, Dec 17, 2012 at 6:02 AM, Ingo Molnar wrote: > > I suspect this needs to be fixed/improved: currently it's way > too easy to disable x2apic support accidentally. > We can just enable x2apic by default when CONFIG_EMBEDDED is not set. -- To unsubscribe from this list: send the line "unsubsc

Re: [regression] 3.7 ends in APIC panic

2012-12-17 Thread Ingo Molnar
* Bernd Schubert wrote: > On 12/16/2012 07:07 PM, Yinghai Lu wrote: > >On Sun, Dec 16, 2012 at 10:01 AM, Bernd Schubert > > wrote: > >>>can you post your .config for v3.7 ? > >>> > >>>wonder if you have x2apic in .config > >> > >>Which setting is it? Config is attached. > > > >your config does n

Re: [regression] 3.7 ends in APIC panic

2012-12-17 Thread Bernd Schubert
On 12/17/2012 11:00 AM, Borislav Petkov wrote: + Suresh. On Mon, Dec 17, 2012 at 10:34:46AM +0100, Bernd Schubert wrote: On 12/16/2012 09:39 PM, Borislav Petkov wrote: On Sun, Dec 16, 2012 at 08:46:06PM +0100, Bernd Schubert wrote: Hmm, I read it the other way around - x2apic depends on inter

Re: [regression] 3.7 ends in APIC panic

2012-12-17 Thread Borislav Petkov
+ Suresh. On Mon, Dec 17, 2012 at 10:34:46AM +0100, Bernd Schubert wrote: > On 12/16/2012 09:39 PM, Borislav Petkov wrote: > >On Sun, Dec 16, 2012 at 08:46:06PM +0100, Bernd Schubert wrote: > >>Hmm, I read it the other way around - x2apic depends on interrupt > >>remapping, but interrupt remapping

Re: [regression] 3.7 ends in APIC panic

2012-12-17 Thread Bernd Schubert
On 12/16/2012 09:39 PM, Borislav Petkov wrote: On Sun, Dec 16, 2012 at 08:46:06PM +0100, Bernd Schubert wrote: Hmm, I read it the other way around - x2apic depends on interrupt remapping, but interrupt remapping can be used without x2apic. Ok, you're right. X2APIC should depend on IRQ_REMAP: h

Re: [regression] 3.7 ends in APIC panic

2012-12-17 Thread Bernd Schubert
On 12/16/2012 07:07 PM, Yinghai Lu wrote: On Sun, Dec 16, 2012 at 10:01 AM, Bernd Schubert wrote: can you post your .config for v3.7 ? wonder if you have x2apic in .config Which setting is it? Config is attached. your config does not have CONFIG_X86_X2APIC=y set. please enable that. yo

Re: [regression] 3.7 ends in APIC panic

2012-12-16 Thread Borislav Petkov
On Sun, Dec 16, 2012 at 08:46:06PM +0100, Bernd Schubert wrote: > Hmm, I read it the other way around - x2apic depends on interrupt > remapping, but interrupt remapping can be used without x2apic. Ok, you're right. X2APIC should depend on IRQ_REMAP: https://lwn.net/Articles/289881/ > The help tex

Re: [regression] 3.7 ends in APIC panic

2012-12-16 Thread Bernd Schubert
On 12/16/2012 08:13 PM, Borislav Petkov wrote: > 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

Re: [regression] 3.7 ends in APIC panic

2012-12-16 Thread Borislav Petkov
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 wa

Re: [regression] 3.7 ends in APIC panic

2012-12-16 Thread Bernd Schubert
On 12/16/2012 07:07 PM, Yinghai Lu wrote: > On Sun, Dec 16, 2012 at 10:01 AM, Bernd Schubert > wrote: >>> can you post your .config for v3.7 ? >>> >>> wonder if you have x2apic in .config >> >> Which setting is it? Config is attached. > > your config does not have > > CONFIG_X86_X2APIC=y > > se

Re: [regression] 3.7 ends in APIC panic

2012-12-16 Thread Yinghai Lu
On Sun, Dec 16, 2012 at 10:01 AM, Bernd Schubert wrote: >> can you post your .config for v3.7 ? >> >> wonder if you have x2apic in .config > > Which setting is it? Config is attached. your config does not have CONFIG_X86_X2APIC=y set. please enable that. your BIOS pre-enable x2apic somehow, s

Re: [regression] 3.7 ends in APIC panic

2012-12-16 Thread Yinghai Lu
On Sun, Dec 16, 2012 at 9:43 AM, Yinghai Lu wrote: > On Fri, Dec 14, 2012 at 6:58 AM, Bernd Schubert > wrote: >> On 12/13/2012 01:16 PM, Bernd Schubert wrote: >>> >>> Hello, >>> >>> I just tried to boot 3.7 and it ends in an APIC panic. I tried to use >>> the recommended "apic=debug", but that do

Re: [regression] 3.7 ends in APIC panic

2012-12-16 Thread Yinghai Lu
On Fri, Dec 14, 2012 at 6:58 AM, Bernd Schubert wrote: > On 12/13/2012 01:16 PM, Bernd Schubert wrote: >> >> Hello, >> >> I just tried to boot 3.7 and it ends in an APIC panic. I tried to use >> the recommended "apic=debug", but that does not change anything in the >> output, at least not in the v

Re: [regression] 3.7 ends in APIC panic

2012-12-16 Thread Bernd Schubert
On 12/16/2012 12:35 PM, Ingo Molnar wrote: > > * Bernd Schubert wrote: > >> On 12/13/2012 01:16 PM, Bernd Schubert wrote: >>> Hello, >>> >>> I just tried to boot 3.7 and it ends in an APIC panic. I >>> tried to use the recommended "apic=debug", but that does not >>> change anything in the outp

Re: [regression] 3.7 ends in APIC panic

2012-12-16 Thread Ingo Molnar
* Bernd Schubert wrote: > On 12/13/2012 01:16 PM, Bernd Schubert wrote: > >Hello, > > > > I just tried to boot 3.7 and it ends in an APIC panic. I > > tried to use the recommended "apic=debug", but that does not > > change anything in the output, at least not in the visible > > part. The last

Re: [regression] 3.7 ends in APIC panic

2012-12-14 Thread Bernd Schubert
On 12/13/2012 01:16 PM, Bernd Schubert wrote: Hello, I just tried to boot 3.7 and it ends in an APIC panic. I tried to use the recommended "apic=debug", but that does not change anything in the output, at least not in the visible part. The last known kernel to boot was 3.5. If it matters I can t