[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZKG0MO5/1SgEobf5@yury-ThinkPad>
Date: Sun, 2 Jul 2023 10:30:24 -0700
From: Yury Norov <yury.norov@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Cc: Alexander Lobakin <aleksander.lobakin@...el.com>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Rasmus Villemoes <linux@...musvillemoes.dk>,
Randy Dunlap <rdunlap@...radead.org>,
Gavin Shan <gshan@...hat.com>,
Guenter Roeck <linux@...ck-us.net>,
Yury Norov <yury.norov@...il.com>
Subject: [GIT PULL] bitmap changes for v6.5-rc1
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(-)
Powered by blists - more mailing lists