public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] bitmap: add new tests
@ 2026-03-19  0:43 Yury Norov
  2026-03-19  0:43 ` [PATCH 1/3] bitmap: test bitmap_weight() for more Yury Norov
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Yury Norov @ 2026-03-19  0:43 UTC (permalink / raw)
  To: linux-kernel; +Cc: Yury Norov, Yury Norov, Rasmus Villemoes, Andrew Morton

 - Test bitmap_weight() for correctness when tail bits are not zeroed.
 - Explicitly test nbits == 0 case.

On top of bitmap-for-next.

Yury Norov (3):
  bitmap: test bitmap_weight() for more
  bitmap: exclude nbits == 0 cases from bitmap test
  bitmap: add test_zero_nbits()

 lib/test_bitmap.c | 84 ++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 80 insertions(+), 4 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-03-24  0:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-19  0:43 [PATCH 0/3] bitmap: add new tests Yury Norov
2026-03-19  0:43 ` [PATCH 1/3] bitmap: test bitmap_weight() for more Yury Norov
2026-03-19  0:43 ` [PATCH 2/3] bitmap: exclude nbits == 0 cases from bitmap test Yury Norov
2026-03-19  0:43 ` [PATCH 3/3] bitmap: add test_zero_nbits() Yury Norov
2026-03-21 17:09   ` kernel test robot
2026-03-23 17:56     ` Yury Norov
2026-03-24  0:52       ` Philip Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox