From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5058F38582B4; Sun, 25 Feb 2024 12:13:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5058F38582B4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1708863213; bh=BgZReePLeSSczCKBH2e217wnZdnh7DfNDOREpKSpUC0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uokYflFtQGaQRjy48hcF4rYQjNeSdTCeQmd+gceH26sx+mcxQ6DmU3y5+oyVV88OE FNkKUZ+01/J+C+TOPzb8Gw3kdKe9oFEa8vRhxsNf5ZeWhM5mrn5julni9d16Ek9rpv U/qzbtw55GIHaFUFdPZfjuxr1r6bp6pSE5yQeLOM= From: "alx at kernel dot org" To: glibc-bugs@sourceware.org Subject: [Bug libc/27380] Missing process_madvise(2) system call wrapper Date: Sun, 25 Feb 2024 12:13:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: alx at kernel dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: 2.36 X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D27380 --- Comment #2 from alx at kernel dot org --- Hi Florian, On Wed, Feb 14, 2024 at 03:51:35PM +0000, fweimer at redhat dot com wrote: > https://sourceware.org/bugzilla/show_bug.cgi?id=3D27380 >=20 > Florian Weimer changed: >=20 > What |Removed |Added > -------------------------------------------------------------------------= --- > Flags| |security- > Resolution|--- |FIXED > Status|UNCONFIRMED |RESOLVED > CC| |fweimer at redhat dot com > Target Milestone|--- |2.36 >=20 > --- Comment #1 from Florian Weimer --- > Fixed via: >=20 > commit d19ee3473d68ca0e794f3a8b7677a0983ae1342e > Author: Adhemerval Zanella > Date: Wed Jan 26 16:05:31 2022 -0300 >=20 > linux: Add process_madvise >=20 > It was added on Linux 5.10 (ecb8ac8b1f146915aa6b96449b66dd48984caacc) > with the same functionality as madvise but using a pidfd of the target > process. >=20 > Checked on x86_64-linux-gnu and i686-linux-gnu. >=20 > Reviewed-by: Carlos O'Donell Thanks! I see it's not documented in the glibc manual. I couldn't find it here: Anyway, from the commit message and NEWS file I could see what I needed for the manual page. Have a lovely day! Alex --=20 You are receiving this mail because: You are on the CC list for the bug.=