Add MADV_COLLAPSE documentation
From: | Zach OKeefe <zokeefe-AT-google.com> | |
To: | Alejandro Colomar <alx.manpages-AT-gmail.com>, Michael Kerrisk <mtk.manpages-AT-gmail.com> | |
Subject: | [PATCH 0/4] Add MADV_COLLAPSE documentation | |
Date: | Mon, 17 Oct 2022 10:55:19 -0700 | |
Message-ID: | <20221017175523.2048887-1-zokeefe@google.com> | |
Cc: | Yang Shi <shy828301-AT-gmail.com>, linux-mm-AT-kvack.org, linux-man-AT-vger.kernel.org | |
Archive-link: | Article |
From: Zach O'Keefe <zokeefe@google.com> Hey Alex / Michael, This series adds MADV_COLLAPSE (currently in 6.1-rc1 and expected for Linux 6.1) documentation to madvise(2) and process_madvise(2). A few prerequisite patches are included to fix up existing MADV_HUGEPAGE and process_madvise(2) documentation, as well as add some additional clarity for madvise(2) "advice" probing. Series applies on man-pages-6.00, and though I've attempted to use semantic newlines, I can't claim I've made the right choices everywhere. Thanks, Zach Zach O'Keefe (4): madvise.2: update THP file/shmem documentation for +5.4 madvise.2: document reliable probe for advice support process_madvise.2: CAP_SYS_ADMIN cleanup madvise.2: add documentation for MADV_COLLAPSE man2/madvise.2 | 135 +++++++++++++++++++++++++++++++++++++++-- man2/process_madvise.2 | 13 +++- 2 files changed, 142 insertions(+), 6 deletions(-) -- 2.38.0.413.g74048e4d9e-goog