[PATCH OLK-6.6] sched: task_struct kabi test
13 May
2026
13 May
'26
3:47 p.m.
hulk inclusion category: feature bugzilla: https://atomgit.com/openeuler/kernel/issues/8422 ---------------------------------------- Signed-off-by: Hui Tang <tanghui20@huawei.com> --- include/linux/sched.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/sched.h b/include/linux/sched.h index a4f1c5e6e013..388cabe57c8b 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1663,6 +1663,7 @@ struct task_struct { * * Do not put anything below here! */ + int sched_ext_test; }; static inline struct pid *task_pid(struct task_struct *task) -- 2.34.1
0
Age (days ago)
0
Last active (days ago)
0 comments
1 participants
participants (1)
-
Hui Tang