linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Any reason why install_page and zap_page_range are not
@ 2003-07-31 22:57 Petr Vandrovec
  0 siblings, 0 replies; only message in thread
From: Petr Vandrovec @ 2003-07-31 22:57 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

On 31 Jul 03 at 15:16, Andrew Morton wrote:
> "Petr Vandrovec" <VANDROVE@vc.cvut.cz> wrote:
> >   And second missing thing is zap_page_range - we need way to tell
> > that specified page is not mapped anywhere (mostly for debugging
> > purposes). At worst install_page with PROT_NONE protection can be 
> > used for that, but it seems natural that if there should be no page 
> > there, we should just put nothing to the pagetables instead of some 
> > fake page. And for large ranges doing one 200MB zap_page_range is
> > much faster than doing 50000 install_pages.
> 
> zap_page_range() sounds like an odd thing to be exporting.  If we had an

Currently we are doing an identity do_mmap_pgoff() over the region to 
flush page tables currently. It works very nice with 2.6.x kernels. 
Unfortunately 2.4.x do not merge regions this mmap split back together :-( 
Fortunately we can just remap whole original region to merge VMAs back 
together when we think that there is too many VMAs around.

> in-kernel module which needed it then OK.  Do you have plans in that
> direction?

Probably not, we are happy with distributing modules together with
product, so while module has to support wide range of kernels, it
can support only one version of our product... It looks like that it
is better this way for both us (we can do incompatible changes) and 
for customers too (they do not have to use latest kernels).

Thanks for exporting install_page. 
                                                Best regards,
                                                    Petr Vandrovec
                                                    


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-31 22:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-31 22:57 Any reason why install_page and zap_page_range are not Petr Vandrovec

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).