All of lore.kernel.org
 help / color / mirror / Atom feed
* SMP guests fail, changeset: 7145:71466686d026
@ 2005-09-30 16:32 Ted Kaczmarek
  2005-09-30 18:37 ` Hollis Blanchard
  0 siblings, 1 reply; 4+ messages in thread
From: Ted Kaczmarek @ 2005-09-30 16:32 UTC (permalink / raw)
  To: xen-devel

With 
changeset:   7145:71466686d026
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Fri Sep 30 10:45:20 2005 +0100
summary:     Fix earlier merge with Ewan's xenstore changes.

I am still unable to bring up smp guests. 
FC4-domO, tyan 2462 SMP.

Same results with changeset:7135:7f732bba3ed4

changset 7048:c89485e939cc was my last spin where I was able to bring up
smp guests.


Nothing of use in logs.


Regards,
Ted

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

* Re: SMP guests fail, changeset: 7145:71466686d026
  2005-09-30 16:32 SMP guests fail, changeset: 7145:71466686d026 Ted Kaczmarek
@ 2005-09-30 18:37 ` Hollis Blanchard
  2005-09-30 19:02   ` Ted Kaczmarek
  2005-10-01 16:02   ` Ted Kaczmarek
  0 siblings, 2 replies; 4+ messages in thread
From: Hollis Blanchard @ 2005-09-30 18:37 UTC (permalink / raw)
  To: xen-devel; +Cc: Ted Kaczmarek

On Friday 30 September 2005 11:32, Ted Kaczmarek wrote:
> With
> changeset:   7145:71466686d026
> tag:         tip
> user:        kaf24@firebug.cl.cam.ac.uk
> date:        Fri Sep 30 10:45:20 2005 +0100
> summary:     Fix earlier merge with Ewan's xenstore changes.
>
> I am still unable to bring up smp guests.
> FC4-domO, tyan 2462 SMP.
>
> Same results with changeset:7135:7f732bba3ed4
>
> changset 7048:c89485e939cc was my last spin where I was able to bring up
> smp guests.

If you want to try the new mercurial bisect extension, it will narrow down the 
exact offending changeset. Given the range you list above (7048 - 7135), it 
will take 7 build/boot cycles to pinpoint it.

http://www.selenic.com/pipermail/mercurial/2005-September/004722.html

See how to install a mercurial extension here: 
http://www.selenic.com/mercurial/wiki/index.cgi/UsingHgk

-- 
Hollis Blanchard
IBM Linux Technology Center

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

* Re: SMP guests fail, changeset: 7145:71466686d026
  2005-09-30 18:37 ` Hollis Blanchard
@ 2005-09-30 19:02   ` Ted Kaczmarek
  2005-10-01 16:02   ` Ted Kaczmarek
  1 sibling, 0 replies; 4+ messages in thread
From: Ted Kaczmarek @ 2005-09-30 19:02 UTC (permalink / raw)
  To: Hollis Blanchard; +Cc: xen-devel

On Fri, 2005-09-30 at 13:37 -0500, Hollis Blanchard wrote:
> On Friday 30 September 2005 11:32, Ted Kaczmarek wrote:
> > With
> > changeset:   7145:71466686d026
> > tag:         tip
> > user:        kaf24@firebug.cl.cam.ac.uk
> > date:        Fri Sep 30 10:45:20 2005 +0100
> > summary:     Fix earlier merge with Ewan's xenstore changes.
> >
> > I am still unable to bring up smp guests.
> > FC4-domO, tyan 2462 SMP.
> >
> > Same results with changeset:7135:7f732bba3ed4
> >
> > changset 7048:c89485e939cc was my last spin where I was able to bring up
> > smp guests.
> 
> If you want to try the new mercurial bisect extension, it will narrow down the 
> exact offending changeset. Given the range you list above (7048 - 7135), it 
> will take 7 build/boot cycles to pinpoint it.
> 
> http://www.selenic.com/pipermail/mercurial/2005-September/004722.html
> 
> See how to install a mercurial extension here: 
> http://www.selenic.com/mercurial/wiki/index.cgi/UsingHgk

Thanks a bunch, going to have to do that.

I was hopeful I was not the only one having such an issue :-(

Regards,
Ted

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

* Re: SMP guests fail, changeset: 7145:71466686d026
  2005-09-30 18:37 ` Hollis Blanchard
  2005-09-30 19:02   ` Ted Kaczmarek
@ 2005-10-01 16:02   ` Ted Kaczmarek
  1 sibling, 0 replies; 4+ messages in thread
From: Ted Kaczmarek @ 2005-10-01 16:02 UTC (permalink / raw)
  To: Hollis Blanchard; +Cc: xen-devel

On Fri, 2005-09-30 at 13:37 -0500, Hollis Blanchard wrote:
> On Friday 30 September 2005 11:32, Ted Kaczmarek wrote:
> > With
> > changeset:   7145:71466686d026
> > tag:         tip
> > user:        kaf24@firebug.cl.cam.ac.uk
> > date:        Fri Sep 30 10:45:20 2005 +0100
> > summary:     Fix earlier merge with Ewan's xenstore changes.
> >
> > I am still unable to bring up smp guests.
> > FC4-domO, tyan 2462 SMP.
> >
> > Same results with changeset:7135:7f732bba3ed4
> >
> > changset 7048:c89485e939cc was my last spin where I was able to bring up
> > smp guests.

With 8kb kernel stacks I am able to get smp guest on FC4 dom0 with
xen_changeset          : Fri Sep 30 12:37:52 2005 +0100 9d047fb99e38.

Guessing something to do with the irq changes between the two settings.

Regards,
Ted

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

end of thread, other threads:[~2005-10-01 16:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-30 16:32 SMP guests fail, changeset: 7145:71466686d026 Ted Kaczmarek
2005-09-30 18:37 ` Hollis Blanchard
2005-09-30 19:02   ` Ted Kaczmarek
2005-10-01 16:02   ` Ted Kaczmarek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.