summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/vm/Makefile
diff options
context:
space:
mode:
authorMasami Hiramatsu <mhiramat@kernel.org>2019-10-23 13:57:40 +0900
committerShuah Khan <skhan@linuxfoundation.org>2019-11-07 14:52:57 -0700
commit2f3571ea71311bbb2cbb9c3bbefc9c1969a3e889 (patch)
treea81ff2e6826324c13c28ba2727114a625f12f7af /tools/testing/selftests/vm/Makefile
parent02bf1f8b3c43eec5053c35c14fb9f138186b4123 (diff)
selftests: proc: Make va_max 1MB
Currently proc-self-map-files-002.c sets va_max (max test address of user virtual address) to 4GB, but it is too big for 32bit arch and 1UL << 32 is overflow on 32bit long. Also since this value should be enough bigger than vm.mmap_min_addr (64KB or 32KB by default), 1MB should be enough. Make va_max 1MB unconditionally. Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Cc: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/vm/Makefile')
0 files changed, 0 insertions, 0 deletions