]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix 392118 - unhandled amd64-linux syscall: 332 (statx)
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 11 Aug 2018 13:56:56 +0000 (15:56 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 11 Aug 2018 13:56:56 +0000 (15:56 +0200)
commit8bc2b6fd26070f9f4d3f067910eb3e3b5e662fd7
tree2127784e4462d8fc7996c03fcf606929d4a06b09
parent0e11eeacc93cf3968abd74578f1bedb52de110bd
Fix 392118 - unhandled amd64-linux syscall: 332 (statx)

Code patch provided by Mattias AndrĂ©e

Added a regression test to (somewhat) test stat and statx.

Tested on amd64 only.
15 files changed:
.gitignore
coregrind/m_syswrap/priv_syswrap-linux.h
coregrind/m_syswrap/syswrap-amd64-linux.c
coregrind/m_syswrap/syswrap-arm-linux.c
coregrind/m_syswrap/syswrap-arm64-linux.c
coregrind/m_syswrap/syswrap-linux.c
coregrind/m_syswrap/syswrap-mips32-linux.c
coregrind/m_syswrap/syswrap-ppc32-linux.c
coregrind/m_syswrap/syswrap-ppc64-linux.c
coregrind/m_syswrap/syswrap-x86-linux.c
include/vki/vki-linux.h
memcheck/tests/linux/Makefile.am
memcheck/tests/linux/sys-statx.c [new file with mode: 0644]
memcheck/tests/linux/sys-statx.stderr.exp [new file with mode: 0644]
memcheck/tests/linux/sys-statx.vgtest [new file with mode: 0644]