From: Andrew Morton <akpm@osdl.org>
To: Bastian Blank <bastian@waldi.eu.org>
Cc: linux-kernel@vger.kernel.org,
Martin Schwidefsky <schwidefsky@de.ibm.com>
Subject: Re: page allocation failures with 2.6.5 on s390
Date: Sat, 24 Apr 2004 13:21:59 -0700 [thread overview]
Message-ID: <20040424132159.7cae4f54.akpm@osdl.org> (raw)
In-Reply-To: <20040424183711.GC28032@wavehammer.waldi.eu.org>
Bastian Blank <bastian@waldi.eu.org> wrote:
>
> Today I see the following error message in the logs of two machines
> with 2.6.5 on s390, both 31 and 64 bit.
>
> | swapper: page allocation failure. order:2, mode:0x20
> | 0072d8f0 00028b18 00405490 80028bbc 80028dac 0072d868 00392f00 0039068a
> | 00000002 00000001 0039a400 0000001a
> | Call Trace:
> | [<0000000000049d30>] __alloc_pages+0x318/0x35c
> | [<0000000000049dbe>] __get_free_pages+0x4a/0x78
> | [<000000000004d838>] cache_grow+0xe0/0x39c
> | [<000000000004dcc0>] cache_alloc_refill+0x1cc/0x2d8
> | [<000000000004e1f2>] __kmalloc+0xaa/0xb8
> | [<000000000023e810>] alloc_skb+0x5c/0xe4
> | [<00000000002080ca>] qeth_read_in_buffer+0xd16/0xda0
> | [<0000000000212e22>] qeth_qdio_input_handler+0x42a/0x57c
> | [<00000000001de17c>] qdio_handler+0xad4/0x10f4
> | [<00000000001d46da>] ccw_device_call_handler+0x8a/0x94
> | [<00000000001d3922>] ccw_device_irq+0x7a/0xb4
> | [<00000000001d42de>] io_subchannel_irq+0x7e/0xc4
> | [<00000000001cfcd2>] do_IRQ+0x18a/0x1b0
> | [<0000000000020072>] io_return+0x0/0x10
This is pretty much unavoidable - the kernel is looking for four
physically-contiguous free pages at interrupt time, and there aren't any.
You can reduce its frequency by increasing /proc/sys/vm/min_free_kbytes.
The best fix would be to alter the driver to use order-0 pages if that's
possible.
> It causes a lot of state-D processes on one machine.
This should not happen. If it happens again, try to capture an all-task
backtrace into the logs with
echo t > /proc/sysrq-trigger
next prev parent reply other threads:[~2004-04-24 20:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-24 18:37 Bastian Blank
2004-04-24 20:21 ` Andrew Morton [this message]
2004-04-25 8:18 ` Bastian Blank
2004-04-25 10:49 Arnd Bergmann
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=20040424132159.7cae4f54.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=bastian@waldi.eu.org \
--cc=linux-kernel@vger.kernel.org \
--cc=schwidefsky@de.ibm.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
all inboxes | Powered by JetHome®