[valgrind] [Bug 433873] openat2 syscall unimplemented on Linux

2023-01-06 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=433873 Paul Floyd changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[valgrind] [Bug 433873] openat2 syscall unimplemented on Linux

2023-01-06 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=433873 --- Comment #7 from Paul Floyd --- Hmm. I should perhaps land this. Need some tests (scalar at least). -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 433873] openat2 syscall unimplemented on Linux

2021-11-03 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=433873 Paul Floyd changed: What|Removed |Added Attachment #143183|0 |1 is obsolete|

[valgrind] [Bug 433873] openat2 syscall unimplemented on Linux

2021-11-03 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=433873 --- Comment #5 from Paul Floyd --- I had a little difficulty compiling the example code, ended up copying/pasting a few ofd the octal flags from /usr/include/asm-generic/fcntl.h directly into the file. I based the mode/flags and resolve checks on this

[valgrind] [Bug 433873] openat2 syscall unimplemented on Linux

2021-11-03 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=433873 Paul Floyd changed: What|Removed |Added Attachment #143181|0 |1 is obsolete|

[valgrind] [Bug 433873] openat2 syscall unimplemented on Linux

2021-11-03 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=433873 --- Comment #3 from Paul Floyd --- Created attachment 143181 --> https://bugs.kde.org/attachment.cgi?id=143181=edit diff for opnenat2 Here is the start of an implementation. Mostly it's just a copy/paste of sys_openat, with the args changed to use

[valgrind] [Bug 433873] openat2 syscall unimplemented on Linux

2021-10-29 Thread Sam James
https://bugs.kde.org/show_bug.cgi?id=433873 Sam James changed: What|Removed |Added CC||s...@gentoo.org -- You are receiving this mail

[valgrind] [Bug 433873] openat2 syscall unimplemented on Linux

2021-03-03 Thread Drew DeVault
https://bugs.kde.org/show_bug.cgi?id=433873 --- Comment #2 from Drew DeVault --- Created attachment 136343 --> https://bugs.kde.org/attachment.cgi?id=136343=edit Program which demonstrates the use of the openat2 syscall Sure thing. Here's a test program. -- You are receiving this mail

[valgrind] [Bug 433873] openat2 syscall unimplemented on Linux

2021-03-02 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=433873 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr --- Comment #1 from Paul Floyd