Masami Hiramatsu 2f3571ea71 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>
2019-11-07 14:52:57 -07:00
..
2018-04-11 10:28:34 -07:00
2018-04-12 20:52:25 -07:00
2018-04-12 20:52:25 -07:00
2018-08-22 10:52:45 -07:00
2019-03-05 21:07:22 -08:00
2018-08-22 10:52:45 -07:00