From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 69DB9385840C; Wed, 14 Feb 2024 15:51:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 69DB9385840C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707925896; bh=0xEWmjUPXzjROlxnaO25XyTsfjuFObLzs5OM7AbzqZQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lHgnwVgcYRUGmMtT9iyC5YTZpNYdFRawWJZEQrnkKLmodun5ynwmgO/tAfmfY6gog bSRm64e04NMX3mi75q77x9POKlT8Xuqxu2tIAV2FZOpQ2zQpt85sTr3NCSUnnPwx+N 7/sYMm70ccG2eC+o1vyAp83uKB1DwOIMq6WiyqU8= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/27380] Missing process_madvise(2) system call wrapper Date: Wed, 14 Feb 2024 15:51:35 +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: fweimer at redhat dot com 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: flagtypes.name resolution bug_status cc target_milestone 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 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |security- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED CC| |fweimer at redhat dot com Target Milestone|--- |2.36 --- Comment #1 from Florian Weimer --- Fixed via: commit d19ee3473d68ca0e794f3a8b7677a0983ae1342e Author: Adhemerval Zanella Date: Wed Jan 26 16:05:31 2022 -0300 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 --=20 You are receiving this mail because: You are on the CC list for the bug.=