All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Gleixner <tglx@linutronix.de>
To: Chen Yu <yu.c.chen@intel.com>, Juergen Gross <jgross@suse.com>
Cc: Len Brown <len.brown@intel.com>,
	"Rafael J . Wysocki" <rafael.j.wysocki@intel.com>,
	Dan Williams <dan.j.williams@intel.com>,
	linux-kernel@vger.kernel.org, Chen Yu <yu.chen.surf@gmail.com>,
	Chen Yu <yu.c.chen@intel.com>, Wendy Wang <wendy.wang@intel.com>
Subject: Re: [RFC PATCH] genirq: Exclude managed irq during irq migration
Date: Wed, 25 Oct 2023 16:36:31 +0200	[thread overview]
Message-ID: <87sf5y6a6o.ffs@tglx> (raw)
In-Reply-To: <20231020072522.557846-1-yu.c.chen@intel.com>

On Fri, Oct 20 2023 at 15:25, Chen Yu wrote:
> diff --git a/kernel/irq/matrix.c b/kernel/irq/matrix.c
> index 1698e77645ac..d245ad76661e 100644
> --- a/kernel/irq/matrix.c
> +++ b/kernel/irq/matrix.c
> @@ -475,7 +475,7 @@ unsigned int irq_matrix_allocated(struct irq_matrix *m)
>  {
>  	struct cpumap *cm = this_cpu_ptr(m->maps);
>  
> -	return cm->allocated;
> +	return cm->allocated - cm->managed_allocated;

The kernel documentation above this function is now misleading. Sigh...

  parent reply	other threads:[~2023-10-25 14:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-20  7:25 [RFC PATCH] genirq: Exclude managed irq during irq migration Chen Yu
2023-10-25 14:34 ` Thomas Gleixner
2023-10-26  7:02   ` Chen Yu
2023-10-25 14:36 ` Thomas Gleixner [this message]
2023-10-25 15:31 ` [tip: irq/core] genirq/matrix: Exclude managed interrupts in irq_matrix_allocated() tip-bot2 for Chen Yu

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=87sf5y6a6o.ffs@tglx \
    --to=tglx@linutronix.de \
    --cc=dan.j.williams@intel.com \
    --cc=jgross@suse.com \
    --cc=len.brown@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rafael.j.wysocki@intel.com \
    --cc=wendy.wang@intel.com \
    --cc=yu.c.chen@intel.com \
    --cc=yu.chen.surf@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.