Re: [PATCH] mremap.2: MREMAP_DONTUNMAP to reflect to supported mappings

2021-03-26 Thread Brian Geffon
Hi Alex, It has not landed yet, it's currently in Andrew's mm tree. I can reach out again when it makes it into Linus' tree. Brian On Thu, Mar 25, 2021 at 2:34 PM Alejandro Colomar (man-pages) wrote: > > Hello Brian, > > Is this already merged in Linux? I guess not, as I've seen a patch of > y

Re: [PATCH] mremap.2: MREMAP_DONTUNMAP to reflect to supported mappings

2021-03-25 Thread Alejandro Colomar (man-pages)
Hello Brian, Is this already merged in Linux? I guess not, as I've seen a patch of yous for the kernel, right? Thanks, Alex On 3/23/21 7:25 PM, Brian Geffon wrote: mremap(2) now supports MREMAP_DONTUNMAP with mapping types other than private anonymous. Signed-off-by: Brian Geffon --- m

[PATCH] mremap.2: MREMAP_DONTUNMAP to reflect to supported mappings

2021-03-23 Thread Brian Geffon
mremap(2) now supports MREMAP_DONTUNMAP with mapping types other than private anonymous. Signed-off-by: Brian Geffon --- man2/mremap.2 | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/man2/mremap.2 b/man2/mremap.2 index 3ed0c0c0a..72acbc111 100644 --- a/man2/mre

[PATCH] mremap.2: MREMAP_DONTUNMAP to reflect to supported mappings

2021-03-23 Thread Brian Geffon
mremap(2) now supports MREMAP_DONTUNMAP with mapping types other than private anonymous. Signed-off-by: Brian Geffon --- man2/mremap.2 | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/man2/mremap.2 b/man2/mremap.2 index 3ed0c0c0a..72acbc111 100644 --- a/man2/mre