]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'bitmap-for-6.20' of https://github.com/norov/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Feb 2026 19:39:45 +0000 (11:39 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Feb 2026 19:39:45 +0000 (11:39 -0800)
commitf144367d012929326f15a399394a9a8be4f98acb
tree03bf16f2945bd24270632ee89343c7ab8609c555
parentf17b474e36647c23801ef8fdaf2255ab66dd2973
parent6711069dd72fcbafe010fb16be504364e5ced190
Merge tag 'bitmap-for-6.20' of https://github.com/norov/linux

Pull bitmap updates from Yury Norov:

 - more rust helpers (Alice)

 - more bitops tests (Ryota)

 - FIND_NTH_BIT() uninitialized variable fix (Lee Yongjun)

 - random cleanups (Andy, H. Peter)

* tag 'bitmap-for-6.20' of https://github.com/norov/linux:
  lib/tests: extend KUnit test for bitops with more cases
  bitops: Add more files to the MAINTAINERS
  lib/find_bit: fix uninitialized variable use in FIND_NTH_BIT
  lib/tests: add KUnit test for bitops
  rust: cpumask: add __rust_helper to helpers
  rust: bitops: add __rust_helper to helpers
  rust: bitmap: add __rust_helper to helpers
  linux/bitfield.h: replace __auto_type with auto
MAINTAINERS
lib/Kconfig.debug
rust/helpers/bitops.c