[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080106133729.GB2481@elte.hu>
Date: Sun, 6 Jan 2008 14:37:29 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Dhaval Giani <dhaval@...ux.vnet.ibm.com>
Cc: "Rafael J. Wysocki" <rjw@...k.pl>, Vivek Goyal <vgoyal@...hat.com>,
hbabu@...ibm.com, lkml <linux-kernel@...r.kernel.org>,
kexec@...ts.infradead.org, maneesh@...ux.vnet.ibm.com,
Andrew Morton <akpm@...ux-foundation.org>, tglx@...utronix.de
Subject: Re: kexec refuses to boot latest -mm
* Dhaval Giani <dhaval@...ux.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@..... # see what's in #mm
(do subsequent pulls via "git-pull --force", as we frequently rebase the
git tree. NOTE: this might override your own local changes, so do this
only if you dont mind about losing thse changes in that tree.)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists