<div xmlns="http://www.w3.org/1999/xhtml">Shachar , you are 100%/ right !</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml">Since I knew that mmap needs file descriptor I assumed ( and did not checked man page)  that munmap need file descriptor.</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml">Great !!</div><div xmlns="http://www.w3.org/1999/xhtml">Thanks, Thanks,  Thanks!</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml">04.01.2019, 22:30, "Shachar Shemesh" <shachar@shemesh.biz>:</div><blockquote xmlns="http://www.w3.org/1999/xhtml" type="cite"><div bgcolor="#FFFFFF" style="direction:ltr;"> <div>On 27/12/2018 15:34, Lev Olshvang wrote:</div><blockquote type="cite" cite="mid:23264791545917651@myt6-2fee75662a4f.qloud-c.yandex.net">Can you elaborate why I can not write new system call to unmap this memory regions,  which I see in /proc/self/maps  by force ?</blockquote><p>Why would you need a system call to do this?</p><p> </p><p>Well, obviously, you'd need a system call to do this, but why can't that system call be "munmap"? Especially since you already pointed out that you know which pages you want unmapped.</p><p> </p><p>This is especially true, and this is also something that people seem to miss, considering that it wasn't the kernel that mapped those pages in to begin with. Those pages were mapped by the dynamic linker. It typically resides in /lib/ld-linux.so.2 or something (/lib64/ld-linux-x86-64.so.2 for more modern platforms), and is 100% a user space function.</p><p> </p><p>So I'm still not sure why you insist on unmapping, but even if you do, I don't see why you'd need a new system call to do it.</p><p> </p><p>Shachar</p></div>,<p>_______________________________________________<br />Linux-il mailing list<br /><a rel="noopener noreferrer" href="mailto:Linux-il@cs.huji.ac.il">Linux-il@cs.huji.ac.il</a><br /><a rel="noopener noreferrer" href="http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il">http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il</a></p></blockquote>