• Zach O'Keefe's avatar
    selftests/vm: add file/shmem MADV_COLLAPSE selftest for cleared pmd · 69d9428c
    Zach O'Keefe authored
    This test tests that MADV_COLLAPSE acting on file/shmem memory for which
    (1) the file extent mapping by the memory is already a huge page in the
    page cache, and (2) the pmd mapping this memory in the target process is
    none.
    
    In practice, (1)+(2) is the state left over after khugepaged has
    successfully collapsed file/shmem memory for a target VMA, but the memory
    has not yet been refaulted.  So, this test in-effect tests MADV_COLLAPSE
    racing with khugepaged to collapse the memory first.
    
    Link: https://lkml.kernel.org/r/20220907144521.3115321-10-zokeefe@google.com
    Link: https://lkml.kernel.org/r/20220922224046.1143204-10-zokeefe@google.comSigned-off-by: default avatarZach O'Keefe <zokeefe@google.com>
    Cc: Axel Rasmussen <axelrasmussen@google.com>
    Cc: Chris Kennelly <ckennelly@google.com>
    Cc: David Hildenbrand <david@redhat.com>
    Cc: David Rientjes <rientjes@google.com>
    Cc: Hugh Dickins <hughd@google.com>
    Cc: James Houghton <jthoughton@google.com>
    Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
    Cc: Matthew Wilcox <willy@infradead.org>
    Cc: Miaohe Lin <linmiaohe@huawei.com>
    Cc: Minchan Kim <minchan@kernel.org>
    Cc: Pasha Tatashin <pasha.tatashin@soleen.com>
    Cc: Peter Xu <peterx@redhat.com>
    Cc: Rongwei Wang <rongwei.wang@linux.alibaba.com>
    Cc: SeongJae Park <sj@kernel.org>
    Cc: Song Liu <songliubraving@fb.com>
    Cc: Vlastimil Babka <vbabka@suse.cz>
    Cc: Yang Shi <shy828301@gmail.com>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    69d9428c
khugepaged.c 37.3 KB