From: Heiko Carstens <heiko.carstens@de.ibm.com>
To: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: linux-mm@kvack.org, schwidefsky@de.ibm.com, cotte@de.ibm.com
Subject: Re: [patch/rfc 0/2] vmemmap for s390
Date: Mon, 4 Dec 2006 14:30:08 +0100 [thread overview]
Message-ID: <20061204133008.GA9209@osiris.boeblingen.de.ibm.com> (raw)
In-Reply-To: <20061204104714.bc800a03.kamezawa.hiroyu@jp.fujitsu.com>
On Mon, Dec 04, 2006 at 10:47:14AM +0900, KAMEZAWA Hiroyuki wrote:
> On Fri, 1 Dec 2006 15:05:42 +0100
> Heiko Carstens <heiko.carstens@de.ibm.com> wrote:
>
> > This is the s390 implementation (both 31 and 64 bit) of a virtual memmap.
> > ia64 was used as a blueprint of course. I hope I incorporated everything
> > I read lately on linux-mm wrt. vmemmap.
> > So I post this as an RFC, since I most probably have forgotten something,
> > or did something wrong. Comments highly appreciated.
> >
> > This patchset is against linux-2.6.19-rc6-mm2.
> >
> > Patch 1 is sort of unrelated to the vmemmap patch but still needed, so
> > that the patch applies.
> > Patch 2 is the vmemmap implementation.
> >
>
> - Could you divide Patch 2 into a few pieces ?
> * setup, vmemmap pagetable creation, shared memory codes , etc...
Yes, will do.
> - Do you need vmemmap for 32 bits ? (just a question)
Yes, because of two reasons:
- this way we can use the same code for both 31 and 64 bit, which simplifies
maintenance.
- if we convert to Mel Gorman's 'add_active_range' interface then we still
need a way to add/initialize struct pages. Mel's new interface limits the
size of the created mem_map to the largest valid pfn passed via
'add_active_range'. Hence there is no way to add additional struct pages
to the end of the initial mem_map, even if 'mem=...' was given via the
kernel command line.
--
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>
prev parent reply other threads:[~2006-12-04 13:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-01 14:05 Heiko Carstens
2006-12-01 14:07 ` [patch/rfc 1/2] Memory detection fixes Heiko Carstens, Heiko Carstens
2006-12-01 14:08 ` [patch/rfc 2/2] vmemmap implementation for s390 Heiko Carstens, Heiko Carstens
2006-12-04 1:47 ` [patch/rfc 0/2] vmemmap " KAMEZAWA Hiroyuki
2006-12-04 13:30 ` Heiko Carstens [this message]
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=20061204133008.GA9209@osiris.boeblingen.de.ibm.com \
--to=heiko.carstens@de.ibm.com \
--cc=cotte@de.ibm.com \
--cc=kamezawa.hiroyu@jp.fujitsu.com \
--cc=linux-mm@kvack.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