unsigned long arg, struct task_struct *p, unsigned long tls){ int err; struct pt_regs *childregs; struct fork_frame *fork_frame; struct inactive_task_frame *frame; struct task_struct *me = current; childregs = task_pt_regs(p); fork_frame = container_of(childregs, struct fork_frame,...