]> sourceware.org Git - systemtap.git/commit
PR16207 partial fix: Fix the access [nd_]syscall.exp tests on rawhide.
authorDavid Smith <dsmith@redhat.com>
Fri, 22 Nov 2013 22:41:54 +0000 (16:41 -0600)
committerDavid Smith <dsmith@redhat.com>
Fri, 22 Nov 2013 22:41:54 +0000 (16:41 -0600)
commitb72512c6a1b92209d41213cb83966db60851c7b0
treefdcfca6aa1ac63d2f2d0f3588d563ec546cefc27
parentc26b34c3d50ac5f394606a9b41fcacbb7f2301c6
PR16207 partial fix: Fix the access [nd_]syscall.exp tests on rawhide.

* tapset/linux/syscalls.stpm: Add @__syscall_compat_gate() macro.
* tapset/linux/syscalls.stp: Add @__syscall_compat_gate() macro call to
  syscall.faccessat and syscall.faccess.return.
* tapset/linux/nd_syscalls.stp: Add @__syscall_compat_gate() macro call to
  nd_syscall.faccessat and nd_syscall.faccess.return.
* testsuite/systemtap.syscall/access.c: Updated testcase to handle
  access() no longer being a wrapper around faccessat().
* runtime/linux/compat_unistd.h: New file.
* tapset/linux/aux_syscalls.stp: Include compat_unistd.h.
runtime/linux/compat_unistd.h [new file with mode: 0644]
tapset/linux/aux_syscalls.stp
tapset/linux/nd_syscalls.stp
tapset/linux/syscalls.stp
tapset/linux/syscalls.stpm
testsuite/systemtap.syscall/access.c
This page took 0.025124 seconds and 5 git commands to generate.