[PATCH OLK-6.6] sched: task_struct kabi test
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
反馈: 您发送到kernel@openeuler.org的补丁/补丁集,已成功转换为PR! PR链接地址: https://atomgit.com/openeuler/kernel/merge_requests/22446 邮件列表地址:https://mailweb.openeuler.org/archives/list/kernel@openeuler.org/message/OYP... FeedBack: The patch(es) which you have sent to kernel@openeuler.org mailing list has been converted to a pull request successfully! Pull request link: https://atomgit.com/openeuler/kernel/merge_requests/22446 Mailing list address: https://mailweb.openeuler.org/archives/list/kernel@openeuler.org/message/OYP...
participants (2)
-
Hui Tang -
patchwork bot