[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1203961702.6662.35.camel@nimitz.home.sr71.net>
Date: Mon, 25 Feb 2008 09:48:22 -0800
From: Dave Hansen <haveblue@...ibm.com>
To: Andy Whitcroft <apw@...dowen.org>
Cc: Jörn Engel <joern@...fs.org>,
linux-mm@...ck.org, linux-kernel@...r.kernel.org
Subject: Re: Page scan keeps touching kernel text pages
On Mon, 2008-02-25 at 15:07 +0000, Andy Whitcroft wrote:
> shrink_page_list() would be expected to be passed pages pulled from
> the active or inactive lists via isolate_lru_pages()? I would not have
> expected to find the kernel text on the LRU and therefore not expect to
> see it passed to shrink_page_list()?
It may have been kernel text at one time, but what about __init
functions? Don't we free that section back to the normal allocator
after init time? Those can end up on the LRU.
-- Dave
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists