]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
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)
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

1  2 
MAINTAINERS
lib/Kconfig.debug
rust/helpers/bitops.c

diff --cc MAINTAINERS
Simple merge
Simple merge
index e79ef9e6d98f969e2a0a2a6f62d9fcec3ef0fd72,f875692ead30ab4f60b3e123014f82cd492556b1..271b8a712dee5247999dc2df215a00a3c49671ac
@@@ -1,8 -1,8 +1,9 @@@
  // SPDX-License-Identifier: GPL-2.0
  
  #include <linux/bitops.h>
 +#include <linux/find.h>
  
+ __rust_helper
  void rust_helper___set_bit(unsigned long nr, unsigned long *addr)
  {
        __set_bit(nr, addr);