public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <jens.axboe@oracle.com>
To: Yinghai Lu <yinghai@kernel.org>
Cc: Ingo Molnar <mingo@elte.hu>, Thomas Gleixner <tglx@linutronix.de>,
	"H. Peter Anvin" <hpa@zytor.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: Bisected regression (Was Re: current -git fails to boot on nehalem-ex)
Date: Thu, 10 Dec 2009 20:26:59 +0100	[thread overview]
Message-ID: <20091210192659.GV8742@kernel.dk> (raw)
In-Reply-To: <4B2149B4.9060900@kernel.org>

On Thu, Dec 10 2009, Yinghai Lu wrote:
> Jens Axboe wrote:
> > On Thu, Dec 10 2009, Jens Axboe wrote:
> >>>>> [    0.000000] Kernel panic - not syncing: Overlapping early reservations 12-f011 MP-table mpc to 0-fff BIOS data page
> >>>> mptable mpc is [12 - f011]
> >>>>
> >>>> what a BIOS !
> >>>>
> >>>> can you check if it works with 2.6.32 + "acpi=off"?
> >> I'll try that.
> > 
> > Yes, 2.6.32 boots fine with acpi=off passed.
> > 
> >>> please check if this one could workaround it.
> >>>
> >>> diff --git a/arch/x86/kernel/e820.c b/arch/x86/kernel/e820.c
> >>> index d17d482..f60acec 100644
> >>> --- a/arch/x86/kernel/e820.c
> >>> +++ b/arch/x86/kernel/e820.c
> >>> @@ -732,7 +732,7 @@ struct early_res {
> >>>  	char overlap_ok;
> >>>  };
> >>>  static struct early_res early_res[MAX_EARLY_RES] __initdata = {
> >>> -	{ 0, PAGE_SIZE, "BIOS data page" },	/* BIOS data page */
> >>> +	{ 0, PAGE_SIZE, "BIOS data page", 1 },	/* BIOS data page */
> >>>  	{}
> >>>  };
> >> And then this. Results in 10-15min.
> > 
> > Doesn't work, it just complains about a different overlap:
> > 
> > [    0.000000] Kernel panic - not syncing: Overlapping early
> > reservations 12-f011 MP-table mpc to 6000-7fff TRAMPOLINE
> > [    0.000000] 
> > [    0.000000] Pid: 0, comm: swapper Not tainted 2.6.32 #51
> > [    0.000000] Call Trace:
> > [    0.000000]  [<ffffffff813c709b>] panic+0xa0/0x16a
> > [    0.000000]  [<ffffffff8167d280>] ?
> > reserve_early_overlap_ok+0x2e/0x39
> > [    0.000000]  [<ffffffff8167d24a>] ?
> > drop_overlaps_that_are_ok+0x117/0x11f
> > [    0.000000]  [<ffffffff8167d133>] drop_overlaps_that_are_ok+0x0/0x11f
> > [    0.000000]  [<ffffffff8167d2c6>] reserve_early+0x3b/0x3d
> > [    0.000000]  [<ffffffff81683248>] smp_scan_config+0xe7/0x10e
> > [    0.000000]  [<ffffffff816832a9>] default_find_smp_config+0x3a/0x60
> > [    0.000000]  [<ffffffff8167b0be>] setup_arch+0x6ae/0xa88
> > [    0.000000]  [<ffffffff816789ff>] start_kernel+0x82/0x412
> > [    0.000000]  [<ffffffff81678289>] x86_64_start_reservations+0x99/0xb9
> > [    0.000000]  [<ffffffff81678389>] x86_64_start_kernel+0xe0/0xf2
> > 
> > 
> 
> that is funny. we may need to use find early for our TRAMPOLINE...?
> 
> otherwise your mptable is corrupted....

Roland, are you filing a report for this?

I can test other patches if you have good ideas, otherwise I suggest we
revert the commit.

-- 
Jens Axboe


  reply	other threads:[~2009-12-10 19:26 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-10  9:10 current -git fails to boot on nehalem-ex Jens Axboe
2009-12-10 10:39 ` Bisected regression (Was Re: current -git fails to boot on nehalem-ex) Jens Axboe
2009-12-10 16:06   ` Ingo Molnar
2009-12-10 17:26     ` Yinghai
2009-12-10 18:07       ` Jens Axboe
2009-12-10 18:34         ` Yinghai Lu
2009-12-10 18:41           ` Bisected regression Roland Dreier
2009-12-10 18:44             ` Jens Axboe
2009-12-10 19:13               ` Yinghai Lu
2009-12-10 18:44             ` Yinghai Lu
2009-12-10 18:42           ` Bisected regression (Was Re: current -git fails to boot on nehalem-ex) Yinghai Lu
2009-12-10 18:45             ` Jens Axboe
2009-12-10 19:07               ` Jens Axboe
2009-12-10 19:19                 ` Yinghai Lu
2009-12-10 19:26                   ` Jens Axboe [this message]
2009-12-10 19:34                     ` Bisected regression Roland Dreier
2009-12-10 21:07                     ` Bisected regression (Was Re: current -git fails to boot on nehalem-ex) Yinghai Lu
2009-12-10 21:15                       ` Jens Axboe
2009-12-10 22:39                       ` H. Peter Anvin
2009-12-10 22:45                         ` Yinghai Lu
2009-12-10 22:54                           ` H. Peter Anvin
2009-12-10 22:47                         ` Bisected regression Roland Dreier
2009-12-10 22:50                           ` H. Peter Anvin
2009-12-11  8:19                       ` Bisected regression (Was Re: current -git fails to boot on nehalem-ex) Jens Axboe
2009-12-11  8:32                         ` Ingo Molnar
2009-12-11  8:55                       ` [tip:x86/urgent] x86: Use find_e820() instead of hard coded trampoline address tip-bot for Yinghai Lu
2009-12-10 19:28                   ` Bisected regression Roland Dreier
2009-12-10 19:33                     ` Yinghai Lu
2009-12-10 19:36                       ` Roland Dreier
2009-12-10 19:50                         ` Yinghai Lu
2009-12-10 22:44                           ` 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=20091210192659.GV8742@kernel.dk \
    --to=jens.axboe@oracle.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=tglx@linutronix.de \
    --cc=yinghai@kernel.org \
    /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