All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yury Norov <ynorov@nvidia.com>
To: Shrikanth Hegde <sshegde@linux.ibm.com>
Cc: maddy@linux.ibm.com, linuxppc-dev@lists.ozlabs.org,
	yury.norov@gmail.com, linux@rasmusvillemoes.dk,
	linux-kernel@vger.kernel.org, chleroy@kernel.org
Subject: Re: [PATCH v2 0/4] powerpc: A few misc cpumask changes
Date: Tue, 28 Apr 2026 12:41:11 -0400	[thread overview]
Message-ID: <afDi32Ce_1HHjeTC@yury> (raw)
In-Reply-To: <20260427044715.559137-1-sshegde@linux.ibm.com>

On Mon, Apr 27, 2026 at 10:17:11AM +0530, Shrikanth Hegde wrote:
> These are some miscellaneous code refactors around using cpumask
> APIs. They are mainly aimed at code simplification.

Reviewed-by: Yury Norov <ynorov@gmail.com>
 
> Changes since v1:
> - Dropped the changes done in xive_find_target_in_mask. Those changes are
>   done by Yury Norov already.
> - Collected the tags. Thanks to Yury Norov. 
> - Added new patch to use cpumask_intersects instead of using
>   temp_mask to achieve the same goal.
> - Added new patch to print the warning when target CPU not found
>   as discussed in [2]. This patch is kept separate since this adds
>   a new warning in case of failure. So one may perceive it as functional
>   change.
> 
> v1[1]: https://lore.kernel.org/all/20260327063129.127302-1-sshegde@linux.ibm.com/
> [2]:   https://lore.kernel.org/all/20260319033647.881246-1-ynorov@nvidia.com/
> 
> Based on tip/master at: (dffc5753ba4c "Merge branch into tip/master: 'timers/clocksource'")
> 
> Shrikanth Hegde (4):
>   powerpc: Use cpumask_next_wrap instead
>   powerpc: Simplify cpumask api usage for cpuinfo display
>   powerpc/perf: Use cpumask_intersects api for checking disable path
>   powerpc/xive: Add warning if target CPU not found
> 
>  arch/powerpc/kernel/irq.c             | 5 +----
>  arch/powerpc/kernel/setup-common.c    | 7 ++-----
>  arch/powerpc/mm/book3s64/hash_utils.c | 4 +---
>  arch/powerpc/perf/imc-pmu.c           | 6 ++----
>  arch/powerpc/sysdev/xive/common.c     | 1 +
>  5 files changed, 7 insertions(+), 16 deletions(-)
> 
> -- 
> 2.47.3


  parent reply	other threads:[~2026-04-28 16:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-27  4:47 [PATCH v2 0/4] powerpc: A few misc cpumask changes Shrikanth Hegde
2026-04-27  4:47 ` [PATCH v2 1/4] powerpc: Use cpumask_next_wrap instead Shrikanth Hegde
2026-04-27  4:47 ` [PATCH v2 2/4] powerpc: Simplify cpumask api usage for cpuinfo display Shrikanth Hegde
2026-04-27  4:47 ` [PATCH v2 3/4] powerpc/perf: Use cpumask_intersects api for checking disable path Shrikanth Hegde
2026-04-27  4:47 ` [PATCH v2 4/4] powerpc/xive: Add warning if target CPU not found Shrikanth Hegde
2026-04-28 16:41 ` Yury Norov [this message]
2026-05-18  4:44 ` [PATCH v2 0/4] powerpc: A few misc cpumask changes Shrikanth Hegde

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=afDi32Ce_1HHjeTC@yury \
    --to=ynorov@nvidia.com \
    --cc=chleroy@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@rasmusvillemoes.dk \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=maddy@linux.ibm.com \
    --cc=sshegde@linux.ibm.com \
    --cc=yury.norov@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.