On 2020/12/31 10:23, hejingxian wrote:
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1281,6 +1281,10 @@ struct task_struct {
unsigned long prev_lowest_stack;
#endif
+#ifdef CONFIG_PID_RECOVER
+ int fork_pid;
+#endif
This will cause thousands of KABI changing, NACK for LTS kernel.
Thanks Hanjun