From: Yury Norov <ynorov@nvidia.com>
To: Linus Torvalds <torvalds@linux-foundation.org>,
linux-kernel@vger.kernel.org
Cc: ynorov@nvidia.com, yury.norov@gmail.com,
Alice Ryhl <aliceryhl@google.com>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
"H. Peter Anvin" <hpa@zytor.com>,
Lee Yongjun <jun85566@gmail.com>,
Ryota Sakamoto <sakamo.ryota@gmail.com>
Subject: [GIT PULL] bitmap for 6.20
Date: Sun, 8 Feb 2026 19:24:20 -0500 [thread overview]
Message-ID: <aYkpNL3YWq4QaDMk@yury> (raw)
Hi Linus,
Please pull bitmap changes for v6.20 (or more likely v7.0). There is
more rust helpers, a new KUNIT test for bitops and a couple random
fixes.
All patches spent in -next for at least 2 weeks with no issues.
Thanks,
Yury
The following changes since commit 3609fa95fb0f2c1b099e69e56634edb8fc03f87c:
Merge tag 'devicetree-fixes-for-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux (2026-01-04 16:57:47 -0800)
are available in the Git repository at:
https://github.com/norov/linux.git tags/bitmap-for-6.20
for you to fetch changes up to 6711069dd72fcbafe010fb16be504364e5ced190:
lib/tests: extend KUnit test for bitops with more cases (2026-02-08 18:47:29 -0500)
----------------------------------------------------------------
bitmap updates for v6.20
- more rust helpers (Alice);
- more bitops tests (Ryota);
- FIND_NTH_BIT() uninitialized variable fix (Lee Yongjun);
- random cleanups (Andy, H. Peter).
----------------------------------------------------------------
Alice Ryhl (3):
rust: bitmap: add __rust_helper to helpers
rust: bitops: add __rust_helper to helpers
rust: cpumask: add __rust_helper to helpers
Andy Shevchenko (1):
bitops: Add more files to the MAINTAINERS
H. Peter Anvin (1):
linux/bitfield.h: replace __auto_type with auto
Lee Yongjun (1):
lib/find_bit: fix uninitialized variable use in FIND_NTH_BIT
Ryota Sakamoto (2):
lib/tests: add KUnit test for bitops
lib/tests: extend KUnit test for bitops with more cases
MAINTAINERS | 2 +
include/linux/bitfield.h | 5 +-
lib/Kconfig.debug | 13 +++
lib/find_bit.c | 2 +-
lib/tests/Makefile | 1 +
lib/tests/bitops_kunit.c | 205 +++++++++++++++++++++++++++++++++++++++++++++++
rust/helpers/bitmap.c | 1 +
rust/helpers/bitops.c | 4 +
rust/helpers/cpumask.c | 13 +++
9 files changed, 243 insertions(+), 3 deletions(-)
create mode 100644 lib/tests/bitops_kunit.c
next reply other threads:[~2026-02-09 0:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-09 0:24 Yury Norov [this message]
2026-02-10 19:59 ` pr-tracker-bot
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=aYkpNL3YWq4QaDMk@yury \
--to=ynorov@nvidia.com \
--cc=aliceryhl@google.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=hpa@zytor.com \
--cc=jun85566@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sakamo.ryota@gmail.com \
--cc=torvalds@linux-foundation.org \
--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
all inboxes | Powered by JetHome®