Hi Linus,
Please pull the following Kselftest update for Linux 5.19-rc1
This Kselftest update for Linux 5.19-rc1 consists of several fixes, cleanups, and enhancements to tests:
- adds mips support for kprobe args string and syntax tests - updates to resctrl test to use kselftest framework - fixes, cleanups, and enhancements to tests
diff is attached.
thanks, -- Shuah
---------------------------------------------------------------- The following changes since commit b2d229d4ddb17db541098b83524d901257e93845:
Linux 5.18-rc3 (2022-04-17 13:57:31 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux-kselftest-next-5.19-rc1
for you to fetch changes up to 15477b31db104bc795dd1acccb3e9b89465fff01:
kselftests/ir : Improve readability of modprobe error message (2022-05-16 13:34:19 -0600)
---------------------------------------------------------------- linux-kselftest-next-5.19-rc1
This Kselftest update for Linux 5.19-rc1 consists of several fixes, cleanups, and enhancements to tests:
- adds mips support for kprobe args string and syntax tests - updates to resctrl test to use kselftest framework - fixes, cleanups, and enhancements to tests
---------------------------------------------------------------- Colin Ian King (1): selftests/resctrl: Fix null pointer dereference on open failed
Gautam Menghani (1): kselftests/ir : Improve readability of modprobe error message
Geliang Tang (1): selftests: mqueue: drop duplicate min definition
Karthik Alapati (1): selftests/binderfs: Improve message to provide more info
Reinette Chatre (4): selftests: Provide local define of __cpuid_count() selftests/vm/pkeys: Use provided __cpuid_count() macro selftests/x86/amx: Use provided __cpuid_count() macro selftests/x86/corrupt_xstate_header: Use provided __cpuid_count() macro
Shaopeng Tan (8): selftests/resctrl: Extend CPU vendor detection selftests/resctrl: Print a message if the result of MBM&CMT tests is failed on Intel CPU selftests/resctrl: Kill child process before parent process terminates if SIGTERM is received selftests/resctrl: Change the default limited time to 120 seconds selftests/resctrl: Fix resctrl_tests' return code to work with selftest framework selftests/resctrl: Make resctrl_tests run using kselftest framework selftests/resctrl: Update README about using kselftest framework to build/run resctrl_tests selftests/resctrl: Add missing SPDX license to Makefile
Yuanchu Xie (1): selftests/damon: add damon to selftests root Makefile
Ze Zhang (2): selftests/ftrace: add mips support for kprobe args string tests selftests/ftrace: add mips support for kprobe args syntax tests
tools/testing/selftests/Makefile | 2 + .../selftests/filesystems/binderfs/binderfs_test.c | 3 +- .../ftrace/test.d/kprobe/kprobe_args_string.tc | 3 ++ .../ftrace/test.d/kprobe/kprobe_args_syntax.tc | 4 ++ tools/testing/selftests/ir/ir_loopback.sh | 2 +- tools/testing/selftests/kselftest.h | 15 +++++++ tools/testing/selftests/mqueue/mq_perf_tests.c | 4 +- tools/testing/selftests/resctrl/Makefile | 19 +++------ tools/testing/selftests/resctrl/README | 39 +++++++++++++---- tools/testing/selftests/resctrl/cat_test.c | 2 +- tools/testing/selftests/resctrl/fill_buf.c | 4 +- tools/testing/selftests/resctrl/resctrl.h | 5 ++- tools/testing/selftests/resctrl/resctrl_tests.c | 49 +++++++++++++++------- tools/testing/selftests/resctrl/resctrl_val.c | 1 + tools/testing/selftests/resctrl/resctrlfs.c | 2 +- tools/testing/selftests/resctrl/settings | 3 ++ tools/testing/selftests/vm/pkey-x86.h | 21 +--------- tools/testing/selftests/x86/amx.c | 24 ++++------- .../testing/selftests/x86/corrupt_xstate_header.c | 16 +------ 19 files changed, 124 insertions(+), 94 deletions(-) create mode 100644 tools/testing/selftests/resctrl/settings ----------------------------------------------------------------