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 <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-05-25 15:36:35 +02:00
parent d85aebeaa1
commit bc60704e1a
1 changed files with 2 additions and 0 deletions

View File

@ -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))