[GIT,PULL] bitmap changes for v6.5-rc1

Message ID ZKG0MO5/1SgEobf5@yury-ThinkPad
State New
Headers
Series [GIT,PULL] bitmap changes for v6.5-rc1 |

Pull-request

https://github.com:/norov/linux.git/bitmap-6.5-rc1 bitmap-6.5-rc1

Message

Yury Norov July 2, 2023, 5:30 p.m. UTC
  Hi Linus,

Please pull bitmap changes for 6.5-rc1. They spent for more than a
week in -next without any issues.

Thanks,
Yury

The following changes since commit dad9774deaf1cf8e8f7483310dfb2690310193d2:

  Merge tag 'timers-urgent-2023-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2023-06-21 12:36:34 -0700)

are available in the Git repository at:

  https://github.com:/norov/linux.git/bitmap-6.5-rc1 bitmap-6.5-rc1

for you to fetch changes up to 2a3110e3f97ddc0f53bb766797b926a35edd07e6:

  MAINTAINERS: Add bitfield.h to the BITMAP API record (2023-06-22 13:57:42 -0700)

----------------------------------------------------------------
bitmap patches for v6.5

Fixes for different bitmap pieces:

 - lib/test_bitmap: increment failure counter properly

   The tests that don't use expect_eq() macro to determine that a test is
   failured must increment failed_tests explicitly.

 - lib/bitmap: drop optimization of bitmap_{from,to}_arr64

   bitmap_{from,to}_arr64() optimization is overly optimistic on 32-bit LE
   architectures when it's wired to bitmap_copy_clear_tail().

 - nodemask: Drop duplicate check in for_each_node_mask()

   As the return value type of first_node() became unsigned, the node >= 0
   became unnecessary.

 - cpumask: fix function description kernel-doc notation

 - MAINTAINERS: Add bits.h to the BITMAP API record
 - MAINTAINERS: Add bitfield.h to the BITMAP API record

   Add linux/bits.h and linux/bitfield.h for visibility

----------------------------------------------------------------
Andy Shevchenko (2):
      MAINTAINERS: Add bits.h to the BITMAP API record
      MAINTAINERS: Add bitfield.h to the BITMAP API record

Gavin Shan (1):
      nodemask: Drop duplicate check in for_each_node_mask()

Randy Dunlap (1):
      cpumask: fix function description kernel-doc notation

Yury Norov (2):
      lib/test_bitmap: increment failure counter properly
      lib/bitmap: drop optimization of bitmap_{from,to}_arr64

 MAINTAINERS              |  6 ++++++
 include/linux/bitmap.h   |  8 +++-----
 include/linux/nodemask.h |  2 +-
 lib/bitmap.c             |  2 +-
 lib/cpumask.c            |  2 +-
 lib/test_bitmap.c        | 18 +++++++++++++++---
 6 files changed, 27 insertions(+), 11 deletions(-)
  

Comments

pr-tracker-bot@kernel.org July 8, 2023, 7:18 p.m. UTC | #1
The pull request you sent on Sun, 2 Jul 2023 10:30:24 -0700:

> https://github.com:/norov/linux.git/bitmap-6.5-rc1 bitmap-6.5-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ad8258e87729e4337569c4b7d30cfdd4b299179d

Thank you!