mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* remap_file_pages doesn't like MAP_ANONYMOUS (but used to?)
@ 2011-03-17  5:54 Kenny Simpson
  2011-03-19 22:52 ` Hugh Dickins
  0 siblings, 1 reply; 4+ messages in thread
From: Kenny Simpson @ 2011-03-17  5:54 UTC (permalink / raw)
  To: linux-kernel

Hello,
  In older kernels (2.6.15-2.6.18?) I was able to make an anonymous mapping and remap part of it back over itself to create a circular buffer:
  p = mmap(0, sz, PROT_READ | PROT_WRITE, MAP_SHARED | MAP_ANONYMOUS, -1, 0)
  remap_file_pages(p + sz/2, sz/2, 0/*prot*/, 0/*offset*/, 0/*flags*/)

I find the same method fails with EINVAL on the remap_file_pages call in 2.6.35/38.  Making a dummy file or shared memory object works, but seems a bit more messy.

Why drop support for ANONYMOUS?  Is there another way to get the same effect?

thanks,
-Kenny



      

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-03-21  1:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-17  5:54 remap_file_pages doesn't like MAP_ANONYMOUS (but used to?) Kenny Simpson
2011-03-19 22:52 ` Hugh Dickins
2011-03-20 17:51   ` Kenny Simpson
2011-03-21  1:57     ` Hugh Dickins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®