public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] cpumask: UP optimisation fixes follow-up
@ 2022-08-09 17:36 Sander Vanheule
  2022-08-09 17:36 ` [PATCH v1 1/3] cpumask: align signatures of UP implementations Sander Vanheule
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Sander Vanheule @ 2022-08-09 17:36 UTC (permalink / raw)
  To: Yury Norov, Andy Shevchenko, Rasmus Villemoes
  Cc: linux-kernel, Sander Vanheule

As an older version of the UP optimisation fixes was merged, not all
review feedback has been implemented.  These patches implement the
feedback received on the merged version [1], and the respin [2], for
changes related to include/linux/cpumask.h and lib/cpumask.c.

[1] https://lore.kernel.org/lkml/cover.1656777646.git.sander@svanheule.net/
[2] https://lore.kernel.org/lkml/cover.1659077534.git.sander@svanheule.net/

Sander Vanheule (3):
  cpumask: align signatures of UP implementations
  lib/cpumask: add inline cpumask_next_wrap() for UP
  lib/cpumask: drop always-true preprocessor guard

 include/linux/cpumask.h | 26 +++++++++++++++++++++++---
 lib/Makefile            |  3 ++-
 lib/cpumask.c           |  2 --
 3 files changed, 25 insertions(+), 6 deletions(-)

-- 
2.37.1


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

end of thread, other threads:[~2022-08-10  8:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-09 17:36 [PATCH v1 0/3] cpumask: UP optimisation fixes follow-up Sander Vanheule
2022-08-09 17:36 ` [PATCH v1 1/3] cpumask: align signatures of UP implementations Sander Vanheule
2022-08-09 17:36 ` [PATCH v1 2/3] lib/cpumask: add inline cpumask_next_wrap() for UP Sander Vanheule
2022-08-09 17:36 ` [PATCH v1 3/3] lib/cpumask: drop always-true preprocessor guard Sander Vanheule
2022-08-10  4:55 ` [PATCH v1 0/3] cpumask: UP optimisation fixes follow-up Yury Norov
2022-08-10  8:18   ` Sander Vanheule
2022-08-10  8:39     ` Yury Norov
2022-08-10  8:42       ` Sander Vanheule

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox