v2 2026-08-23

修复fork失败时ftrace栈UAF · v2

将ftrace_graph_init_task提前到copy_exec_state之前,避免fork失败时free_task误释放父进程ret_stack。

原始补丁链接