about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/tst-process_mrelease.c
Commit message (Collapse)AuthorAgeFilesLines
* linux: Add process_mreleaseAdhemerval Zanella2022-06-021-0/+86
Added in Linux 5.15 (884a7e5964e06ed93c7771c0d7cf19c09a8946f1), the new syscalls allows a caller to free the memory of a dying target process. Checked on x86_64-linux-gnu. Reviewed-by: Carlos O'Donell <carlos@redhat.com>