linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [patch] mmap.2: document the munmap exception for underlying page size
@ 2015-07-22  0:41 David Rientjes
  2015-07-22 17:16 ` Michael Kerrisk (man-pages)
  2015-07-22 23:31 ` Mike Kravetz
  0 siblings, 2 replies; 9+ messages in thread
From: David Rientjes @ 2015-07-22  0:41 UTC (permalink / raw)
  To: mtk.manpages
  Cc: Hugh Dickins, Davide Libenzi, Eric B Munson, linux-kernel,
	linux-mm, linux-man

munmap(2) will fail with an errno of EINVAL for hugetlb memory if the 
length is not a multiple of the underlying page size.

Documentation/vm/hugetlbpage.txt was updated to specify this behavior 
since Linux 4.1 in commit 80d6b94bd69a ("mm, doc: cleanup and clarify 
munmap behavior for hugetlb memory").

Signed-off-by: David Rientjes <rientjes@google.com>
---
 man2/mmap.2 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/man2/mmap.2 b/man2/mmap.2
--- a/man2/mmap.2
+++ b/man2/mmap.2
@@ -383,6 +383,10 @@ All pages containing a part
 of the indicated range are unmapped, and subsequent references
 to these pages will generate
 .BR SIGSEGV .
+An exception is when the underlying memory is not of the native page
+size, such as hugetlb page sizes, whereas
+.I length
+must be a multiple of the underlying page size.
 It is not an error if the
 indicated range does not contain any mapped pages.
 .SS Timestamps changes for file-backed mappings

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-07-24  6:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-22  0:41 [patch] mmap.2: document the munmap exception for underlying page size David Rientjes
2015-07-22 17:16 ` Michael Kerrisk (man-pages)
2015-07-22 22:03   ` David Rientjes
2015-07-23 13:05     ` Michael Kerrisk (man-pages)
2015-07-22 23:31 ` Mike Kravetz
2015-07-22 23:49   ` David Rientjes
2015-07-23 13:15     ` Michael Kerrisk (man-pages)
2015-07-23 20:52       ` David Rientjes
2015-07-24  6:57         ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).