aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/tst-process_mrelease.c
AgeCommit message (Collapse)Author
2022-06-02linux: Add process_mreleaseAdhemerval Zanella
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>