kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Commit 3d28613c225ba94062950dacbb2304b2d2024abc breaks linux boot
@ 2009-04-01 14:43 Gleb Natapov
  2009-04-01 14:49 ` Avi Kivity
  0 siblings, 1 reply; 6+ messages in thread
From: Gleb Natapov @ 2009-04-01 14:43 UTC (permalink / raw)
  To: avi; +Cc: kvm, eddie.dong

Commit 3d28613c225ba94062950dacbb2304b2d2024abc break linux boot.
It hangs after printing:
 SMP alternatives: switching to UP code

--
			Gleb.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Commit 3d28613c225ba94062950dacbb2304b2d2024abc breaks linux boot
  2009-04-01 14:43 Commit 3d28613c225ba94062950dacbb2304b2d2024abc breaks linux boot Gleb Natapov
@ 2009-04-01 14:49 ` Avi Kivity
  2009-04-01 14:52   ` Gleb Natapov
  0 siblings, 1 reply; 6+ messages in thread
From: Avi Kivity @ 2009-04-01 14:49 UTC (permalink / raw)
  To: Gleb Natapov; +Cc: kvm, eddie.dong

Gleb Natapov wrote:
> Commit 3d28613c225ba94062950dacbb2304b2d2024abc break linux boot.
> It hangs after printing:
>  SMP alternatives: switching to UP code
>   

Does dropping bit 8 from context->rsvd_bits_mask[0][1] (PT64_ROOT_LEVEL) 
help?

-- 
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Commit 3d28613c225ba94062950dacbb2304b2d2024abc breaks linux boot
  2009-04-01 14:49 ` Avi Kivity
@ 2009-04-01 14:52   ` Gleb Natapov
  2009-04-02 21:15     ` Ryan Harper
  0 siblings, 1 reply; 6+ messages in thread
From: Gleb Natapov @ 2009-04-01 14:52 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm, eddie.dong

On Wed, Apr 01, 2009 at 05:49:08PM +0300, Avi Kivity wrote:
> Gleb Natapov wrote:
>> Commit 3d28613c225ba94062950dacbb2304b2d2024abc break linux boot.
>> It hangs after printing:
>>  SMP alternatives: switching to UP code
>>   
>
> Does dropping bit 8 from context->rsvd_bits_mask[0][1] (PT64_ROOT_LEVEL)  
> help?
>
Yep.

--
			Gleb.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Commit 3d28613c225ba94062950dacbb2304b2d2024abc breaks linux boot
  2009-04-01 14:52   ` Gleb Natapov
@ 2009-04-02 21:15     ` Ryan Harper
  2009-04-03  1:49       ` Sheng Yang
  0 siblings, 1 reply; 6+ messages in thread
From: Ryan Harper @ 2009-04-02 21:15 UTC (permalink / raw)
  To: Gleb Natapov; +Cc: Avi Kivity, kvm, eddie.dong

* Gleb Natapov <gleb@redhat.com> [2009-04-01 09:54]:
> On Wed, Apr 01, 2009 at 05:49:08PM +0300, Avi Kivity wrote:
> > Gleb Natapov wrote:
> >> Commit 3d28613c225ba94062950dacbb2304b2d2024abc break linux boot.
> >> It hangs after printing:
> >>  SMP alternatives: switching to UP code
> >>   
> >
> > Does dropping bit 8 from context->rsvd_bits_mask[0][1] (PT64_ROOT_LEVEL)  
> > help?
> >
> Yep.

tip is still broken for me, did a fix go in for this?

-- 
Ryan Harper
Software Engineer; Linux Technology Center
IBM Corp., Austin, Tx
ryanh@us.ibm.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Commit 3d28613c225ba94062950dacbb2304b2d2024abc breaks linux boot
  2009-04-02 21:15     ` Ryan Harper
@ 2009-04-03  1:49       ` Sheng Yang
  2009-04-03 11:07         ` Avi Kivity
  0 siblings, 1 reply; 6+ messages in thread
From: Sheng Yang @ 2009-04-03  1:49 UTC (permalink / raw)
  To: kvm; +Cc: Ryan Harper, Gleb Natapov, Avi Kivity, eddie.dong

On Friday 03 April 2009 05:15:03 Ryan Harper wrote:
> * Gleb Natapov <gleb@redhat.com> [2009-04-01 09:54]:
> > On Wed, Apr 01, 2009 at 05:49:08PM +0300, Avi Kivity wrote:
> > > Gleb Natapov wrote:
> > >> Commit 3d28613c225ba94062950dacbb2304b2d2024abc break linux boot.
> > >> It hangs after printing:
> > >>  SMP alternatives: switching to UP code
> > >
> > > Does dropping bit 8 from context->rsvd_bits_mask[0][1]
> > > (PT64_ROOT_LEVEL) help?
> >
> > Yep.
>
> tip is still broken for me, did a fix go in for this?

Yes. The fix have already been picked up by Avi, please wait a while for push.

Thanks.

-- 
regards
Yang, Sheng


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Commit 3d28613c225ba94062950dacbb2304b2d2024abc breaks linux boot
  2009-04-03  1:49       ` Sheng Yang
@ 2009-04-03 11:07         ` Avi Kivity
  0 siblings, 0 replies; 6+ messages in thread
From: Avi Kivity @ 2009-04-03 11:07 UTC (permalink / raw)
  To: Sheng Yang; +Cc: kvm, Ryan Harper, Gleb Natapov, eddie.dong

Sheng Yang wrote:
>> tip is still broken for me, did a fix go in for this?
>>     
>
> Yes. The fix have already been picked up by Avi, please wait a while for push.
>   

Currently my queue is broken due to some qemu display regression.  You 
can find my queue in the 'pending' branch on kernel.org.

-- 
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-04-03 11:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-01 14:43 Commit 3d28613c225ba94062950dacbb2304b2d2024abc breaks linux boot Gleb Natapov
2009-04-01 14:49 ` Avi Kivity
2009-04-01 14:52   ` Gleb Natapov
2009-04-02 21:15     ` Ryan Harper
2009-04-03  1:49       ` Sheng Yang
2009-04-03 11:07         ` Avi Kivity

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).