[<prev] [next>] [day] [month] [year] [list]
Message-ID: <06ec3f93-87c6-9b54-734c-b0d9d1419e2b@loongson.cn>
Date: Tue, 7 Mar 2023 10:52:15 +0800
From: Yanteng Si <siyanteng@...ngson.cn>
To: shao_xuehua <1154690388@...com>, corbet@....net,
leyfoon.tan@...rfivetech.com, robh@...nel.org,
conor.dooley@...rochip.com
Cc: linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] specification sched-capacity.rst
在 3/6/23 16:43, shao_xuehua 写道:
> Signed-off-by: shao_xuehua <1154690388@...com>
> ---
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
Powered by blists - more mailing lists