Re: [PATCH] docs: filesystem: Update smaps vm flag list to latest

2021-03-01 Thread Peter Xu
On Mon, Mar 01, 2021 at 03:17:13PM -0700, Jonathan Corbet wrote:
> Peter Xu  writes:
> 
> > 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 
> > ---
> >  Documentation/filesystems/proc.rst | 5 +
> >  1 file changed, 5 insertions(+)
> 
> So this patch doesn't apply; what version of the kernel did you generate
> it against?  Could you redo against current kernels, please?

Sure.  "mt" just got added, hence conflicted, but the rest are still missing.
Reposting.  Thanks,

-- 
Peter Xu



Re: [PATCH] docs: filesystem: Update smaps vm flag list to latest

2021-03-01 Thread Jonathan Corbet
Peter Xu  writes:

> 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 
> ---
>  Documentation/filesystems/proc.rst | 5 +
>  1 file changed, 5 insertions(+)

So this patch doesn't apply; what version of the kernel did you generate
it against?  Could you redo against current kernels, please?

Thanks,

jon


[PATCH] docs: filesystem: Update smaps vm flag list to latest

2021-02-12 Thread Peter Xu
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 
---
 Documentation/filesystems/proc.rst | 5 +
 1 file changed, 5 insertions(+)

diff --git a/Documentation/filesystems/proc.rst 
b/Documentation/filesystems/proc.rst
index 533c79e8d2cd..3296f940111c 100644
--- a/Documentation/filesystems/proc.rst
+++ b/Documentation/filesystems/proc.rst
@@ -538,7 +538,9 @@ encoded manner. The codes are the following:
 acarea is accountable
 nrswap space is not reserved for the area
 htarea uses huge tlb pages
+sfsynchronous page fault
 ararchitecture specific flag
+wfwipe on fork
 dddo not include area into core dump
 sdsoft dirty flag
 mmmixed map area
@@ -546,6 +548,9 @@ encoded manner. The codes are the following:
 nhno huge page advise flag
 mgmergable advise flag
 btarm64 BTI guarded page
+mtarm64 MTE tagged memory
+umuserfaultfd missing tracking
+uwuserfaultfd wr-protect tracking
 =====
 
 Note that there is no guarantee that every flag and associated mnemonic will
-- 
2.26.2