diff options
| author | martin <martin@NetBSD.org> | 2020-01-21 11:15:52 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2020-01-21 11:15:52 +0000 |
| commit | 1799bedfbe821f5510a614c370e85d5c5ce4edd8 (patch) | |
| tree | 7522938c87d8051ba1734165189dd16645b7c219 /sys/dev | |
| parent | 6a96a4bf5be631cd63218a70a4bc5eebc1e8761a (diff) | |
Pull up following revision(s) (requested by ryo in ticket #618):
sys/arch/aarch64/aarch64/fault.c: revision 1.11
sys/arch/aarch64/aarch64/pmap.c: revision 1.61
fix behaviour mmap()/mprotect() when passed only PROT_EXEC.
when mmap()/mprotect() with only PROT_EXEC, syscall will be successful,
but the page actually hadn't been mapped.
it should be mapped with PROT_READ|PROT_EXEC implicitly. (r-x)
Diffstat (limited to 'sys/dev')
0 files changed, 0 insertions, 0 deletions
