]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Implement fcntl F_CREATED_QUERY
authorAlexandra Hájková <ahajkova@redhat.com>
Fri, 4 Jul 2025 11:35:13 +0000 (07:35 -0400)
committerAlexandra Hájková <ahajkova@redhat.com>
Fri, 4 Jul 2025 12:46:10 +0000 (14:46 +0200)
commit7615845dcd2166d98cb246e1ca7d4496cfcdfc4f
tree476dcf4a5612c80b404811b45e044fcb9d995801
parent924c0eadf1a948292ff1eeab162f85a3b2da3eb0
Implement fcntl F_CREATED_QUERY

Define VKI_F_CREATED_QUERY in vki-linux.h.
Recognize it in PRE(sys_fcntl).
This fixes ltp tests failures. When running:
make ltpchecks TESTS="fcntl40 fcntl40_64
the tests would fail with:
fcntl40: unempty log2.filtered:
==1809471== Warning: unimplemented fcntl command: 1028

https://bugs.kde.org/show_bug.cgi?id=506076
NEWS
coregrind/m_syswrap/syswrap-linux.c
include/vki/vki-linux.h