From: "yunfeng zhang" <zyf.zeroos@gmail.com>
To: Hugh Dickins <hugh@veritas.com>
Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2.6.20-rc5 1/1] MM: enhance Linux swap subsystem
Date: Mon, 29 Jan 2007 13:29:58 +0800 [thread overview]
Message-ID: <4df04b840701282129h2334375ev74400a691f4d3a06@mail.gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0701242015090.1770@blonde.wat.veritas.com>
> You have an interesting idea of "simplifies", given
> 16 files changed, 997 insertions(+), 25 deletions(-)
> (omitting your Documentation), and over 7k more code.
> You'll have to be much more persuasive (with good performance
> results) to get us to welcome your added layer of complexity.
If the whole idea is deployed on Linux, following core objects should be erased
1) anon_vma.
2) pgdata::active/inactive list and relatted methods -- mark_page_accessed etc.
3) PrivatePage::count and mapcount. If core need to share the page, add PG_kmap
flag. In fact, page::lru_list can safetly be erased too.
4) All cases should be from up to down, especially simplifies debug.
> Please make an effort to support at least i386 3level pagetables:
> you don't actually need >4GB of memory to test CONFIG_HIGHMEM64G.
> HIGHMEM testing shows you're missing a couple of pte_unmap()s,
> in pps_swapoff_scan_ptes() and in shrink_pvma_scan_ptes().
Yes, it's my fault.
> It would be nice if you could support at least x86_64 too
> (you have pte_low code peculiar to i386 in vmscan.c, which is
> preventing that), but that's harder if you don't have the hardware.
Um! Data cmpxchged should include access bit. And I have only x86 PC, memory <
1G. 3level pagetable code copied from Linux other functions.
--
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>
next parent reply other threads:[~2007-01-29 5:29 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <4df04b840701212309l2a283357jbdaa88794e5208a7@mail.gmail.com>
[not found] ` <200701222300.41960.a1426z@gawab.com>
[not found] ` <4df04b840701222021w5e1aaab2if2ba7fc38d06d64b@mail.gmail.com>
[not found] ` <4df04b840701222108o6992933bied5fff8a525413@mail.gmail.com>
[not found] ` <Pine.LNX.4.64.0701242015090.1770@blonde.wat.veritas.com>
2007-01-29 5:29 ` yunfeng zhang [this message]
[not found] ` <4df04b840701301852i41687edfl1462c4ca3344431c@mail.gmail.com>
[not found] ` <Pine.LNX.4.64.0701312022340.26857@blonde.wat.veritas.com>
2007-02-13 5:52 ` [PATCH 2.6.20-rc5 1/1] MM: enhance Linux swap subsystem yunfeng zhang
2007-02-20 9:06 ` yunfeng zhang
2007-02-22 1:58 ` yunfeng zhang
2007-02-22 2:19 ` Rik van Riel
2007-02-23 2:31 ` yunfeng zhang
2007-02-23 3:33 ` Rik van Riel
2007-02-25 1:47 ` yunfeng zhang
2007-08-23 9:47 ` yunfeng zhang
2007-08-23 15:56 ` Randy Dunlap
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=4df04b840701282129h2334375ev74400a691f4d3a06@mail.gmail.com \
--to=zyf.zeroos@gmail.com \
--cc=hugh@veritas.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
/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).