All of lore.kernel.org
 help / color / mirror / Atom feed
From: "H. Peter Anvin" <hpa@zytor.com>
To: Dhaval Giani <dhaval@linux.vnet.ibm.com>
Cc: hbabu@us.ibm.com, kexec@lists.infradead.org,
	lkml <linux-kernel@vger.kernel.org>,
	vgoyal@redhat.com
Subject: Re: kexec refuses to boot latest -mm
Date: Mon, 07 Jan 2008 09:43:38 -0800	[thread overview]
Message-ID: <478264CA.5090300@zytor.com> (raw)
In-Reply-To: <20071228124532.GB32643@linux.vnet.ibm.com>

Dhaval Giani wrote:
> Hi Vivek,
> 
> I can't seem to get the latest -mm (2.6.24-rc6-mm1) to boot with
> kexec. It just gets stuck at "Starting new kernel".
> 
> It does boot normally when booted as the first kernel.
> 
> Any hints debugging? (x86 architecture)
> 

Hi Dhaval,

Could you give more details of your setup?  I'm trying to figure out 
exactly what it is in kexec that goes goofy, but there seems to be an 
enormous number of codepaths, all different, depending on things like 
which kind of kernel.  The more closely I can replicate your failure, 
the quicker I should be able to locate the problem.

	-hpa

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

WARNING: multiple messages have this Message-ID (diff)
From: "H. Peter Anvin" <hpa@zytor.com>
To: Dhaval Giani <dhaval@linux.vnet.ibm.com>
Cc: vgoyal@redhat.com, hbabu@us.ibm.com,
	lkml <linux-kernel@vger.kernel.org>,
	kexec@lists.infradead.org
Subject: Re: kexec refuses to boot latest -mm
Date: Mon, 07 Jan 2008 09:43:38 -0800	[thread overview]
Message-ID: <478264CA.5090300@zytor.com> (raw)
In-Reply-To: <20071228124532.GB32643@linux.vnet.ibm.com>

Dhaval Giani wrote:
> Hi Vivek,
> 
> I can't seem to get the latest -mm (2.6.24-rc6-mm1) to boot with
> kexec. It just gets stuck at "Starting new kernel".
> 
> It does boot normally when booted as the first kernel.
> 
> Any hints debugging? (x86 architecture)
> 

Hi Dhaval,

Could you give more details of your setup?  I'm trying to figure out 
exactly what it is in kexec that goes goofy, but there seems to be an 
enormous number of codepaths, all different, depending on things like 
which kind of kernel.  The more closely I can replicate your failure, 
the quicker I should be able to locate the problem.

	-hpa

  parent reply	other threads:[~2008-01-07 17:48 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-28 12:45 kexec refuses to boot latest -mm Dhaval Giani
2007-12-28 12:45 ` Dhaval Giani
2007-12-28 14:27 ` Vivek Goyal
2007-12-28 14:27   ` Vivek Goyal
2007-12-29  5:41   ` Dhaval Giani
2007-12-29  5:41     ` Dhaval Giani
2007-12-31 15:06     ` Vivek Goyal
2007-12-31 15:06       ` Vivek Goyal
2007-12-31 20:22       ` Dhaval Giani
2007-12-31 20:22         ` Dhaval Giani
2007-12-31 15:08     ` Vivek Goyal
2007-12-31 15:08       ` Vivek Goyal
2008-01-03 19:52       ` Dhaval Giani
2008-01-03 19:52         ` Dhaval Giani
2008-01-03 21:42         ` Rafael J. Wysocki
2008-01-03 21:42           ` Rafael J. Wysocki
2008-01-04 12:28           ` Dhaval Giani
2008-01-04 12:28             ` Dhaval Giani
2008-01-04 15:54             ` Dhaval Giani
2008-01-04 15:54               ` Dhaval Giani
2008-01-06  2:17               ` Andrew Morton
2008-01-06  2:17                 ` Andrew Morton
2008-01-06 13:37               ` Ingo Molnar
2008-01-06 13:37                 ` Ingo Molnar
2008-01-07  9:18                 ` Dhaval Giani
2008-01-07  9:18                   ` Dhaval Giani
2008-01-07 10:02                   ` Dhaval Giani
2008-01-07 10:02                     ` Dhaval Giani
2008-01-04 17:11             ` Rafael J. Wysocki
2008-01-04 17:11               ` Rafael J. Wysocki
2007-12-31 16:35     ` Vivek Goyal
2007-12-31 16:35       ` Vivek Goyal
2007-12-28 19:54 ` Neil Horman
2007-12-28 19:54   ` Neil Horman
2007-12-29  5:26   ` Dhaval Giani
2007-12-29  5:26     ` Dhaval Giani
2008-01-07 17:43 ` H. Peter Anvin [this message]
2008-01-07 17:43   ` H. Peter Anvin
2008-01-07 17:53   ` Dhaval Giani
2008-01-07 17:53     ` Dhaval Giani
2008-01-07 17:58     ` H. Peter Anvin
2008-01-07 17:58       ` H. Peter Anvin
2008-01-07 19:08     ` crashing on lowmem-only config (was: kexec refuses to boot latest -mm) H. Peter Anvin
2008-01-07 19:08       ` H. Peter Anvin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=478264CA.5090300@zytor.com \
    --to=hpa@zytor.com \
    --cc=dhaval@linux.vnet.ibm.com \
    --cc=hbabu@us.ibm.com \
    --cc=kexec@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vgoyal@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.