]> sourceware.org Git - systemtap.git/commit
Fixed PR13055 by getting procfs probes working on 3.1 kernels.
authorDavid Smith <dsmith@redhat.com>
Thu, 18 Aug 2011 18:34:01 +0000 (13:34 -0500)
committerDavid Smith <dsmith@redhat.com>
Thu, 18 Aug 2011 18:34:01 +0000 (13:34 -0500)
commit7f2d56c366c79e11eb20f5fb9a226769ea1e8740
tree54b854da5fe1d597f2393983ae5d2243c11d0c28
parent6c090ccbeb3dffa2555b2e3e4fb1d184c43bef78
Fixed PR13055 by getting procfs probes working on 3.1 kernels.

* runtime/procfs.c (_stp_rmdir_proc_module): Fix problem where
  '/proc/systemtap' wasn't getting removed correctly.
  (_stp_mkdir_proc_module): Add support for kernels where neither
  path_lookup() or kern_path_parent() are exported (such as the 3.1
  kernels).
* buildrun.cxx (compile_pass): Convert compile test for kern_path_parent()
  to an export test.  Add exports tests for path_lookup() and
  vfs_path_lookup().
* runtime/autoconf-kern-path-parent.c: Removed.
buildrun.cxx
runtime/autoconf-kern-path-parent.c [deleted file]
runtime/procfs.c
This page took 0.025476 seconds and 5 git commands to generate.