Re: [PATCH] sched/doc: Update yield_task description in sched-design-CFS

From: Jonathan Corbet

Date: Thu Apr 09 2026 - 10:33:36 EST


fqr <user.email> writes:

> From: fangqiurong <fangqiurong@xxxxxxxxxx>
>
> The yield_task description referenced the long-removed compat_yield
> sysctl and described the function as a dequeue/enqueue cycle. Update
> it to reflect current behavior: yielding the CPU by moving the
> current task's position back in the runqueue.
>
> Sync zh_CN and sp_SP translations.
>
> Signed-off-by: fangqiurong <fangqiurong@xxxxxxxxxx>
> ---
> Documentation/scheduler/sched-design-CFS.rst | 5 ++---
> .../translations/sp_SP/scheduler/sched-design-CFS.rst | 6 +++---
> .../translations/zh_CN/scheduler/sched-design-CFS.rst | 4 ++--
> 3 files changed, 7 insertions(+), 8 deletions(-)

Applied, thanks.

Also dropped the strange user.email address in your email; you will want
to fix that before sending anything else.

jon