HomeFreeBSD

Call sv_onexec hook after the process VA is created.

Description

Call sv_onexec hook after the process VA is created.

For future use in the Linux emulation layer call sv_onexec hook right after
the new process address space is created. It's safe, as sv_onexec used only
by Linux abi and linux_on_exec() does not depend on a state of process VA.

Reviewed by: kib
Differential revision: https://reviews.freebsd.org/D30899
MFC after: 2 weeks

Details

Provenance
dchaginAuthored on Jul 20 2021, 6:55 AM
Reviewer
kib
Differential Revision
D30899: Call sv_onexec handler after the process VA is created.
Parents
rGb39fa4770dd1: Remove bogus cast from exec_sysvec_init().
Branches
Unknown
Tags
Unknown