public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: K Prateek Nayak <kprateek.nayak@amd.com>
To: Shrikanth Hegde <sshegde@linux.ibm.com>,
	Srikar Dronamraju <srikar@linux.ibm.com>,
	<linux-kernel@vger.kernel.org>
Cc: Michael Ellerman <mpe@ellerman.id.au>,
	Madhavan Srinivasan <maddy@linux.ibm.com>,
	<linuxppc-dev@lists.ozlabs.org>, Ben Segall <bsegall@google.com>,
	Christophe Leroy <christophe.leroy@csgroup.eu>,
	"Dietmar Eggemann" <dietmar.eggemann@arm.com>,
	Ingo Molnar <mingo@redhat.com>,
	"Juri Lelli" <juri.lelli@redhat.com>,
	Mel Gorman <mgorman@suse.de>, Nicholas Piggin <npiggin@gmail.com>,
	Peter Zijlstra <peterz@infradead.org>,
	Steven Rostedt <rostedt@goodmis.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	"Valentin Schneider" <vschneid@redhat.com>,
	Vincent Guittot <vincent.guittot@linaro.org>
Subject: Re: [PATCH 1/2] sched: Feature to decide if steal should update CPU capacity
Date: Wed, 29 Oct 2025 11:38:35 +0530	[thread overview]
Message-ID: <48f6372c-5cc6-472d-b2d2-31e151d85652@amd.com> (raw)
In-Reply-To: <8ec843b6-ac7d-4cef-a0b1-12b85470fde8@linux.ibm.com>

Hello Shrikanth,

On 10/28/2025 8:35 PM, Shrikanth Hegde wrote:
>> @@ -792,8 +792,11 @@ static void update_rq_clock_task(struct rq *rq, s64 delta)
>>       rq->clock_task += delta;
>>     #ifdef CONFIG_HAVE_SCHED_AVG_IRQ
> 
> Curious to know if there are users/distro which have CONFIG_HAVE_SCHED_AVG_IRQ=n

Some arch such as s390 doesn't select HAVE_IRQ_TIME_ACCOUNTING which
disables IRQ_TIME_ACCOUNTING and HAVE_SCHED_AVG_IRQ.

Checking the Ubuntu 22.04 6.8.0-86-generic config on my machine shows
CONFIG_IRQ_TIME_ACCOUNTING is disabled by default. Same is the case
with 6.14.0-34-generic config on Ubuntu 24.04.

-- 
Thanks and Regards,
Prateek


      reply	other threads:[~2025-10-29  6:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-28 10:42 [PATCH 1/2] sched: Feature to decide if steal should update CPU capacity Srikar Dronamraju
2025-10-28 10:42 ` [PATCH 2/2] powerpc/smp: Disable ACCT_STEAL for shared LPARs Srikar Dronamraju
2025-10-28 11:18 ` [PATCH 1/2] sched: Feature to decide if steal should update CPU capacity Peter Zijlstra
2025-10-28 11:42   ` Srikar Dronamraju
2025-10-28 15:05 ` Shrikanth Hegde
2025-10-29  6:08   ` K Prateek Nayak [this message]

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=48f6372c-5cc6-472d-b2d2-31e151d85652@amd.com \
    --to=kprateek.nayak@amd.com \
    --cc=bsegall@google.com \
    --cc=christophe.leroy@csgroup.eu \
    --cc=dietmar.eggemann@arm.com \
    --cc=juri.lelli@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=maddy@linux.ibm.com \
    --cc=mgorman@suse.de \
    --cc=mingo@redhat.com \
    --cc=mpe@ellerman.id.au \
    --cc=npiggin@gmail.com \
    --cc=peterz@infradead.org \
    --cc=rostedt@goodmis.org \
    --cc=srikar@linux.ibm.com \
    --cc=sshegde@linux.ibm.com \
    --cc=tglx@linutronix.de \
    --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