]> sourceware.org Git - systemtap.git/commit
Fix PR19812 by translating vpid to host namespace pid.
authorMartin Cermak <mcermak@redhat.com>
Wed, 16 Mar 2016 13:26:10 +0000 (14:26 +0100)
committerMartin Cermak <mcermak@redhat.com>
Wed, 16 Mar 2016 13:26:10 +0000 (14:26 +0100)
commit9546970a2fcc06a433ea067833ee95ff74c564ce
treea4dc5c1fcfffe2dd7e245a15feb8d622addd7f42
parentc1531f3f48faf5d45949210712ef0e9420297b12
Fix PR19812 by translating vpid to host namespace pid.

Docker containers can use virtual pids, which need to get mapped to
host namespace pid in order to get the userspace probing working.

If the container is run with docker run --pid=host, then it uses
the host namespace pids and this translation is unnecessary.
runtime/transport/transport.c
This page took 0.02659 seconds and 5 git commands to generate.