]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'bitmap-for-6.17' of https://github.com/norov/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 31 Jul 2025 23:52:32 +0000 (16:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 31 Jul 2025 23:52:32 +0000 (16:52 -0700)
commitf2d282e1dfb3d8cb95b5ccdea43f2411f27201db
tree26d837c473d4a16edd7e956ef1694631dce4b041
parent6a68cec16b647791d448102376a7eec2820e874f
parente2b02d382ae0cb90697e8529dfd3f93bf8c6905c
Merge tag 'bitmap-for-6.17' of https://github.com/norov/linux

Pull bitmap updates from Yury Norov:

 - find_random_bit() series (Yury)

 - GENMASK() consolidation (Vincent)

 - random cleanups (Shaopeng, Ben, Yury)

* tag 'bitmap-for-6.17' of https://github.com/norov/linux:
  bitfield: Ensure the return values of helper functions are checked
  test_bits: add tests for __GENMASK() and __GENMASK_ULL()
  bits: unify the non-asm GENMASK*()
  bits: split the definition of the asm and non-asm GENMASK*()
  cpumask: Remove unnecessary cpumask_nth_andnot()
  watchdog: fix opencoded cpumask_next_wrap() in watchdog_next_cpu()
  clocksource: Improve randomness in clocksource_verify_choose_cpus()
  cpumask: introduce cpumask_random()
  bitmap: generalize node_random()
include/linux/cpumask.h
kernel/time/clocksource.c