From: Linus Torvalds Date: Wed, 20 Nov 2024 19:54:39 +0000 (-0800) Subject: Merge tag 'linux_kselftest-next-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne... X-Git-Tag: v6.13-rc1~161 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=856385e0c56e7739bddea869e7a17f040211a2fc;p=thirdparty%2Fkernel%2Flinux.git Merge tag 'linux_kselftest-next-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest Pull kselftest update from Shuah Khan: "timer test: - remove duplicate defines - fixes to improve error reporting rtc test: - check rtc alarm status in alarm test resctrl test: - add array overrun checks during iMC config parsing code and when reading strings - fixes and reorganizing code" * tag 'linux_kselftest-next-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: (23 commits) selftests/resctrl: Replace magic constants used as array size selftests/resctrl: Keep results from first test run selftests/resctrl: Do not compare performance counters and resctrl at low bandwidth selftests/resctrl: Use cache size to determine "fill_buf" buffer size selftests/resctrl: Ensure measurements skip initialization of default benchmark selftests/resctrl: Make benchmark parameter passing robust selftests/resctrl: Remove unused measurement code selftests/resctrl: Only support measured read operation selftests/resctrl: Remove "once" parameter required to be false selftests/resctrl: Make wraparound handling obvious selftests/resctrl: Protect against array overflow when reading strings selftests/resctrl: Protect against array overrun during iMC config parsing selftests/resctrl: Fix memory overflow due to unhandled wraparound selftests/resctrl: Print accurate buffer size as part of MBM results selftests/resctrl: Make functions only used in same file static selftests: Add a test mangling with uc_sigmask selftests: Rename sigaltstack to generic signal selftest: rtc: Add to check rtc alarm status for alarm related test selftests:timers: remove local CLOCKID defines selftests: timers: Remove unneeded semicolon ... --- 856385e0c56e7739bddea869e7a17f040211a2fc diff --cc tools/testing/selftests/Makefile index 363d031a16f7e,3cfad04d0b5c6..3f06b6233ae46 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@@ -88,10 -88,9 +88,10 @@@ TARGETS += rlimit TARGETS += rseq TARGETS += rtc TARGETS += rust +TARGETS += sched_ext TARGETS += seccomp TARGETS += sgx - TARGETS += sigaltstack + TARGETS += signal TARGETS += size TARGETS += sparc64 TARGETS += splice