linux/arch/um/kernel
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
..
skas Peter Zijlstra says: 2022-01-11 17:24:45 -08:00
asm-offsets.c
config.c.in
dtb.c um: Fix order of dtb unflatten/early init 2022-03-11 10:44:43 +01:00
dyn.lds.S
early_printk.c
exec.c um: stop polluting the namespace with registers.h contents 2021-12-21 21:31:35 +01:00
exitcode.c
gprof_syms.c
initrd.c um: Extract load file helper from initrd.c 2021-12-22 20:32:36 +01:00
ioport.c
irq.c
kmsg_dump.c
ksyms.c
load_file.c um: Extract load file helper from initrd.c 2021-12-22 20:32:36 +01:00
maccess.c
Makefile um: Add devicetree support 2021-12-22 20:35:01 +01:00
mem.c
physmem.c
process.c fork: Pass struct kernel_clone_args into copy_thread 2022-05-07 09:01:48 -05:00
ptrace.c ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h 2022-03-10 13:35:08 -06:00
reboot.c
sigio.c
signal.c
stacktrace.c
sysrq.c
time.c
tlb.c
trap.c Merge branch 'akpm' (patches from Andrew) 2022-01-15 20:37:06 +02:00
um_arch.c x86/alternative: Use .ibt_endbr_seal to seal indirect calls 2022-03-15 10:32:47 +01:00
um_arch.h um: Add devicetree support 2021-12-22 20:35:01 +01:00
umid.c
uml.lds.S
vmlinux.lds.S