All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Dhaval Giani <dhaval@linux.vnet.ibm.com>
Cc: maneesh@linux.vnet.ibm.com, kexec@lists.infradead.org,
	lkml <linux-kernel@vger.kernel.org>,
	"Rafael J. Wysocki" <rjw@sisk.pl>,
	hbabu@us.ibm.com, Ingo Molnar <mingo@elte.hu>,
	tglx@linutronix.de, Vivek Goyal <vgoyal@redhat.com>
Subject: Re: kexec refuses to boot latest -mm
Date: Sat, 5 Jan 2008 18:17:42 -0800	[thread overview]
Message-ID: <20080105181742.7525fec6.akpm@linux-foundation.org> (raw)
In-Reply-To: <20080104155415.GC6007@linux.vnet.ibm.com>

On Fri, 4 Jan 2008 21:24:15 +0530 Dhaval Giani <dhaval@linux.vnet.ibm.com> wrote:

> On Fri, Jan 04, 2008 at 05:58:16PM +0530, Dhaval Giani wrote:
> > On Thu, Jan 03, 2008 at 10:42:00PM +0100, Rafael J. Wysocki wrote:
> > > On Thursday, 3 of January 2008, Dhaval Giani wrote:
> > > > On Mon, Dec 31, 2007 at 10:08:43AM -0500, Vivek Goyal wrote:
> > > > > On Sat, Dec 29, 2007 at 11:11:13AM +0530, Dhaval Giani wrote:
> > > > > > On Fri, Dec 28, 2007 at 09:27:39AM -0500, Vivek Goyal wrote:
> > > > > > > On Fri, Dec 28, 2007 at 06:15:32PM +0530, Dhaval Giani wrote:
> > > > > > > > Hi Vivek,
> > > > > > > > 
> > 
> > I've no clue what I managed to do wrong last night, probably tried to boot
> > 2.6.24-rc6-mm1 thinking it was 2.6.24-rc6. 2.6.24-rc6 boots, but -mm
> > does not. Sorry for the noise.
> > 
> 
> So I went ahead and bisected -mm, and the culprit is git-x86. It boots
> fine before it, but with git-x86 applied, it fails to boot.
> 
> Ingo/Thomas, could you please point me to the git-x86 tree so that I can
> bisect it?

Every git-foo.patch in -mm identifies where it came from in its changelog.

The first few lines of
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.24-rc6/2.6.24-rc6-mm1/broken-out/git-x86.patch
are:

GIT 27197ba67cbaa0e22598a10c82b10dacb1309ed8 irqs_disabled

git+ssh://master.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git#mm



I'm not sure what the "irqs_disabled\n\n" is doing there: maybe I added it
by mistake.  2.6.24-rc5-mm1 correctly had

GIT b668e28b74558b3a8277b5fde363ae5f803b36f0 git+ssh://master.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git#mm

But still.  The git URL is always there.

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

WARNING: multiple messages have this Message-ID (diff)
From: Andrew Morton <akpm@linux-foundation.org>
To: Dhaval Giani <dhaval@linux.vnet.ibm.com>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>,
	Vivek Goyal <vgoyal@redhat.com>,
	hbabu@us.ibm.com, lkml <linux-kernel@vger.kernel.org>,
	kexec@lists.infradead.org, Ingo Molnar <mingo@elte.hu>,
	maneesh@linux.vnet.ibm.com, tglx@linutronix.de
Subject: Re: kexec refuses to boot latest -mm
Date: Sat, 5 Jan 2008 18:17:42 -0800	[thread overview]
Message-ID: <20080105181742.7525fec6.akpm@linux-foundation.org> (raw)
In-Reply-To: <20080104155415.GC6007@linux.vnet.ibm.com>

On Fri, 4 Jan 2008 21:24:15 +0530 Dhaval Giani <dhaval@linux.vnet.ibm.com> wrote:

> On Fri, Jan 04, 2008 at 05:58:16PM +0530, Dhaval Giani wrote:
> > On Thu, Jan 03, 2008 at 10:42:00PM +0100, Rafael J. Wysocki wrote:
> > > On Thursday, 3 of January 2008, Dhaval Giani wrote:
> > > > On Mon, Dec 31, 2007 at 10:08:43AM -0500, Vivek Goyal wrote:
> > > > > On Sat, Dec 29, 2007 at 11:11:13AM +0530, Dhaval Giani wrote:
> > > > > > On Fri, Dec 28, 2007 at 09:27:39AM -0500, Vivek Goyal wrote:
> > > > > > > On Fri, Dec 28, 2007 at 06:15:32PM +0530, Dhaval Giani wrote:
> > > > > > > > Hi Vivek,
> > > > > > > > 
> > 
> > I've no clue what I managed to do wrong last night, probably tried to boot
> > 2.6.24-rc6-mm1 thinking it was 2.6.24-rc6. 2.6.24-rc6 boots, but -mm
> > does not. Sorry for the noise.
> > 
> 
> So I went ahead and bisected -mm, and the culprit is git-x86. It boots
> fine before it, but with git-x86 applied, it fails to boot.
> 
> Ingo/Thomas, could you please point me to the git-x86 tree so that I can
> bisect it?

Every git-foo.patch in -mm identifies where it came from in its changelog.

The first few lines of
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.24-rc6/2.6.24-rc6-mm1/broken-out/git-x86.patch
are:

GIT 27197ba67cbaa0e22598a10c82b10dacb1309ed8 irqs_disabled

git+ssh://master.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git#mm



I'm not sure what the "irqs_disabled\n\n" is doing there: maybe I added it
by mistake.  2.6.24-rc5-mm1 correctly had

GIT b668e28b74558b3a8277b5fde363ae5f803b36f0 git+ssh://master.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git#mm

But still.  The git URL is always there.

  reply	other threads:[~2008-01-06  2:23 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 [this message]
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
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=20080105181742.7525fec6.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=dhaval@linux.vnet.ibm.com \
    --cc=hbabu@us.ibm.com \
    --cc=kexec@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maneesh@linux.vnet.ibm.com \
    --cc=mingo@elte.hu \
    --cc=rjw@sisk.pl \
    --cc=tglx@linutronix.de \
    --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.