]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add pmap_change_prot on arm64
authorAndrew Turner <andrew@FreeBSD.org>
Mon, 20 Sep 2021 16:49:18 +0000 (16:49 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Mon, 11 Oct 2021 09:26:45 +0000 (10:26 +0100)
commita85ce4ad7272ffa4b4649b0ed463341b743e815f
tree672abf25823a54e244d0584e6d4d58c90dfcbef3
parentdfe887b7d2265a5c6e0132cc03e006eb68223177
Add pmap_change_prot on arm64

Support changing the protection of preloaded kernel modules by
implementing pmap_change_prot on arm64 and calling it from
preload_protect.

Reviewed by: alc (previous version)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D32026
sys/arm64/arm64/pmap.c
sys/arm64/include/pmap.h
sys/kern/link_elf.c