aboutsummaryrefslogtreecommitdiffstats
path: root/man5/proc.5
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-05-25 15:40:29 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-05-25 15:46:44 +0200
commit9a766452249b3a9e2e1252bd563e3a04186df68c (patch)
tree9a2616bdce63358e3217313b15b182d4ec506f5c /man5/proc.5
parentbc60704e1a177e305e2ede53fc87674dece03776 (diff)
downloadman-pages-9a766452249b3a9e2e1252bd563e3a04186df68c.tar.gz
proc.5: Add "sf" to VmFlags in /proc/[pid]/smaps
Added in kernel commit b6fb293f2497a9841d94f6b57bd2bb2cd222da43 Text from comment in include/uapi/asm-generic/mman.h. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man5/proc.5')
-rw-r--r--man5/proc.51
1 files changed, 1 insertions, 0 deletions
diff --git a/man5/proc.5 b/man5/proc.5
index 320ac2e095..75d526b034 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -2019,6 +2019,7 @@ encoded using the following two-letter codes:
ac - area is accountable
nr - swap space is not reserved for the area
ht - area uses huge tlb pages
+ sf - perform synchronous page faults (since Linux 4.15)
nl - non-linear mapping (removed in Linux 4.0)
ar - architecture specific flag
wf - wipe on fork (since Linux 4.14)