selftests/mm: change NR_CHUNKS_HIGH for aarch64
authorChaitanya S Prakash <chaitanyas.prakash@arm.com>
Thu, 23 Mar 2023 06:01:20 +0000 (11:31 +0530)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 6 Apr 2023 02:42:59 +0000 (19:42 -0700)
commit3f9bea2b8a7e4952f03582d8137ab8bf6e96985b
tree421e34ef36e70ea89770d75b9150304b1ac13526
parent3cce258ea4009992b7b4b64c2bebaf98948180ae
selftests/mm: change NR_CHUNKS_HIGH for aarch64

Although there is a provision for 52 bit VA on arm64 platform, it remains
unutilised and higher addresses are not allocated.  In order to
accommodate 4PB [2^52] virtual address space where supported,
NR_CHUNKS_HIGH is changed accordingly.

Array holding addresses is changed from static allocation to dynamic
allocation to accommodate its voluminous nature which otherwise might
overflow the stack.

Link: https://lkml.kernel.org/r/20230323060121.1175830-3-chaitanyas.prakash@arm.com
Signed-off-by: Chaitanya S Prakash <chaitanyas.prakash@arm.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/selftests/mm/virtual_address_range.c