summaryrefslogtreecommitdiffstats
path: root/drivers/oprofile
diff options
context:
space:
mode:
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>2017-11-15 15:36:07 +0100
committerThomas Gleixner <tglx@linutronix.de>2017-11-16 11:43:12 +0100
commit97f404ad3e53bf9ac598745066ba2f57c1da3039 (patch)
treead5902efa2b4a894b256b8e3d662d937c9f23f2e /drivers/oprofile
parentx86/mm: Prevent non-MAP_FIXED mapping across DEFAULT_MAP_WINDOW border (diff)
downloadlinux-97f404ad3e53bf9ac598745066ba2f57c1da3039.tar.xz
linux-97f404ad3e53bf9ac598745066ba2f57c1da3039.zip
x86/selftests: Add test for mapping placement for 5-level paging
5-level paging provides a 56-bit virtual address space for user space application. But the kernel defaults to mappings below the 47-bit address space boundary, which is the upper bound for 4-level paging, unless an application explicitely request it by using a mmap(2) address hint above the 47-bit boundary. The kernel prevents mappings which spawn across the 47-bit boundary unless mmap(2) was invoked with MAP_FIXED. Add a self-test that covers the corner cases of the interface and validates the correctness of the implementation. [ tglx: Massaged changelog once more ] Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Nicholas Piggin <npiggin@gmail.com> Cc: Andy Lutomirski <luto@amacapital.net> Cc: linux-mm@kvack.org Cc: Linus Torvalds <torvalds@linux-foundation.org> Link: https://lkml.kernel.org/r/20171115143607.81541-2-kirill.shutemov@linux.intel.com
Diffstat (limited to 'drivers/oprofile')
0 files changed, 0 insertions, 0 deletions