From: Dhaval Giani <dhaval@linux.vnet.ibm.com>
To: Ingo Molnar <mingo@elte.hu>
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, hpa@zytor.com,
Andrew Morton <akpm@linux-foundation.org>,
tglx@linutronix.de, Vivek Goyal <vgoyal@redhat.com>
Subject: Re: kexec refuses to boot latest -mm
Date: Mon, 7 Jan 2008 14:48:38 +0530 [thread overview]
Message-ID: <20080107091838.GA30865@linux.vnet.ibm.com> (raw)
In-Reply-To: <20080106133729.GB2481@elte.hu>
On Sun, Jan 06, 2008 at 02:37:29PM +0100, Ingo Molnar wrote:
>
> * Dhaval Giani <dhaval@linux.vnet.ibm.com> wrote:
>
> > 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? (with instructions on how to pull the -mm branch, I
> > managed to pull the master branch, but not the -mm branch)
>
> sure:
>
> --------------{ x86.git instructions }---------->
>
> git-clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git linux-2.6.git
> cd linux-2.6.git
> git-branch x86
> git-checkout x86
> git-pull git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git mm
> git-log HEAD@{1}.. # see what's in #mm
>
Thanks for the instructions. I went ahead and did the bisect, and
commit 7dd838ea7afa42a8840cf0e262d5892346ecf379
Author: H. Peter Anvin <hpa@zytor.com>
Date: Sat Jan 5 13:27:04 2008 +0100
is the first bad commit.
git bisect log
dhaval@kernel:~/mm$ git bisect log
git-bisect start
# good: [439f61b9f9ebbf84fb7e6b3539fc3794e046bbb9] Merge
git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
git-bisect good 439f61b9f9ebbf84fb7e6b3539fc3794e046bbb9
# bad: [5c9b01f1566f4989bb732a46c9a9c86f3e7ef9ae] x86: unregister PIT
clocksource when PIT is disabled
git-bisect bad 5c9b01f1566f4989bb732a46c9a9c86f3e7ef9ae
# good: [203bcdc3d2725751e4dc0e3749edbab3c8bf9132] move switch_to macro
to system.h
git-bisect good 203bcdc3d2725751e4dc0e3749edbab3c8bf9132
# good: [81886a1b16eec7a27f3ec94f06f585685ad08bf2] x86: i387 renaming
git-bisect good 81886a1b16eec7a27f3ec94f06f585685ad08bf2
# bad: [fc0ed2251da6ef8ad3295a02b39bed9859dc0cfc] x86: unify
arch/x86/kernel/Makefile(s)
git-bisect bad fc0ed2251da6ef8ad3295a02b39bed9859dc0cfc
# good: [6fa16686ee2b0cc6b02a59671ecb9d4c85beae64] change assembly
definition of paravirt_patch_site
git-bisect good 6fa16686ee2b0cc6b02a59671ecb9d4c85beae64
# bad: [1184caa02fcc2ecd780b145f4c69cc4484a8cde4] git-x86:
arch/x86/math-emu/errors.c: fix printk warnings
git-bisect bad 1184caa02fcc2ecd780b145f4c69cc4484a8cde4
# good: [e8189d0ca1970578f4b28f92928581313633be5a] x86_64 patching
functions
git-bisect good e8189d0ca1970578f4b28f92928581313633be5a
# bad: [7dd838ea7afa42a8840cf0e262d5892346ecf379] i386: handle an initrd
in highmem
git-bisect bad 7dd838ea7afa42a8840cf0e262d5892346ecf379
# good: [8cff7d1301d37b15add1dabe6ac8a92e6c0a1c7f] i386 EFI runtime
service support: fixes in sync with x86_64 support
git-bisect good 8cff7d1301d37b15add1dabe6ac8a92e6c0a1c7f
# good: [ac3836d03c718a553634ff21c1157bb823567f4f] x86:
arch/x86/kernel/setup_32.c whitespace fixes
git-bisect good ac3836d03c718a553634ff21c1157bb823567f4f
--
regards,
Dhaval
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
next prev parent reply other threads:[~2008-01-07 9:20 UTC|newest]
Thread overview: 22+ 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 14:27 ` Vivek Goyal
2007-12-29 5:41 ` Dhaval Giani
2007-12-31 15:06 ` Vivek Goyal
2007-12-31 20:22 ` Dhaval Giani
2007-12-31 15:08 ` Vivek Goyal
2008-01-03 19:52 ` Dhaval Giani
2008-01-03 21:42 ` Rafael J. Wysocki
2008-01-04 12:28 ` Dhaval Giani
2008-01-04 15:54 ` Dhaval Giani
2008-01-06 2:17 ` Andrew Morton
2008-01-06 13:37 ` Ingo Molnar
2008-01-07 9:18 ` Dhaval Giani [this message]
2008-01-07 10:02 ` Dhaval Giani
2008-01-04 17:11 ` Rafael J. Wysocki
2007-12-31 16:35 ` Vivek Goyal
2007-12-28 19:54 ` Neil Horman
2007-12-29 5:26 ` Dhaval Giani
2008-01-07 17:43 ` H. Peter Anvin
2008-01-07 17:53 ` Dhaval Giani
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
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=20080107091838.GA30865@linux.vnet.ibm.com \
--to=dhaval@linux.vnet.ibm.com \
--cc=akpm@linux-foundation.org \
--cc=hbabu@us.ibm.com \
--cc=hpa@zytor.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox