From: Madadi Vineeth Reddy <vineethr@linux.ibm.com>
To: Shijie Huang <shijie@amperemail.onmicrosoft.com>
Cc: Huang Shijie <shijie@os.amperecomputing.com>,
mingo@redhat.com, peterz@infradead.org, juri.lelli@redhat.com,
vincent.guittot@linaro.org, patches@amperecomputing.com,
cl@linux.com, Shubhang@os.amperecomputing.com,
dietmar.eggemann@arm.com, rostedt@goodmis.org,
bsegall@google.com, mgorman@suse.de,
linux-kernel@vger.kernel.org, vschneid@redhat.com,
Madadi Vineeth Reddy <vineethr@linux.ibm.com>
Subject: Re: [PATCH] sched: update the rq->avg_idle when a task is moved to an idle CPU
Date: Tue, 25 Nov 2025 15:32:18 +0530 [thread overview]
Message-ID: <78749dc9-52bc-45e3-bd74-026fbfeb77d5@linux.ibm.com> (raw)
In-Reply-To: <ce15c757-2983-4360-a0af-e33b8c64da19@amperemail.onmicrosoft.com>
On 25/11/25 14:29, Shijie Huang wrote:
>
> On 25/11/2025 15:08, Madadi Vineeth Reddy wrote:
>> I traced the activate_task() call paths and found that load balancing migrations
>> through attach_task() in kernel/sched/fair.c may not be covered.
> thanks for pointing this, I did not notice them.
>>
>> activate_task <- attach_task <- attach_tasks <- sched_balance_rq
>> activate_task <- attach_task <- attach_one_task <- active_load_balance_cpu_stop
>>
>> These paths are called in periodic load balancing and when tasks are pulled
>> towards an idle CPU via attach_task(), it doesn't update rq->avg_idle or clear
>> idle_stamp.
>
> Yes, we should update the rq->avg_idle for them.
>
> I will add it in version 2.
>
>>
>> Should attach_task() in kernel/sched/fair.c also call update_rq_avg_idle()
>> after activation?
>
> IMHO, we should not call the update_rq_avg_idle() directly in attach_task().
>
> In the current attach_task(), there is no information for the context(newidle, idle, busy).
>
> The attach_task() is also called in the newidle code path.
>
> But we can call the update_rq_avg_idle() in attach_tasks() with a condition check.
>
IIUC, update_rq_avg_idle() already checks if (rq->idle_stamp) internally and
in attach_task() we have rq available and the guard in update_rq_avg_idle()
ensures we only update when the CPU was actually idle. Whether it's called
during newidle, idle, or busy balancing shouldn't matter.
Let me know if I am missing something.
Thanks,
Vineeth
>>
>> Also, can update_rq_avg_idle() be placed inside activate_task() to avoid
>> all these?
>
> The same reason as above.
>
>
> Thanks
>
> Huang Shijie
>
next prev parent reply other threads:[~2025-11-25 10:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-24 2:37 Huang Shijie
2025-11-25 7:08 ` Madadi Vineeth Reddy
2025-11-25 8:59 ` Shijie Huang
2025-11-25 10:02 ` Madadi Vineeth Reddy [this message]
2025-11-26 2:14 ` Shijie Huang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=78749dc9-52bc-45e3-bd74-026fbfeb77d5@linux.ibm.com \
--to=vineethr@linux.ibm.com \
--cc=Shubhang@os.amperecomputing.com \
--cc=bsegall@google.com \
--cc=cl@linux.com \
--cc=dietmar.eggemann@arm.com \
--cc=juri.lelli@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mgorman@suse.de \
--cc=mingo@redhat.com \
--cc=patches@amperecomputing.com \
--cc=peterz@infradead.org \
--cc=rostedt@goodmis.org \
--cc=shijie@amperemail.onmicrosoft.com \
--cc=shijie@os.amperecomputing.com \
--cc=vincent.guittot@linaro.org \
--cc=vschneid@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®