]> sourceware.org Git - systemtap.git/commit
Fixed PR15456 by updating syscall tapsets with compat function changes.
authorDavid Smith <dsmith@redhat.com>
Fri, 10 May 2013 19:41:00 +0000 (14:41 -0500)
committerDavid Smith <dsmith@redhat.com>
Fri, 10 May 2013 19:41:00 +0000 (14:41 -0500)
commit40fbf66a8969dff1134aeb0645baa5204ac542f0
tree2322a4fad30903ff46f832a86fd5e8160be8a377
parent08357f6b8bf9cc459c48d81018c120922de2daf7
Fixed PR15456 by updating syscall tapsets with compat function changes.

* tapset/linux/syscalls.stp (syscall.compat_sys_msgrcv): Updated for newer
  kernel compat function argument names.
  (syscall.compat_sys_msgsnd): Ditto.
* tapset/linux/syscalls2.stp (syscall.compat_sys_semctl): Updated for
  newer kernel compat function argument names.
  (syscall.compat_sys_shmat): Updated for newer kernel compat function
  argument names. Deprecated old "first", "second", "third" variable names
  in favor of variable names that match the non-compat probe alias.
* tapset/linux/nd_syscalls2.stp: Ditto.
* testsuite/buildok/nd_syscalls2-detailed.stp: Updated with new variables
  in the "shmat" probe alias.
* testsuite/buildok/syscalls2-detailed.stp: Ditto.
* NEWS: Mentioned variable deprecations.
NEWS
tapset/linux/nd_syscalls2.stp
tapset/linux/syscalls.stp
tapset/linux/syscalls2.stp
testsuite/buildok/nd_syscalls2-detailed.stp
testsuite/buildok/syscalls2-detailed.stp
This page took 0.026031 seconds and 5 git commands to generate.