aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-01-26 16:05:31 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-06-02 15:43:28 -0300
commitd19ee3473d68ca0e794f3a8b7677a0983ae1342e (patch)
tree54f061e127a813931ddbb30c328978eb26a7b3ef /NEWS
parent7d3e91ba194cc4b5fe1c9017f3bd77533c123b97 (diff)
downloadglibc-d19ee3473d68ca0e794f3a8b7677a0983ae1342e.zip
glibc-d19ee3473d68ca0e794f3a8b7677a0983ae1342e.tar.gz
glibc-d19ee3473d68ca0e794f3a8b7677a0983ae1342e.tar.bz2
linux: Add process_madvise
It was added on Linux 5.10 (ecb8ac8b1f146915aa6b96449b66dd48984caacc) with the same functionality as madvise but using a pidfd of the target process. Checked on x86_64-linux-gnu and i686-linux-gnu. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ad0c08d..5032f5f 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,10 @@ Major new features:
have been added. The pidfd functionality provides access to a process
while avoiding the issue of PID reuse on tranditional Unix systems.
+* On Linux, the process_madvise function has been added. It has the
+ same functionality as madvise but alters the target process identified
+ by the pidfd.
+
Deprecated and removed features, and other changes affecting compatibility:
* Support for prelink will be removed in the next release; this includes