criu/test/zdtm
Bhavik Sachdev d0fe5f50db
zdtm: check reservation mmaps are restored correctly
mmaps done just for reserving address space something like

void *addr = mmap(NULL, SIZE, PROT_NONE,
	      MAP_PRIVATE | MAP_ANONYMOUS, -1, 0);

Ensure that these do not have ac flag set in /proc/pid/smaps.

Signed-off-by: Bhavik Sachdev <b.sachdev1904@gmail.com>
2026-07-21 13:56:51 +02:00
..
lib zdtm/bpfmap: parse frozen field with SCNu32 2026-07-21 13:40:20 +02:00
static zdtm: check reservation mmaps are restored correctly 2026-07-21 13:56:51 +02:00
transition tests: it seems 30 seconds timeout is not always enough 2026-07-21 13:40:19 +02:00
.gitignore test/zdtm: unify common code 2017-04-02 18:12:10 +03:00
__init__.py zdtm: add --criu-config option 2022-04-28 17:53:52 -07:00
criu_config.py zdtm: Distinguish between fail and crash of dump 2024-09-11 16:02:11 -07:00
Makefile test/zdtm/Makefile: simplify 2017-04-02 18:12:10 +03:00
Makefile.inc zdtm: gcs: add opt-in GCS test support for AArch64 2026-07-21 13:40:17 +02:00