linux/arch
Eric W. Biederman c5febea095 fork: Pass struct kernel_clone_args into copy_thread
With io_uring we have started supporting tasks that are for most
purposes user space tasks that exclusively run code in kernel mode.

The kernel task that exec's init and tasks that exec user mode
helpers are also user mode tasks that just run kernel code
until they call kernel execve.

Pass kernel_clone_args into copy_thread so these oddball
tasks can be supported more cleanly and easily.

v2: Fix spelling of kenrel_clone_args on h8300
Link: https://lkml.kernel.org/r/20220506141512.516114-2-ebiederm@xmission.com
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
2022-05-07 09:01:48 -05:00
..
alpha fork: Pass struct kernel_clone_args into copy_thread 2022-05-07 09:01:48 -05:00
arc fork: Pass struct kernel_clone_args into copy_thread 2022-05-07 09:01:48 -05:00
arm fork: Pass struct kernel_clone_args into copy_thread 2022-05-07 09:01:48 -05:00
arm64 fork: Pass struct kernel_clone_args into copy_thread 2022-05-07 09:01:48 -05:00
csky fork: Pass struct kernel_clone_args into copy_thread 2022-05-07 09:01:48 -05:00
h8300 fork: Pass struct kernel_clone_args into copy_thread 2022-05-07 09:01:48 -05:00
hexagon fork: Pass struct kernel_clone_args into copy_thread 2022-05-07 09:01:48 -05:00
ia64 fork: Pass struct kernel_clone_args into copy_thread 2022-05-07 09:01:48 -05:00
m68k fork: Pass struct kernel_clone_args into copy_thread 2022-05-07 09:01:48 -05:00
microblaze fork: Pass struct kernel_clone_args into copy_thread 2022-05-07 09:01:48 -05:00
mips fork: Pass struct kernel_clone_args into copy_thread 2022-05-07 09:01:48 -05:00
nios2 fork: Pass struct kernel_clone_args into copy_thread 2022-05-07 09:01:48 -05:00
openrisc fork: Pass struct kernel_clone_args into copy_thread 2022-05-07 09:01:48 -05:00
parisc fork: Pass struct kernel_clone_args into copy_thread 2022-05-07 09:01:48 -05:00
powerpc fork: Pass struct kernel_clone_args into copy_thread 2022-05-07 09:01:48 -05:00
riscv fork: Pass struct kernel_clone_args into copy_thread 2022-05-07 09:01:48 -05:00
s390 fork: Pass struct kernel_clone_args into copy_thread 2022-05-07 09:01:48 -05:00
sh fork: Pass struct kernel_clone_args into copy_thread 2022-05-07 09:01:48 -05:00
sparc fork: Pass struct kernel_clone_args into copy_thread 2022-05-07 09:01:48 -05:00
um fork: Pass struct kernel_clone_args into copy_thread 2022-05-07 09:01:48 -05:00
x86 fork: Pass struct kernel_clone_args into copy_thread 2022-05-07 09:01:48 -05:00
xtensa fork: Pass struct kernel_clone_args into copy_thread 2022-05-07 09:01:48 -05:00
.gitignore
Kconfig Networking fixes for 5.18-rc1 and rethook patches. 2022-03-31 11:23:31 -07:00