[PATCH 0/3] bitmap: introduce find_random_bit() and use in clocksource

Yury Norov posted 3 patches 6 months, 2 weeks ago
There is a newer version of this series
include/linux/cpumask.h   | 12 ++++++++++++
include/linux/find.h      |  2 ++
include/linux/nodemask.h  | 16 +---------------
kernel/time/clocksource.c |  5 +----
lib/find_bit.c            | 17 ++++++++++++++++-
5 files changed, 32 insertions(+), 20 deletions(-)
[PATCH 0/3] bitmap: introduce find_random_bit() and use in clocksource
Posted by Yury Norov 6 months, 2 weeks ago
From: Yury Norov [NVIDIA] <yury.norov@gmail.com>

nodemasks implement node_random(), which may also be useful for other
subsystems. Generalize the function, and propagate to cpumask API.

Yury Norov (3):
  bitmap: generalize node_random()
  cpumask: introduce cpumask_random()
  clocksource: improve randomness in clocksource_verify_choose_cpus()

 include/linux/cpumask.h   | 12 ++++++++++++
 include/linux/find.h      |  2 ++
 include/linux/nodemask.h  | 16 +---------------
 kernel/time/clocksource.c |  5 +----
 lib/find_bit.c            | 17 ++++++++++++++++-
 5 files changed, 32 insertions(+), 20 deletions(-)

-- 
2.43.0