mips64 code calls uvm_map_protect() directly, so needs to adapt:
authorderaadt <deraadt@openbsd.org>
Fri, 18 Nov 2022 03:47:21 +0000 (03:47 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 18 Nov 2022 03:47:21 +0000 (03:47 +0000)
commit27a384f98af1b6e8ab513f04a416a8d0382111e6
tree676b7294a321790f89e8ae91d21ce990fceb3cb8
parent26b84639e2655bb7cf817bff7406cac0e22874df
mips64 code calls uvm_map_protect() directly, so needs to adapt:
stack growth from setrlimit was never updated to set UVM_ET_STACK on
the entries, so the check-sp-at-system-call check failed.  Quite strange
it took this long to find this.
ok kettenis
sys/arch/mips64/mips64/trap.c