summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/pid_namespace/pid_max.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2025-05-26 14:25:23 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2025-05-26 14:25:23 -0700
commit2d2435e1c843ced85e55885282c866208ff9f676 (patch)
tree439d0d8fd13a88a5a7ab47cb37892b64bda7f938 /tools/testing/selftests/pid_namespace/pid_max.c
parent07046958f6ddaa1e05ac64d1e11e77b6db9a00ce (diff)
parent1107dc4c5b06188a3fb4897ceb197eb320a52e85 (diff)
Merge tag 'linux_kselftest-next-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull Kselftest updates from Shuah Khan: "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" * tag 'linux_kselftest-next-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: selftests/run_kselftest.sh: Use readlink if realpath is not available selftests/timens: timerfd: Use correct clockid type in tclock_gettime() selftests/timens: Make run_tests() functions static selftests/timens: Print TAP headers selftests: pid_namespace: add missing sys/mount.h include in pid_max.c kselftest: cpufreq: Get rid of double suspend in rtcwake case selftests/cpufreq: Fix cpufreq basic read and update testcases selftests/ftrace: Convert poll to a gen_file selftests/perf_events: Fix spelling mistake "sycnhronize" -> "synchronize"
Diffstat (limited to 'tools/testing/selftests/pid_namespace/pid_max.c')
-rw-r--r--tools/testing/selftests/pid_namespace/pid_max.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/pid_namespace/pid_max.c b/tools/testing/selftests/pid_namespace/pid_max.c
index 51c414faabb0f..96f274f0582b6 100644
--- a/tools/testing/selftests/pid_namespace/pid_max.c
+++ b/tools/testing/selftests/pid_namespace/pid_max.c
@@ -10,6 +10,7 @@
#include <stdlib.h>
#include <string.h>
#include <syscall.h>
+#include <sys/mount.h>
#include <sys/wait.h>
#include "../kselftest_harness.h"