2023-03-07 02:52:24

by Yanteng Si

[permalink] [raw]
Subject: Re: [PATCH] specification sched-capacity.rst


在 3/6/23 16:43, shao_xuehua 写道:
> Signed-off-by: shao_xuehua <[email protected]>
> ---

Hi xuehua,


Missing commit message. See
<Documentation/translations/zh_CN/process/submitting-patches.rst>


Thanks,

Yanteng

> Documentation/scheduler/sched-capacity.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/scheduler/sched-capacity.rst b/Documentation/scheduler/sched-capacity.rst
> index 8e2b8538bc2b..6bbdcb10ffa9 100644
> --- a/Documentation/scheduler/sched-capacity.rst
> +++ b/Documentation/scheduler/sched-capacity.rst
> @@ -420,7 +420,7 @@ to a CPU with more capacity than its current one.
>
> RT task wakeup CPU selection searches for a CPU that satisfies::
>
> - task_uclamp_min(p) <= capacity(task_cpu(cpu))
> + task_uclamp_min(p) <= capacity(task_cpu(p))
>
> while still following the usual priority constraints. If none of the candidate
> CPUs can satisfy this capacity criterion, then strict priority based scheduling