+4
−2
+7
−0
+1
−1
Loading
hulk inclusion category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/IB1OJX -------------------------------- Changing the mm_cid macro to disable status by modifying Kconfig: def_bool n, and reserving the field for task_struct and mm_struct by using KABI_REPLACE to keep KABI consistent. Fixes: af7f588d ("sched: Introduce per-memory-map concurrency ID") Signed-off-by:He Yujie <coka.heyujie@huawei.com>