public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] bitmap for 7.1
@ 2026-04-12 19:52 Yury Norov
  0 siblings, 0 replies; only message in thread
From: Yury Norov @ 2026-04-12 19:52 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel
  Cc: Yury Norov, Andy Shevchenko, Kai Huang, Kit Dallege, Akinobu Mita,
	Rasmus Villemoes

Hi Linus,

Please pull bitmap/bitops updates for v7.1-rc1.

This includes two new helpers, tests improvements and new tests, the
API usage cleanups, and random comments and docs fixes.

All patches spent in -next for at least 2 weeks with no issues.

Thanks,
Yury


The following changes since commit c369299895a591d96745d6492d4888259b004a9e:

  Linux 7.0-rc5 (2026-03-22 14:42:17 -0700)

are available in the Git repository at:

  https://github.com/norov/linux.git tags/bitmap-for-v7.1

for you to fetch changes up to 592a22338e5acfcd10983699cae8ea02ecd42935:

  bitops: Update kernel-doc for sign_extendXX() (2026-04-09 13:28:05 -0400)

----------------------------------------------------------------
bitmap updates for v7.1

 - new API: bitmap_weight_from() and bitmap_weighted_xor() (Yury);
 - drop unused __find_nth_andnot_bit() (Yury);
 - new tests and test improvements (Andy, Akinobu, Yury);
 - fixes for count_zeroes API (Yury);
 - cleanup bitmap_print_to_pagebuf() mess (Yury);
 - comments and documentation updates (Andy, Kai, Kit).

----------------------------------------------------------------
Akinobu Mita (1):
      lib/find_bit_benchmark: avoid clearing randomly filled bitmap in test_find_first_bit()

Andy Shevchenko (2):
      bitmap: Add test for out-of-boundary modifications for scatter & gather
      bitops: Update kernel-doc for sign_extendXX()

Kai Huang (1):
      asm-generic/bitops: Fix a comment typo in instrumented-atomic.h

Kit Dallege (1):
      bitops: fix kernel-doc parameter name for parity8()

Yury Norov (19):
      bitmap: switch test to scnprintf("%*pbl")
      bitmap: align test_bitmap output
      bitmap: drop __find_nth_andnot_bit()
      bitmap: add bitmap_weight_from()
      x86/topology: use bitmap_weight_from()
      lib: crypto: fix comments for count_leading_zeros()
      lib: count_zeros: fix 32/64-bit inconsistency in count_trailing_zeros()
      lib: count_zeros: unify count_{leading,trailing}_zeros()
      bitmap: test bitmap_weight() for more
      bitmap: exclude nbits == 0 cases from bitmap test
      bitmap: add test_zero_nbits()
      bitmap: introduce bitmap_weighted_xor()
      ice: use bitmap_weighted_xor() in ice_find_free_recp_res_idx()
      ice: use bitmap_empty() in ice_vf_has_no_qs_ena
      drm/xe: switch xe_pagefault_queue_init() to using bitmap_weighted_or()
      lib/prime_numbers: drop temporary buffer in dump_primes()
      coresight: don't use bitmap_print_to_pagebuf()
      thermal: intel: switch cpumask_get() to using cpumask_print_to_pagebuf()
      powerpc/xive: simplify xive_spapr_debug_show()

 arch/loongarch/kvm/intc/eiointc.c                 |   4 +-
 arch/powerpc/sysdev/xive/spapr.c                  |  12 +-
 arch/x86/kernel/cpu/topology.c                    |   8 +-
 drivers/gpu/drm/xe/xe_pagefault.c                 |   3 +-
 drivers/hwtracing/coresight/coresight-cti-sysfs.c |  32 +++--
 drivers/net/ethernet/intel/ice/ice_switch.c       |   4 +-
 drivers/net/ethernet/intel/ice/ice_vf_lib.c       |   4 +-
 drivers/thermal/intel/intel_powerclamp.c          |   3 +-
 include/asm-generic/bitops/instrumented-atomic.h  |   2 +-
 include/linux/bitmap.h                            |  48 ++++++++
 include/linux/bitops.h                            |  12 +-
 include/linux/count_zeros.h                       |  13 +--
 include/linux/find.h                              |   2 -
 lib/bitmap.c                                      |   9 ++
 lib/crypto/mpi/longlong.h                         |   8 +-
 lib/find_bit.c                                    |   7 --
 lib/find_bit_benchmark.c                          |  15 ++-
 lib/math/tests/prime_numbers_kunit.c              |   6 +-
 lib/test_bitmap.c                                 | 135 +++++++++++++++++++---
 19 files changed, 230 insertions(+), 97 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-04-12 19:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-12 19:52 [GIT PULL] bitmap for 7.1 Yury Norov

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