criu/test
Ahmed Elaidy b782ad993b zdtm: add sk-unix-dgram-pidfd-stale test for stale pidfd in queue
A child queues a message to a SO_PASSPIDFD socket, exits and is reaped
before the dump, so the skb pid references a dead process. After
checkpoint/restore the test verifies the packet survived and that
recvmsg yields a pidfd that behaves exactly as it would have before
the dump.

Only kernels >= 6.17 can mint a pidfd for an already reaped process
(see kernel commit "af_unix: enable handing out pidfds for reaped
tasks in SCM_PIDFD"); older kernels put a negative error code into
the cmsg payload instead. The test probes the kernel's behavior with
a throwaway socketpair before the dump and asserts the post-restore
behavior matches: on new kernels the restored pidfd must be stale
(pidfd_send_signal() fails with ESRCH, fdinfo shows Pid: -1), on old
kernels the receiver must get a negative value, as it would have
pre-dump.

Signed-off-by: Ahmed Elaidy <elaidya225@gmail.com>
2026-07-16 22:48:06 +03:00
..
compel Run 'make indent' on header files 2021-09-03 10:31:00 -07:00
cuda-checkpoint test: add get-state to mocked cuda-checkpoint tool 2025-03-21 12:40:31 -07:00
exhaustive test/exhaustive: catch Exception instead of 2026-07-16 09:34:29 +01:00
inhfd test/inhfd: remove redundant mnt_id initialization 2026-07-08 09:51:25 +01:00
javaTests test/javaTests: update org.testng:testng (Maven) 2023-04-15 21:17:21 -07:00
jenkins compel: remove hardware breakpoint usage 2026-03-08 23:01:54 -07:00
libfault zdtm: add support for LD_PRELOAD tests 2024-09-11 16:02:11 -07:00
others scripts, test: replace exit() with sys.exit() 2026-07-16 09:34:29 +01:00
pki test: create new tls certificates 2021-09-03 10:31:00 -07:00
plugins zdtm: add inventory test plugins 2025-03-21 12:40:31 -07:00
zdtm zdtm: add sk-unix-dgram-pidfd-stale test for stale pidfd in queue 2026-07-16 22:48:06 +03:00
.gitignore zdtm: Add javaTests output to .gitignore 2021-09-03 10:31:00 -07:00
abrt.sh test/abrt: skip core dumps from the seccomp_filter test 2019-04-20 20:25:26 -07:00
crit-recode.py test/crit-recode: fix file handle leak in image read 2026-07-07 15:02:33 +01:00
empty-netns-prep.sh test: don't use nsenter in tests 2017-05-19 09:17:20 +03:00
groups.desc zdtm.py: Generator of groups of tests 2015-12-08 14:54:41 +03:00
inhfd.desc zdtm.py: Add inhfd tests for --inherit-fd option 2015-10-19 12:42:01 +03:00
Makefile test: fix clean target paths for libcriu, rpc, and crit 2026-06-12 09:54:46 +01:00
pycriu lib: use separate packages for pycriu and crit 2023-11-27 16:47:16 -08:00
umount2.c zdtm: add a program to umount a test root 2016-09-26 15:42:40 +03:00
zdtm.desc test: Get rid of live directory 2016-02-20 13:40:52 +03:00
zdtm.py test/zdtm: avoid overwriting superclass attributes in userns_flavor 2026-07-16 09:34:29 +01:00
zdtm_ct.c zdtm: Update netns purpose comment in zdtm_ct. 2023-10-22 13:29:25 -07:00
zdtm_mount_cgroups zdtm: use unique holder for cgroups 2022-04-28 17:53:52 -07:00
zdtm_umount_cgroups zdtm: use unique holder for cgroups 2022-04-28 17:53:52 -07:00