diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-08-28 14:36:27 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-08-28 14:36:27 -0700 |
commit | 373eff576e580b6bbc1e709cd3ca0d100783431f (patch) | |
tree | 9ce6c0e374832291f877fe8a4b73f162deb27125 /MAINTAINERS | |
parent | 8379c0b31fbc5d20946f617f8e2fe4791e6f58c1 (diff) | |
parent | 5d7fef0804b0a72a7efe196cd23b438edf84726c (diff) | |
download | linux-373eff576e580b6bbc1e709cd3ca0d100783431f.tar.bz2 |
Merge tag 'bitmap-6.0-rc3' of github.com:/norov/linux
Pull bitmap fixes from Yury Norov:
"Fix the reported issues, and implements the suggested improvements,
for the version of the cpumask tests [1] that was merged with commit
c41e8866c28c ("lib/test: introduce cpumask KUnit test suite").
These changes include fixes for the tests, and better alignment with
the KUnit style guidelines"
* tag 'bitmap-6.0-rc3' of github.com:/norov/linux:
lib/cpumask_kunit: add tests file to MAINTAINERS
lib/cpumask_kunit: log mask contents
lib/test_cpumask: follow KUnit style guidelines
lib/test_cpumask: fix cpu_possible_mask last test
lib/test_cpumask: drop cpu_possible_mask full test
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 07403024f3f2..589517372408 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3612,6 +3612,7 @@ F: include/linux/find.h F: include/linux/nodemask.h F: lib/bitmap.c F: lib/cpumask.c +F: lib/cpumask_kunit.c F: lib/find_bit.c F: lib/find_bit_benchmark.c F: lib/test_bitmap.c |