lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Sat, 27 Nov 2021 17:19:41 +0800
From:   Peng Liang <liangpeng10@...wei.com>
To:     <linux-kernel@...r.kernel.org>
CC:     <linux-mm@...ck.org>, <hughd@...gle.com>,
        <akpm@...ux-foundation.org>,
        xiexiangyou 00584000 <xiexiangyou@...wei.com>,
        zhengchuan <zhengchuan@...wei.com>, <wanghao232@...wei.com>,
        chenwandun 00417970 <chenwandun@...wei.com>
Subject: Questions about page fault of memfd/shmem

Hi all,

I'm a user-space developer and I want to use memfd to share some memory
between parent and child processes.

For the demo, it works well.  However, I fount that the RSS of the
process using memfd will grow up faster than that using anonymous
mappings.  Dig some memfd/shmem code and I find that memfd/shmem will
allocate a page for a read page fault.

For my use case, the process may allocate tens or even hundreds of GiB
memory using memfd.  So allocating all memory just because of reading it
will has a great impact.

Could memfd/shmem map to the global zero page instead of allocating a
page for a read page fault?

Thanks,
Peng

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ