Hi Linus,
Please pull the following kselftest next update for Linux 6.16-rc1.
-- Fixes - cpufreq test to not double suspend in rtcwake case. - compile error in pid_namespace test. - run_kselftest.sh to use readlink if realpath is not available. - cpufreq basic read and update testcases. - ftrace to add poll to a gen_file so test can find it at run-time. - spelling errors in perf_events test.
diff is attached.
thanks, -- Shuah
---------------------------------------------------------------- The following changes since commit b4432656b36e5cc1d50a1f2dc15357543add530e:
Linux 6.15-rc4 (2025-04-27 15:19:23 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux_kselftest-next-6.16-rc1
for you to fetch changes up to 1107dc4c5b06188a3fb4897ceb197eb320a52e85:
selftests/run_kselftest.sh: Use readlink if realpath is not available (2025-05-15 16:52:47 -0600)
---------------------------------------------------------------- linux_kselftest-next-6.16-rc1
-- Fixes - cpufreq test to not double suspend in rtcwake case. - compile error in pid_namespace test. - run_kselftest.sh to use readlink if realpath is not available. - cpufreq basic read and update testcases. - ftrace to add poll to a gen_file so test can find it at run-time. - spelling errors in perf_events test.
---------------------------------------------------------------- Ayush Jain (1): selftests/ftrace: Convert poll to a gen_file
Colin Ian King (1): selftests/perf_events: Fix spelling mistake "sycnhronize" -> "synchronize"
Nícolas F. R. A. Prado (1): kselftest: cpufreq: Get rid of double suspend in rtcwake case
Peter Seiderer (1): selftests: pid_namespace: add missing sys/mount.h include in pid_max.c
Swapnil Sapkal (1): selftests/cpufreq: Fix cpufreq basic read and update testcases
Thomas Weißschuh (3): selftests/timens: Print TAP headers selftests/timens: Make run_tests() functions static selftests/timens: timerfd: Use correct clockid type in tclock_gettime()
Yosry Ahmed (1): selftests/run_kselftest.sh: Use readlink if realpath is not available
tools/testing/selftests/cpufreq/cpufreq.sh | 18 +++++++++++++----- tools/testing/selftests/ftrace/Makefile | 2 +- tools/testing/selftests/perf_events/watermark_signal.c | 2 +- tools/testing/selftests/pid_namespace/pid_max.c | 1 + tools/testing/selftests/run_kselftest.sh | 9 ++++++++- tools/testing/selftests/timens/clock_nanosleep.c | 4 +++- tools/testing/selftests/timens/exec.c | 2 ++ tools/testing/selftests/timens/futex.c | 2 ++ tools/testing/selftests/timens/gettime_perf.c | 2 ++ tools/testing/selftests/timens/procfs.c | 2 ++ tools/testing/selftests/timens/timens.c | 2 ++ tools/testing/selftests/timens/timer.c | 4 +++- tools/testing/selftests/timens/timerfd.c | 6 ++++-- tools/testing/selftests/timens/vfork_exec.c | 2 ++ 14 files changed, 46 insertions(+), 12 deletions(-) ----------------------------------------------------------------
The pull request you sent on Fri, 23 May 2025 14:12:35 -0600:
git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux_kselftest-next-6.16-rc1
has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/2d2435e1c843ced85e55885282c866208ff9f676
Thank you!
linux-kselftest-mirror@lists.linaro.org