public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Yury Norov <ynorov@nvidia.com>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-kernel@vger.kernel.org
Cc: Yury Norov <yury.norov@gmail.com>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Kai Huang <kai.huang@intel.com>, Kit Dallege <xaum.io@gmail.com>,
	Akinobu Mita <akinobu.mita@gmail.com>,
	Rasmus Villemoes <linux@rasmusvillemoes.dk>
Subject: [GIT PULL] bitmap for 7.1
Date: Sun, 12 Apr 2026 15:52:54 -0400	[thread overview]
Message-ID: <adv3-cB1KYqkh8AW@yury> (raw)

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(-)

                 reply	other threads:[~2026-04-12 19:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=adv3-cB1KYqkh8AW@yury \
    --to=ynorov@nvidia.com \
    --cc=akinobu.mita@gmail.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=kai.huang@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@rasmusvillemoes.dk \
    --cc=torvalds@linux-foundation.org \
    --cc=xaum.io@gmail.com \
    --cc=yury.norov@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox