]> Git Repo - linux.git/commit
mm: untag user pointers in mmap/munmap/mremap/brk
authorCatalin Marinas <[email protected]>
Wed, 25 Sep 2019 23:49:04 +0000 (16:49 -0700)
committerLinus Torvalds <[email protected]>
Thu, 26 Sep 2019 00:51:41 +0000 (17:51 -0700)
commitce18d171cb7368557e6498a3ce111d7d3dc03e4d
treed8a082c31da75c9792d3ec465a485028a7f1d797
parent6cf5354c1c4b74fd2e5527db084f163e9d4dae4e
mm: untag user pointers in mmap/munmap/mremap/brk

There isn't a good reason to differentiate between the user address space
layout modification syscalls and the other memory permission/attributes
ones (e.g.  mprotect, madvise) w.r.t.  the tagged address ABI.  Untag the
user addresses on entry to these functions.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Catalin Marinas <[email protected]>
Acked-by: Will Deacon <[email protected]>
Acked-by: Andrey Konovalov <[email protected]>
Cc: Vincenzo Frascino <[email protected]>
Cc: Szabolcs Nagy <[email protected]>
Cc: Kevin Brodsky <[email protected]>
Cc: Dave P Martin <[email protected]>
Cc: Dave Hansen <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/mmap.c
mm/mremap.c
This page took 0.05143 seconds and 4 git commands to generate.