Bug 427787

Summary: Support new faccessat2 linux syscall (439)
Product: [Developer tools] valgrind Reporter: Mark Wielaard <mark>
Component: generalAssignee: Mark Wielaard <mark>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
URL: https://bugzilla.redhat.com/show_bug.cgi?id=1888170
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Support new faccessat2 linux syscall

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