2022-04-10 02:34:09

by Shuah Khan

[permalink] [raw]
Subject: [GIT PULL] Kselftest update for Linux 5.18-rc2

Hi Linus,

Please pull the following Kselftest update for Linux 5.18-rc2.

This Kselftest fixes update for Linux 5.18-rc2 consists of build,
run-times fixes to tests:

- header dependencies
- missing tear-downs to release allocated resources in assert paths
- missing error messages when build fails
- coccicheck and unused variable warnings

diff is attached.

thanks,
-- Shuah

----------------------------------------------------------------
The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux-kselftest-fixes-5.18-rc2

for you to fetch changes up to 79ee8aa31d518c1fd5f3b1b1ac39dd1fb4dc7039:

selftests/harness: Pass variant to teardown (2022-04-04 13:37:48 -0600)

----------------------------------------------------------------
linux-kselftest-fixes-5.18-rc2

This Kselftest fixes update for Linux 5.18-rc2 consists of build,
run-times fixes to tests:

- header dependencies
- missing tear-downs to release allocated resources in assert paths
- missing error messages when build fails
- coccicheck and unused variable warnings

----------------------------------------------------------------
Axel Rasmussen (2):
selftests: fix header dependency for pid_namespace selftests
selftests: fix an unused variable warning in pidfd selftest

Geliang Tang (1):
selftests: x86: add 32bit build warnings for SUSE

Guo Zhengkui (2):
selftests/vDSO: fix array_size.cocci warning
selftests/proc: fix array_size.cocci warning

Kees Cook (1):
selftests/harness: Run TEARDOWN for ASSERT failures

Willem de Bruijn (1):
selftests/harness: Pass variant to teardown

tools/testing/selftests/kselftest_harness.h | 59 +++++++++++++++-------
tools/testing/selftests/pid_namespace/Makefile | 6 +--
tools/testing/selftests/pidfd/pidfd_wait.c | 1 -
tools/testing/selftests/proc/proc-pid-vm.c | 6 ++-
.../testing/selftests/vDSO/vdso_test_correctness.c | 9 ++--
tools/testing/selftests/x86/Makefile | 4 ++
6 files changed, 54 insertions(+), 31 deletions(-)
----------------------------------------------------------------


Attachments:
linux-kselftest-fixes-5.18-rc2.diff (8.29 kB)