* TIP tree's master branch failed to boot up
@ 2012-12-10 4:50 Michael Wang
2012-12-10 7:39 ` Michael Wang
2012-12-10 17:02 ` H. Peter Anvin
0 siblings, 2 replies; 9+ messages in thread
From: Michael Wang @ 2012-12-10 4:50 UTC (permalink / raw)
To: LKML; +Cc: Peter Zijlstra, Ingo Molnar
Hi, Folks
I'm testing with the latest tip tree's master branch 3.7.0-rc8 and
failed to boot up my server, it's hung at very beginning and I could not
catch any useful log, is there any one else got this problem or I'm the
only one?.
Regards,
Michael Wang
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: TIP tree's master branch failed to boot up
2012-12-10 4:50 TIP tree's master branch failed to boot up Michael Wang
@ 2012-12-10 7:39 ` Michael Wang
2012-12-10 10:54 ` Ingo Molnar
2012-12-10 17:02 ` H. Peter Anvin
1 sibling, 1 reply; 9+ messages in thread
From: Michael Wang @ 2012-12-10 7:39 UTC (permalink / raw)
To: LKML; +Cc: Peter Zijlstra, Ingo Molnar
On 12/10/2012 12:50 PM, Michael Wang wrote:
> Hi, Folks
>
> I'm testing with the latest tip tree's master branch 3.7.0-rc8 and
> failed to boot up my server, it's hung at very beginning and I could not
> catch any useful log, is there any one else got this problem or I'm the
> only one?.
And bisect catch below commit:
commit 56e7dba100a50f674627a3764fd4da4a6ec93295
Merge: ea8432f 16544f8
Author: Ingo Molnar <mingo@kernel.org>
Date: Fri Dec 7 12:13:11 2012 +0100
Merge branch 'x86/microcode'
Regards,
Michael Wang
>
> Regards,
> Michael Wang
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: TIP tree's master branch failed to boot up
2012-12-10 7:39 ` Michael Wang
@ 2012-12-10 10:54 ` Ingo Molnar
2012-12-10 15:28 ` H. Peter Anvin
2012-12-11 2:35 ` Michael Wang
0 siblings, 2 replies; 9+ messages in thread
From: Ingo Molnar @ 2012-12-10 10:54 UTC (permalink / raw)
To: Michael Wang, H. Peter Anvin
Cc: LKML, Peter Zijlstra, Ingo Molnar, Thomas Gleixner
I've Cc:-ed hpa, he merged the x86/microcode bits.
Michael Wang, I've excluded x86/microcode from the latest
version of the -tip tree which I just pushed out:
4e00fd4c93e0 Merge branch 'x86/cleanups'
Can you confirm that your server boots now?
Thanks,
Ingo
* Michael Wang <wangyun@linux.vnet.ibm.com> wrote:
> On 12/10/2012 12:50 PM, Michael Wang wrote:
> > Hi, Folks
> >
> > I'm testing with the latest tip tree's master branch 3.7.0-rc8 and
> > failed to boot up my server, it's hung at very beginning and I could not
> > catch any useful log, is there any one else got this problem or I'm the
> > only one?.
>
> And bisect catch below commit:
>
> commit 56e7dba100a50f674627a3764fd4da4a6ec93295
> Merge: ea8432f 16544f8
> Author: Ingo Molnar <mingo@kernel.org>
> Date: Fri Dec 7 12:13:11 2012 +0100
>
> Merge branch 'x86/microcode'
>
> Regards,
> Michael Wang
>
>
> >
> > Regards,
> > Michael Wang
> >
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: TIP tree's master branch failed to boot up
2012-12-10 10:54 ` Ingo Molnar
@ 2012-12-10 15:28 ` H. Peter Anvin
2012-12-11 2:35 ` Michael Wang
1 sibling, 0 replies; 9+ messages in thread
From: H. Peter Anvin @ 2012-12-10 15:28 UTC (permalink / raw)
To: Ingo Molnar, Michael Wang
Cc: LKML, Peter Zijlstra, Ingo Molnar, Thomas Gleixner
Yes, the current x86/microcode is broken, I have been trying to work with Fenghua on a fix but didn't get one before the weekend.
Ingo Molnar <mingo@kernel.org> wrote:
>
>I've Cc:-ed hpa, he merged the x86/microcode bits.
>
>Michael Wang, I've excluded x86/microcode from the latest
>version of the -tip tree which I just pushed out:
>
> 4e00fd4c93e0 Merge branch 'x86/cleanups'
>
>Can you confirm that your server boots now?
>
>Thanks,
>
> Ingo
>
>* Michael Wang <wangyun@linux.vnet.ibm.com> wrote:
>
>> On 12/10/2012 12:50 PM, Michael Wang wrote:
>> > Hi, Folks
>> >
>> > I'm testing with the latest tip tree's master branch 3.7.0-rc8 and
>> > failed to boot up my server, it's hung at very beginning and I
>could not
>> > catch any useful log, is there any one else got this problem or I'm
>the
>> > only one?.
>>
>> And bisect catch below commit:
>>
>> commit 56e7dba100a50f674627a3764fd4da4a6ec93295
>> Merge: ea8432f 16544f8
>> Author: Ingo Molnar <mingo@kernel.org>
>> Date: Fri Dec 7 12:13:11 2012 +0100
>>
>> Merge branch 'x86/microcode'
>>
>> Regards,
>> Michael Wang
>>
>>
>> >
>> > Regards,
>> > Michael Wang
>> >
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe
>linux-kernel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at http://www.tux.org/lkml/
--
Sent from my mobile phone. Please excuse brevity and lack of formatting.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: TIP tree's master branch failed to boot up
2012-12-10 4:50 TIP tree's master branch failed to boot up Michael Wang
2012-12-10 7:39 ` Michael Wang
@ 2012-12-10 17:02 ` H. Peter Anvin
2012-12-11 2:22 ` Michael Wang
1 sibling, 1 reply; 9+ messages in thread
From: H. Peter Anvin @ 2012-12-10 17:02 UTC (permalink / raw)
To: Michael Wang; +Cc: LKML, Peter Zijlstra, Ingo Molnar
On 12/09/2012 08:50 PM, Michael Wang wrote:
> Hi, Folks
>
> I'm testing with the latest tip tree's master branch 3.7.0-rc8 and
> failed to boot up my server, it's hung at very beginning and I could not
> catch any useful log, is there any one else got this problem or I'm the
> only one?.
>
> Regards,
> Michael Wang
>
32 or 64 bits?
-hpa
--
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel. I don't speak on their behalf.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: TIP tree's master branch failed to boot up
2012-12-10 17:02 ` H. Peter Anvin
@ 2012-12-11 2:22 ` Michael Wang
2012-12-11 2:34 ` H. Peter Anvin
0 siblings, 1 reply; 9+ messages in thread
From: Michael Wang @ 2012-12-11 2:22 UTC (permalink / raw)
To: H. Peter Anvin; +Cc: LKML, Peter Zijlstra, Ingo Molnar
On 12/11/2012 01:02 AM, H. Peter Anvin wrote:
> On 12/09/2012 08:50 PM, Michael Wang wrote:
>> Hi, Folks
>>
>> I'm testing with the latest tip tree's master branch 3.7.0-rc8 and
>> failed to boot up my server, it's hung at very beginning and I could not
>> catch any useful log, is there any one else got this problem or I'm the
>> only one?.
>>
>> Regards,
>> Michael Wang
>>
>
> 32 or 64 bits?
64 bits.
Regards,
Michael Wang
>
> -hpa
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: TIP tree's master branch failed to boot up
2012-12-11 2:22 ` Michael Wang
@ 2012-12-11 2:34 ` H. Peter Anvin
2012-12-11 2:39 ` Michael Wang
0 siblings, 1 reply; 9+ messages in thread
From: H. Peter Anvin @ 2012-12-11 2:34 UTC (permalink / raw)
To: Michael Wang; +Cc: LKML, Peter Zijlstra, Ingo Molnar
On 12/10/2012 06:22 PM, Michael Wang wrote:
> On 12/11/2012 01:02 AM, H. Peter Anvin wrote:
>> On 12/09/2012 08:50 PM, Michael Wang wrote:
>>> Hi, Folks
>>>
>>> I'm testing with the latest tip tree's master branch 3.7.0-rc8 and
>>> failed to boot up my server, it's hung at very beginning and I could not
>>> catch any useful log, is there any one else got this problem or I'm the
>>> only one?.
>>>
>>> Regards,
>>> Michael Wang
>>>
>>
>> 32 or 64 bits?
>
> 64 bits.
>
Thanks. We're working on that patchset and have found a bunch of
issues, hopefully we can get them resolved very soon.
-hpa
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: TIP tree's master branch failed to boot up
2012-12-10 10:54 ` Ingo Molnar
2012-12-10 15:28 ` H. Peter Anvin
@ 2012-12-11 2:35 ` Michael Wang
1 sibling, 0 replies; 9+ messages in thread
From: Michael Wang @ 2012-12-11 2:35 UTC (permalink / raw)
To: Ingo Molnar
Cc: H. Peter Anvin, LKML, Peter Zijlstra, Ingo Molnar,
Thomas Gleixner
On 12/10/2012 06:54 PM, Ingo Molnar wrote:
>
> I've Cc:-ed hpa, he merged the x86/microcode bits.
>
> Michael Wang, I've excluded x86/microcode from the latest
> version of the -tip tree which I just pushed out:
>
> 4e00fd4c93e0 Merge branch 'x86/cleanups'
>
> Can you confirm that your server boots now?
Yes, it works.
Regards,
Michael Wang
>
> Thanks,
>
> Ingo
>
> * Michael Wang <wangyun@linux.vnet.ibm.com> wrote:
>
>> On 12/10/2012 12:50 PM, Michael Wang wrote:
>>> Hi, Folks
>>>
>>> I'm testing with the latest tip tree's master branch 3.7.0-rc8 and
>>> failed to boot up my server, it's hung at very beginning and I could not
>>> catch any useful log, is there any one else got this problem or I'm the
>>> only one?.
>>
>> And bisect catch below commit:
>>
>> commit 56e7dba100a50f674627a3764fd4da4a6ec93295
>> Merge: ea8432f 16544f8
>> Author: Ingo Molnar <mingo@kernel.org>
>> Date: Fri Dec 7 12:13:11 2012 +0100
>>
>> Merge branch 'x86/microcode'
>>
>> Regards,
>> Michael Wang
>>
>>
>>>
>>> Regards,
>>> Michael Wang
>>>
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at http://www.tux.org/lkml/
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: TIP tree's master branch failed to boot up
2012-12-11 2:34 ` H. Peter Anvin
@ 2012-12-11 2:39 ` Michael Wang
0 siblings, 0 replies; 9+ messages in thread
From: Michael Wang @ 2012-12-11 2:39 UTC (permalink / raw)
To: H. Peter Anvin; +Cc: LKML, Peter Zijlstra, Ingo Molnar
On 12/11/2012 10:34 AM, H. Peter Anvin wrote:
> On 12/10/2012 06:22 PM, Michael Wang wrote:
>> On 12/11/2012 01:02 AM, H. Peter Anvin wrote:
>>> On 12/09/2012 08:50 PM, Michael Wang wrote:
>>>> Hi, Folks
>>>>
>>>> I'm testing with the latest tip tree's master branch 3.7.0-rc8 and
>>>> failed to boot up my server, it's hung at very beginning and I could not
>>>> catch any useful log, is there any one else got this problem or I'm the
>>>> only one?.
>>>>
>>>> Regards,
>>>> Michael Wang
>>>>
>>>
>>> 32 or 64 bits?
>>
>> 64 bits.
>>
>
> Thanks. We're working on that patchset and have found a bunch of
> issues, hopefully we can get them resolved very soon.
I see, let me know if you need more info :)
Regards,
Michael Wang
>
> -hpa
>
>
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2012-12-11 2:39 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-10 4:50 TIP tree's master branch failed to boot up Michael Wang
2012-12-10 7:39 ` Michael Wang
2012-12-10 10:54 ` Ingo Molnar
2012-12-10 15:28 ` H. Peter Anvin
2012-12-11 2:35 ` Michael Wang
2012-12-10 17:02 ` H. Peter Anvin
2012-12-11 2:22 ` Michael Wang
2012-12-11 2:34 ` H. Peter Anvin
2012-12-11 2:39 ` Michael Wang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).