diff options
author | Charlie Jenkins <[email protected]> | 2023-08-09 16:22:02 -0700 |
---|---|---|
committer | Palmer Dabbelt <[email protected]> | 2023-08-23 14:54:13 -0700 |
commit | 4d0c04eac0c2d4e0100bbc67cc2fb48c3a53d8c8 (patch) | |
tree | ff140f785e630109cc4e55afb20f8d0adb8cc8fa /scripts/generate_rust_analyzer.py | |
parent | add2cc6b6515f78d3a150f1fbbaf12c28c4bb20a (diff) |
RISC-V: mm: Add tests for RISC-V mm
Add tests that enforce mmap hint address behavior. mmap should default
to sv48. mmap will provide an address at the highest address space that
can fit into the hint address, unless the hint address is less than sv39
and not 0, then it will return a sv39 address.
These tests are split into two files: mmap_default.c and mmap_bottomup.c
because a new process must be exec'd in order to change the mmap layout.
The run_mmap.sh script sets the stack to be unlimited for the
mmap_bottomup.c test which triggers a bottomup layout.
Signed-off-by: Charlie Jenkins <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Palmer Dabbelt <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions