Commit 1f7faca2 authored by Peter Xu's avatar Peter Xu Committed by Jonathan Corbet

docs: filesystem: Update smaps vm flag list to latest

We've missed a few documentation when adding new VM_* flags.  Add the missing
pieces so they'll be in sync now.
Signed-off-by: default avatarPeter Xu <peterx@redhat.com>
Link: https://lore.kernel.org/r/20210302000646.432358-1-peterx@redhat.comSigned-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 3b4c9632
...@@ -540,7 +540,9 @@ encoded manner. The codes are the following: ...@@ -540,7 +540,9 @@ encoded manner. The codes are the following:
ac area is accountable ac area is accountable
nr swap space is not reserved for the area nr swap space is not reserved for the area
ht area uses huge tlb pages ht area uses huge tlb pages
sf synchronous page fault
ar architecture specific flag ar architecture specific flag
wf wipe on fork
dd do not include area into core dump dd do not include area into core dump
sd soft dirty flag sd soft dirty flag
mm mixed map area mm mixed map area
...@@ -549,6 +551,8 @@ encoded manner. The codes are the following: ...@@ -549,6 +551,8 @@ encoded manner. The codes are the following:
mg mergable advise flag mg mergable advise flag
bt arm64 BTI guarded page bt arm64 BTI guarded page
mt arm64 MTE allocation tags are enabled mt arm64 MTE allocation tags are enabled
um userfaultfd missing tracking
uw userfaultfd wr-protect tracking
== ======================================= == =======================================
Note that there is no guarantee that every flag and associated mnemonic will Note that there is no guarantee that every flag and associated mnemonic will
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment