]> git.ipfire.org Git - thirdparty/man-pages.git/commit
madvise.2: Add description of MADV_GUARD_INSTALL, MADV_GUARD_REMOVE
authorLorenzo Stoakes <lorenzo.stoakes@oracle.com>
Thu, 5 Dec 2024 10:41:25 +0000 (10:41 +0000)
committerAlejandro Colomar <alx@kernel.org>
Thu, 5 Dec 2024 12:19:37 +0000 (13:19 +0100)
commitbb405ee3f6039226267fb1c6d2cb1fbb18d835bf
tree3d73e17655a38d3e277b950a71a66dafaac96e50
parentbcf7d00fa4c7ce270f07d6e347c01b1f1e37580f
madvise.2: Add description of MADV_GUARD_INSTALL, MADV_GUARD_REMOVE

Lightweight guard region support has been added to Linux 6.13, which
adds MADV_GUARD_INSTALL and MADV_GUARD_REMOVE flags to the madvise()
system call.  Therefore, update the manpage for madvise() and describe
these operations.

Reviewed-by: Jann Horn <jannh@google.com>
Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Message-Id: <20241205104125.67518-1-lorenzo.stoakes@oracle.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2/madvise.2