[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220827184150.4022255-1-yury.norov@gmail.com>
Date: Sat, 27 Aug 2022 11:41:50 -0700
From: Yury Norov <yury.norov@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Cc: Sander Vanheule <sander@...nheule.net>
Subject: [GIT PULL] bitmap fixes for v6.0-rc3
The following changes since commit 1c23f9e627a7b412978b4e852793c5e3c3efc555:
Linux 6.0-rc2 (2022-08-21 17:32:54 -0700)
are available in the Git repository at:
git@...hub.com:/norov/linux.git tags/bitmap-6.0-rc3
for you to fetch changes up to 5d7fef0804b0a72a7efe196cd23b438edf84726c:
lib/cpumask_kunit: add tests file to MAINTAINERS (2022-08-24 08:35:42 -0700)
----------------------------------------------------------------
Hi Linus,
Please pull the last portion of fixes from Sander for his UP rework series.
The original patches came from -mm tree, and it was not the latest version
of the series.
That's why we need follow-ups. It fixes only a test introduced by that
series. The test fails under certain configurations.
It spent about a week in -next with no issues.
Thanks,
Yury
>From Sander:
This series fixes the reported issues, and implements the suggested
improvements, for the version of the cpumask tests [1] that was merged
with commit c41e8866c28c ("lib/test: introduce cpumask KUnit test
suite").
These changes include fixes for the tests, and better alignment with the
KUnit style guidelines.
[1] https://lore.kernel.org/all/85217b5de6d62257313ad7fde3e1969421acad75.1659077534.git.sander@svanheule.net/
----------------------------------------------------------------
Sander Vanheule (5):
lib/test_cpumask: drop cpu_possible_mask full test
lib/test_cpumask: fix cpu_possible_mask last test
lib/test_cpumask: follow KUnit style guidelines
lib/cpumask_kunit: log mask contents
lib/cpumask_kunit: add tests file to MAINTAINERS
MAINTAINERS | 1 +
lib/Kconfig.debug | 7 +++--
lib/Makefile | 2 +-
lib/{test_cpumask.c => cpumask_kunit.c} | 52 ++++++++++++++++++++-------------
4 files changed, 38 insertions(+), 24 deletions(-)
rename lib/{test_cpumask.c => cpumask_kunit.c} (58%)
Powered by blists - more mailing lists