Files
linux/fs
Eric W. Biederman 1b2552cbdb fork: Stop allowing kthreads to call execve
Now that kernel_execve is no longer called from kernel threads stop
supporting kernel threads calling kernel_execve.

Remove the code for converting a kthread to a normal thread in execve.

Document the restriction that kthreads may not call kernel_execve by
having kernel_execve fail if called by a kthread.

Link: https://lkml.kernel.org/r/20220506141512.516114-7-ebiederm@xmission.com
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
2022-05-07 09:01:59 -05:00
..
2021-11-17 09:26:09 +01:00
2022-04-01 14:40:44 -04:00
2022-03-08 17:55:03 -07:00
2022-03-08 17:55:03 -07:00
2022-03-10 09:33:55 -07:00