linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] clocksource: use better cpumask API where appropriate
@ 2025-06-04 23:25 Yury Norov
  2025-06-04 23:25 ` [PATCH 1/2] clocksource: fix opencoded cpumask_any_but() in clocksource_verify_choose_cpus() Yury Norov
  2025-06-04 23:25 ` [PATCH 2/2] clocksource: fix opencoded cpumask_next_wrap() Yury Norov
  0 siblings, 2 replies; 6+ messages in thread
From: Yury Norov @ 2025-06-04 23:25 UTC (permalink / raw)
  To: linux-kernel, John Stultz, Thomas Gleixner, Stephen Boyd
  Cc: Yury Norov [NVIDIA]

From: Yury Norov [NVIDIA] <yury.norov@gmail.com>

The dedicated API works better and improves on readability.

Yury Norov [NVIDIA] (2):
  clocksource: fix opencoded cpumask_any_but() in
    clocksource_verify_choose_cpus()
  clocksource: fix opencoded cpumask_next_wrap()

 kernel/time/clocksource.c | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH 0/2] clocksource: Use better cpumask API where appropriate
@ 2025-06-07 14:11 Yury Norov
  2025-06-07 14:11 ` [PATCH 2/2] clocksource: Fix opencoded cpumask_next_wrap() Yury Norov
  0 siblings, 1 reply; 6+ messages in thread
From: Yury Norov @ 2025-06-07 14:11 UTC (permalink / raw)
  To: linux-kernel, John Stultz, Thomas Gleixner, Stephen Boyd
  Cc: Yury Norov [NVIDIA]

From: Yury Norov [NVIDIA] <yury.norov@gmail.com>

The dedicated API works better and improves on readability

V2: Capitalize commit message names
v1: https://lore.kernel.org/all/20250604232550.40491-1-yury.norov@gmail.com/

Yury Norov [NVIDIA] (2):
  clocksource: Fix opencoded cpumask_any_but() in
    clocksource_verify_choose_cpus()
  clocksource: Fix opencoded cpumask_next_wrap()

 kernel/time/clocksource.c | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-06-07 14:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-04 23:25 [PATCH 0/2] clocksource: use better cpumask API where appropriate Yury Norov
2025-06-04 23:25 ` [PATCH 1/2] clocksource: fix opencoded cpumask_any_but() in clocksource_verify_choose_cpus() Yury Norov
2025-06-05 18:13   ` John Stultz
2025-06-04 23:25 ` [PATCH 2/2] clocksource: fix opencoded cpumask_next_wrap() Yury Norov
2025-06-05 18:11   ` John Stultz
  -- strict thread matches above, loose matches on Subject: below --
2025-06-07 14:11 [PATCH 0/2] clocksource: Use better cpumask API where appropriate Yury Norov
2025-06-07 14:11 ` [PATCH 2/2] clocksource: Fix opencoded cpumask_next_wrap() Yury Norov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).