https://bugs.kde.org/show_bug.cgi?id=407218

--- Comment #2 from Mark Wielaard <m...@klomp.org> ---
Tested on Fedora f29 armv7. Works as expected (modulo a strange backtrace
issue, but that has nothing to do with this code or test).

Pushed:

commit bd27ad3ff31555484b7fdb310c4b033620882e44
Author: Mark Wielaard <m...@klomp.org>
Date:   Sun May 5 16:01:41 2019 +0200

    Hook linux copy_file_range syscall on arm.

diff --git a/coregrind/m_syswrap/syswrap-arm-linux.c
b/coregrind/m_syswrap/syswrap-arm-linux.c
index 9f1bdab..9ba0665 100644
--- a/coregrind/m_syswrap/syswrap-arm-linux.c
+++ b/coregrind/m_syswrap/syswrap-arm-linux.c
@@ -1016,6 +1016,8 @@ static SyscallTableEntry syscall_main_table[] = {
    LINXY(__NR_getrandom,         sys_getrandom),        // 384
    LINXY(__NR_memfd_create,      sys_memfd_create),     // 385

+   LINX_(__NR_copy_file_range,   sys_copy_file_range),  // 391
+
    LINXY(__NR_statx,             sys_statx),            // 397
 };

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to