CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/17 20:47:22
Modified files:
sys/arch/mips64/mips64: trap.c
Log message:
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
