Bug 427787 - Support new faccessat2 linux syscall (439)
Summary: Support new faccessat2 linux syscall (439)
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Mark Wielaard
URL: https://bugzilla.redhat.com/show_bug....
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-16 00:51 UTC by Mark Wielaard
Modified: 2020-10-18 20:23 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Support new faccessat2 linux syscall (8.86 KB, patch)
2020-10-16 02:21 UTC, Mark Wielaard
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Wielaard 2020-10-16 00:51:18 UTC
faccessat2 is a new syscall in linux 5.8 and will be used by glibc 2.33.
faccessat2 is simply faccessat with a new flag argument.
Comment 1 Mark Wielaard 2020-10-16 02:21:35 UTC
Created attachment 132401 [details]
Support new faccessat2 linux syscall
Comment 2 Mark Wielaard 2020-10-18 20:23:48 UTC
commit fe4b349df3d5edc1c849e9890cbc6b191386a03c
Author: Mark Wielaard <mark@klomp.org>
Date:   Fri Oct 16 02:55:06 2020 +0200

    Support new faccessat2 linux syscall (439)
    
    faccessat2 is a new syscall in linux 5.8 and will be used by glibc 2.33.
    faccessat2 is simply faccessat with a new flag argument. It has
    a common number across all linux arches.
    
    https://bugs.kde.org/427787