From bc60704e1a177e305e2ede53fc87674dece03776 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 25 May 2020 15:36:35 +0200 Subject: [PATCH] proc.5: Add "um" and "uw" to VmFlags in /proc/[pid]/smaps Added in kernel commit 16ba6f811dfe44bc14f7946a4b257b85476fc16e. Text taken from comments in include/linux/mm.h. Signed-off-by: Michael Kerrisk --- man5/proc.5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man5/proc.5 b/man5/proc.5 index 6fede559d5..320ac2e095 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -2028,6 +2028,8 @@ encoded using the following two-letter codes: hg - huge page advise flag nh - no-huge page advise flag mg - mergeable advise flag + um - userfaultfd missing pages tracking (since Linux 4.3) + uw - userfaultfd wprotect pages tracking (since Linux 4.3) .IP "ProtectionKey" field contains the memory protection key (see .BR pkeys (7)) -- 2.39.2