All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hiroyuki KAMEZAWA <kamezawa.hiroyu@jp.fujitsu.com>
To: Chris Ross <chris@tebibyte.org>, Andrew Morton <akpm@osdl.org>
Cc: Marcelo Tosatti <marcelo.tosatti@cyclades.com>,
	Rik van Riel <riel@redhat.com>,
	javier@marcet.info, linux-kernel@vger.kernel.org,
	kernel@kolivas.org, barry <barry@disus.com>
Subject: Re: Mem issues in 2.6.9 (ever since 2.6.9-rc3) and possible cause
Date: Sat, 30 Oct 2004 17:25:11 +0900	[thread overview]
Message-ID: <41834FE7.5060705@jp.fujitsu.com> (raw)
In-Reply-To: <41824760.7010703@tebibyte.org>

Hi,
 > Oct 29 15:25:19 sleepy protections[]: 0 0 0
 > Oct 29 15:25:19 sleepy DMA: 4294567735*4kB 4294792863*8kB
 > 4294895642*16kB 4294943555*32kB 4294962724*64kB 4294966891*128kB
 > 4294967255*256kB 4294967283*512kB
 >  4294967290*1024kB 4294967293*2048kB 4294967294*4096kB = 4289685332kB
 > Oct 29 15:25:19 sleepy Normal: 4293893066*4kB 4294583823*8kB
 > 4294849819*16kB 4294950038*32kB 4294966291*64kB 4294966753*128kB
 > 4294967182*256kB 4294967238*51
 > 2kB 4294967265*1024kB 4294967278*2048kB 4294967281*4096kB = 4284847952kB
 > Oct 29 15:25:19 sleepy HighMem: empty
 > Oct 29 15:25:19 sleepy Swap cache: add 9372, delete 7530, find

This looks odd.

How about this fix ?
I don't know why this is missng ....

Kame <kamezawa.hiroyu@jp.fujitsu.com>
--



---

  linux-2.6.10-rc1-mm2-kamezawa/mm/page_alloc.c |    4 +++-
  1 files changed, 3 insertions(+), 1 deletion(-)

diff -puN mm/page_alloc.c~clean-up mm/page_alloc.c
--- linux-2.6.10-rc1-mm2/mm/page_alloc.c~clean-up	2004-10-30 17:07:01.918419104 +0900
+++ linux-2.6.10-rc1-mm2-kamezawa/mm/page_alloc.c	2004-10-30 17:08:25.904651256 +0900
@@ -261,7 +261,9 @@ static inline void __free_pages_bulk (st
  	}
  	coalesced = base + page_idx;
  	set_page_order(coalesced, order);
-	list_add(&coalesced->lru, &zone->free_area[order].free_list);
+	area = zone->free_area + order;
+	list_add(&coalesced->lru, &area->free_list);
+	area->nr_free++;
  }

  static inline void free_pages_check(const char *function, struct page *page)

_

  parent reply	other threads:[~2004-10-30  8:19 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <Pine.LNX.4.44.0410251823230.21539-100000@chimarrao.boston.redhat.com>
2004-10-25 22:33 ` Mem issues in 2.6.9 (ever since 2.6.9-rc3) and possible cause Rik van Riel
2004-10-28 12:06   ` Marcelo Tosatti
2004-10-28 15:27     ` Chris Ross
2004-10-28 15:01       ` Marcelo Tosatti
2004-10-29 13:36     ` Chris Ross
2004-10-29 14:46       ` Chris Ross
2004-10-30  8:25       ` Hiroyuki KAMEZAWA [this message]
2004-10-30  8:45         ` Chris Ross
2004-10-30  8:58           ` Hiroyuki KAMEZAWA
2004-10-30  9:30             ` Chris Ross
2004-10-30  9:53               ` Hiroyuki KAMEZAWA
2004-10-30 10:42                 ` Thomas Gleixner
2004-10-31 12:33                   ` Thomas Gleixner
2004-10-30 15:38                 ` Chris Ross
2004-10-29 15:09     ` Thomas Gleixner
2004-10-23 12:59 Javier Marcet
2004-10-23 19:33 ` Andrew Morton
2004-10-23 23:03   ` Con Kolivas
2004-10-25 21:51 ` Rik van Riel
2004-10-25 22:13   ` Andrew Morton
2004-10-26  8:01     ` Nick Piggin
2004-10-29 22:39 ` Thomas Gleixner

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=41834FE7.5060705@jp.fujitsu.com \
    --to=kamezawa.hiroyu@jp.fujitsu.com \
    --cc=akpm@osdl.org \
    --cc=barry@disus.com \
    --cc=chris@tebibyte.org \
    --cc=javier@marcet.info \
    --cc=kernel@kolivas.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo.tosatti@cyclades.com \
    --cc=riel@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.