]> sourceware.org Git - systemtap.git/commit
Added rename()/renameat() testcase and prevent more syscall nesting.
authorDavid Smith <dsmith@redhat.com>
Wed, 12 Feb 2014 20:53:21 +0000 (14:53 -0600)
committerDavid Smith <dsmith@redhat.com>
Wed, 12 Feb 2014 20:53:21 +0000 (14:53 -0600)
commit2e55270c6153a451ed50986513b743778c30a5b4
tree2963f5755fc0b04eee3d2078641cf3777cb3782f
parent661d7bed2e686e2b8c0af21be4d661c7d0ad4265
Added rename()/renameat() testcase and prevent more syscall nesting.

* testsuite/systemtap.syscall/rename.c: New testcase for rename() and
  renameat().
* tapset/linux/syscalls2.stp: Prevent syscall nesting in syscall.open,
  and syscall.renameat.
* tapset/linux/nd_syscalls2.stp: Ditto.
* tapset/linux/syscalls.stp: Prevent syscall nesting in syscall.mkdirat.
* tapset/linux/nd_syscalls.stp: Ditto.
* runtime/linux/compat_unistd.h: Add __NR_compat defines.
runtime/linux/compat_unistd.h
tapset/linux/nd_syscalls.stp
tapset/linux/nd_syscalls2.stp
tapset/linux/syscalls.stp
tapset/linux/syscalls2.stp
testsuite/systemtap.syscall/rename.c [new file with mode: 0644]
This page took 0.030163 seconds and 5 git commands to generate.