v1 2026-08-21

修复fork失败时ftrace栈UAF · v1

将ftrace_graph_init_task()提前到copy_exec_state()之前执行,避免fork分配失败时free_task()释放父进程ret_stack导致UAF。

原始补丁链接