]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add support for the copy_file_range syscall
authorAlexandra Hajkova <ahajkova@redhat.com>
Thu, 2 May 2019 12:24:02 +0000 (08:24 -0400)
committerMark Wielaard <mark@klomp.org>
Sun, 5 May 2019 13:27:13 +0000 (15:27 +0200)
commit5f00db054a6f59502e9deeeb59ace2261207ee31
tree60917c89170ca05837763f6fd596af15eb222c32
parent4d089e27d9910c9e4e27f9422eae7ecdb5ab1a55
Add support for the copy_file_range syscall

Support amd64, x86, arm64, ppc64, ppc32 and s390x architectures.
Also add sys-copy_file_range test case.
14 files changed:
NEWS
configure.ac
coregrind/m_syswrap/priv_syswrap-linux.h
coregrind/m_syswrap/syswrap-amd64-linux.c
coregrind/m_syswrap/syswrap-arm64-linux.c
coregrind/m_syswrap/syswrap-linux.c
coregrind/m_syswrap/syswrap-ppc32-linux.c
coregrind/m_syswrap/syswrap-ppc64-linux.c
coregrind/m_syswrap/syswrap-s390x-linux.c
coregrind/m_syswrap/syswrap-x86-linux.c
memcheck/tests/linux/Makefile.am
memcheck/tests/linux/sys-copy_file_range.c [new file with mode: 0644]
memcheck/tests/linux/sys-copy_file_range.stderr.exp [new file with mode: 0644]
memcheck/tests/linux/sys-copy_file_range.vgtest [new file with mode: 0644]