diff options
author | Peter Xu <peterx@redhat.com> | 2021-03-02 03:06:46 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-03-09 03:20:53 +0300 |
commit | 1f7faca2f924d3e7a9d475bd9a24583a7f2a051b (patch) | |
tree | a24f5f2544accd55c09e976b3934c3673f36b731 /Documentation/filesystems | |
parent | 3b4c963243b1cac1882c2a557152d5444580a751 (diff) | |
download | linux-1f7faca2f924d3e7a9d475bd9a24583a7f2a051b.tar.xz |
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: Peter Xu <peterx@redhat.com>
Link: https://lore.kernel.org/r/20210302000646.432358-1-peterx@redhat.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/proc.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/filesystems/proc.rst b/Documentation/filesystems/proc.rst index 48fbfc336ebf..81bfe3c800cc 100644 --- a/Documentation/filesystems/proc.rst +++ b/Documentation/filesystems/proc.rst @@ -540,7 +540,9 @@ encoded manner. The codes are the following: ac area is accountable nr swap space is not reserved for the area ht area uses huge tlb pages + sf synchronous page fault ar architecture specific flag + wf wipe on fork dd do not include area into core dump sd soft dirty flag mm mixed map area @@ -549,6 +551,8 @@ encoded manner. The codes are the following: mg mergable advise flag bt arm64 BTI guarded page 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 |