Restartable sequences system call (v8)
[deliverable/linux.git] / kernel / fork.c
index beb31725f7e2746fb17cdd305c4193ab2c70e551..b6df87ca32d5ac417009926c13778de7b7a91c5d 100644 (file)
@@ -1610,6 +1610,8 @@ static struct task_struct *copy_process(unsigned long clone_flags,
         */
        copy_seccomp(p);
 
+       rseq_fork(p, clone_flags);
+
        /*
         * Process group and session signals need to be delivered to just the
         * parent before the fork or both the parent and the child after the
This page took 0.024732 seconds and 5 git commands to generate.