Skip to content

Commit 1b8e409

Browse files
wangfushuaiakpm00
authored andcommitted
docs: proc: update VmFlags documentation in smaps
Remove outdated VM_DENYWRITE("dw") reference and add missing VM_LOCKONFAULT("lf") and VM_UFFD_MINOR("ui") flags. [[email protected]: add "dp" (VM_DROPPABLE), per Tal] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: wangfushuai <[email protected]> Cc: Andrii Nakryiko <[email protected]> Cc: Catalin Marinas <[email protected]> Cc: David Hildenbrand <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Mariano Pache <[email protected]> Cc: xu xin <[email protected]> Cc: Tal Zussman <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 331843c commit 1b8e409

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/filesystems/proc.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,6 @@ encoded manner. The codes are the following:
584584
ms may share
585585
gd stack segment growns down
586586
pf pure PFN range
587-
dw disabled write to the mapped file
588587
lo pages are locked in memory
589588
io memory mapped I/O area
590589
sr sequential read advise provided
@@ -607,8 +606,11 @@ encoded manner. The codes are the following:
607606
mt arm64 MTE allocation tags are enabled
608607
um userfaultfd missing tracking
609608
uw userfaultfd wr-protect tracking
609+
ui userfaultfd minor fault
610610
ss shadow/guarded control stack page
611611
sl sealed
612+
lf lock on fault pages
613+
dp always lazily freeable mapping
612614
== =======================================
613615

614616
Note that there is no guarantee that every flag and associated mnemonic will

0 commit comments

Comments
 (0)