Re: [PATCH] sched: Initialize the vruntime of a new task when it is first enqueued

From: Markus Elfring
Date: Sun Jun 09 2024 - 10:08:11 EST


> When create a new task, …

creating?


> Because it use current cpu …

uses current CPU?


> To optimize this case, we pass ENQUEUE_INITIAL flag to
> activate_task() in wake_up_new_task(), in this way,
> when place_entity is called in enqueue_entity(), the


Please improve such a change description also according to word wrapping
because of a bit longer text line lengths.

Regards,
Markus