linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Zhang Rui <rui.zhang@intel.com>
To: Stephen Hemminger <shemminger@vyatta.com>
Cc: Peter Zijlstra <peterz@infradead.org>,
	KOSAKI Motohiro <kosaki.motohiro@gmail.com>,
	Len Brown <lenb@kernel.org>,
	"linux-acpi@vger.kernel.org" <linux-acpi@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	"linux-mm@kvack.org" <linux-mm@kvack.org>,
	Pekka Enberg <penberg@cs.helsinki.fi>
Subject: Re: ACPI warning from alloc_pages_nodemask on boot (2.6.33 regression)
Date: Thu, 31 Dec 2009 08:47:37 +0800	[thread overview]
Message-ID: <1262220457.12263.1403.camel@rzhang1-desktop> (raw)
In-Reply-To: <20091230100519.5a72d82c@nehalam>

On Thu, 2009-12-31 at 02:05 +0800, Stephen Hemminger wrote:
> On Wed, 30 Dec 2009 16:35:44 +0100
> Peter Zijlstra <peterz@infradead.org> wrote:
> 
> > On Wed, 2009-12-30 at 15:21 +0900, KOSAKI Motohiro wrote:
> > > >> [    1.630020] ------------[ cut here ]------------
> > > >> [    1.630026] WARNING: at mm/page_alloc.c:1812 __alloc_pages_nodemask+0x617/0x730()
> > > >
> > > >        if (order >= MAX_ORDER) {
> > > >                WARN_ON_ONCE(!(gfp_mask & __GFP_NOWARN));
> > > >                return NULL;
> > > >        }
> > > >
> > > > I don't know what the mm alloc code is complaining about here.
> > 
> > > >> [    1.630028] Hardware name: System Product Name
> > > >> [    1.630029] Modules linked in:
> > > >> [    1.630032] Pid: 1, comm: swapper Not tainted 2.6.33-rc2 #4
> > > >> [    1.630034] Call Trace:
> > 
> > > >> [    1.630064]  [<ffffffff812cae3e>] acpi_os_allocate+0x25/0x27 
> > 
> > Right, so ACPI is trying to allocate something larger than 2^MAX_ORDER
> > pages, which on x86 computes to 4K * 2^11 = 8M.
> > 
> > That's not going to work.
> > 
> > Did this machine properly boot before? I seem to remember people working
> > on moving away from bootmem and getting th page/slab stuff up and
> > running sooner, it might be fallout from that...
> > 
> 
> Yes, and it still boots now.
> 
we have rootcaused the problem.
please refer to http://bugzilla.kernel.org/show_bug.cgi?id=14954

thanks,
rui

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

      reply	other threads:[~2009-12-31  0:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20091229094202.25818e9b@nehalam>
     [not found] ` <alpine.LFD.2.00.0912291435070.14938@localhost.localdomain>
2009-12-30  6:21   ` ACPI warning from alloc_pages_nodemask on boot (2.6.33 regression) KOSAKI Motohiro
2009-12-30 15:35     ` Peter Zijlstra
2009-12-30 18:05       ` Stephen Hemminger
2009-12-31  0:47         ` Zhang Rui [this message]

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=1262220457.12263.1403.camel@rzhang1-desktop \
    --to=rui.zhang@intel.com \
    --cc=kosaki.motohiro@gmail.com \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=penberg@cs.helsinki.fi \
    --cc=peterz@infradead.org \
    --cc=shemminger@vyatta.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;
as well as URLs for NNTP newsgroup(s).