stack growth from setrlimit was never updated to set UVM_ET_STACK on
authorderaadt <deraadt@openbsd.org>
Thu, 17 Nov 2022 18:53:05 +0000 (18:53 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 17 Nov 2022 18:53:05 +0000 (18:53 +0000)
commit4c8ae43b414e360c78829ab3998d96ef59945a74
treec6d82f33cf2cfe3fb412bb688a6666f072a05881
parent177d543b3df13df8c66c74cf8a6be8ef935f863a
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/kern/exec_subr.c
sys/kern/kern_exec.c
sys/kern/kern_resource.c
sys/uvm/uvm_extern.h
sys/uvm/uvm_map.c
sys/uvm/uvm_mmap.c