Re: [PATCH 01/10] mm/page-flags: introduce PageHighMemZone()

From: Joonsoo Kim
Date: Wed Apr 22 2020 - 03:40:44 EST


2020ë 4ì 21ì (í) ìí 6:00, Christoph Hellwig <hch@xxxxxxxxxxxxx>ëì ìì:
>
> I don't think the names are very good. I'd keep PageHighMem for the
> existing highmem zone, and add something like PageDirectMapped or
> similar for ay page that has a valid direct mapping address. This will
> also come in handy if we plan to go ahead with the xpfo work.

For PageHighMem(), as mentioned in patch description, my next plan is
to rename PageHighMem() that checks valid direct mapping to
PageNoDirectMapped() or something else. PageDirectMapped() looks better.
Reason that rename isn't implemented in this patchset is that I'd like to rename
after everything is settle down.

For PageHighMemZone(), I think that it serves correct meaning.

Thanks.