mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: Jurriaan <thunder7@xs4all.nl>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.0-test9-mm4: page allocation failure. order 3, mode 0x20
Date: Thu, 20 Nov 2003 22:26:16 -0800	[thread overview]
Message-ID: <20031120222616.6028d321.akpm@osdl.org> (raw)
In-Reply-To: <20031121060545.GA6847@middle.of.nowhere>

Jurriaan <thunder7@xs4all.nl> wrote:
>
>  After several runs of cdda2wav I get this message:
> 
>  Nov 21 07:03:34 middle kernel: cdda2wav: page allocation failure. order:3, mode:0x20
>  Nov 21 07:03:34 middle last message repeated 36 times
> 
> ...
> 
>  I ran cdda2wav a lot more under 2.9.0-test9-mm3 and didn't see this
>  message.

Are you sure you were running -mm4 and not Linus's kernel?  -mm has a tweak
for this, and it was present in -mm4.

It would help to add this patch; maybe the allocation is coming from
somewhere else.


diff -puN mm/page_alloc.c~a mm/page_alloc.c
--- 25/mm/page_alloc.c~a	2003-11-20 22:25:23.000000000 -0800
+++ 25-akpm/mm/page_alloc.c	2003-11-20 22:25:38.000000000 -0800
@@ -672,6 +672,7 @@ nopage:
 		printk("%s: page allocation failure."
 			" order:%d, mode:0x%x\n",
 			p->comm, order, gfp_mask);
+		dump_stack();
 	}
 	return NULL;
 got_pg:

_


  reply	other threads:[~2003-11-21  6:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-21  6:05 Jurriaan
2003-11-21  6:26 ` Andrew Morton [this message]
2003-11-23  8:20   ` Jurriaan

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=20031120222616.6028d321.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=thunder7@xs4all.nl \
    /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

all inboxes | Powered by JetHome®