Bug 122 - task_work_add() 仍然有 caller 使用老的 0/1/false/true 来通知
Summary: task_work_add() 仍然有 caller 使用老的 0/1/false/true 来通知
Status: RESOLVED FIXED
Alias: None
Product: ANCK 5.10 Dev
Classification: ANCK
Component: ARM (show other bugs) ARM
Version: unspecified
Hardware: aarch64 Linux
: P1-Urgent S3-normal
Target Milestone: ---
Assignee: baolinwang
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-17 10:55 UTC by Joseph Qi
Modified: 2022-03-22 18:06 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Qi alibaba_cloud_group 2021-12-17 10:55:15 UTC
社区上游 91989c707884 ("task_work: cleanup notification modes") 已经切换到 TWA_* 枚举通知模式,但后面合入的补丁仍然使用老的 0/1/false/true 来通知,需要切换以统一。

相关调用者:

arch/arm64/kernel/mpam/mpam_resctrl.c
    __resctrl_group_move_task
Comment 1 Joseph Qi alibaba_cloud_group 2021-12-22 10:32:57 UTC
https://gitee.com/anolis/cloud-kernel/pulls/53