[DTrace-devel] [oracle/dtrace-utils] 187c01: Fix init_disassemble_info typo

euloh noreply at github.com
Fri Feb 13 14:13:13 UTC 2026


  Branch: refs/heads/devel
  Home:   https://github.com/oracle/dtrace-utils
  Commit: 187c0119ddb8cede22ceaf333a9e5e52ba2dc731
      https://github.com/oracle/dtrace-utils/commit/187c0119ddb8cede22ceaf333a9e5e52ba2dc731
  Author: Eugene Loh <eugene.loh at oracle.com>
  Date:   2026-02-11 (Wed, 11 Feb 2026)

  Changed paths:
    M libdtrace/dt_pid.c

  Log Message:
  -----------
  Fix init_disassemble_info typo

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>


  Commit: 1f352b3f128d7771d113c12f11ba0006ba517d34
      https://github.com/oracle/dtrace-utils/commit/1f352b3f128d7771d113c12f11ba0006ba517d34
  Author: Eugene Loh <eugene.loh at oracle.com>
  Date:   2026-02-11 (Wed, 11 Feb 2026)

  Changed paths:
    M NEWS

  Log Message:
  -----------
  NEWS: Fix indentation

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>


  Commit: 9abccde65bd924a5b63258eebb5210952709768d
      https://github.com/oracle/dtrace-utils/commit/9abccde65bd924a5b63258eebb5210952709768d
  Author: Eugene Loh <eugene.loh at oracle.com>
  Date:   2026-02-11 (Wed, 11 Feb 2026)

  Changed paths:
    M NEWS
    M dtrace.spec

  Log Message:
  -----------
  NEWS/dtrace.spec: 2.0.5-2 release

Update version to 2.0.5-2 in a few overlooked places.

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>


  Commit: cb165daff32e0405c41cfa7975eee4a04c303604
      https://github.com/oracle/dtrace-utils/commit/cb165daff32e0405c41cfa7975eee4a04c303604
  Author: Kris Van Hees <kris.van.hees at oracle.com>
  Date:   2026-02-12 (Thu, 12 Feb 2026)

  Changed paths:
    R uts/common/sys/mnttab.h

  Log Message:
  -----------
  uts: remove unused header file

Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>
Reviewed-by: Nick Alcock <nick.alcock at oracle.com>


  Commit: 5bcdc90bd3f5f489b86201cdb843d9eb0739727e
      https://github.com/oracle/dtrace-utils/commit/5bcdc90bd3f5f489b86201cdb843d9eb0739727e
  Author: Eugene Loh <eugene.loh at oracle.com>
  Date:   2026-02-12 (Thu, 12 Feb 2026)

  Changed paths:
    M dtprobed/dtprobed.c

  Log Message:
  -----------
  dtprobed: use /proc/$pid/map_files, not the filename of the mapping

Instead of using prf->prf_mapname (which resolves to the mapped file's
target), use Pmap_mapfile_name() to get the actual
/proc/$pid/map_files/* path.  These magic symlinks can be opened even
when their corresponding files are deleted or in an inaccessible
filesystem namespace, ensuring we can read the mapping contents
reliably.  DTrace already does this to read mappings during USDT probe
lookup.

(We still use prf->prf_mapname to determine the module name used in the
dof helper, and thus ultimately in the probespec, because that should be
an actual user-readable module name, not some random address-space-like
filename: it doesn't matter that that name might not exist on the
filesystem.  Thanks to Eugene Loh for spotting this and Kris van Hees
for fixing it.)

Fixes issues with probes in paths like /home when dtprobed
is sandboxed by systemd.

Tested on both systemd and non-systemd (non-jailed) systems, with USDT
programs running out of /tmp, /usr/local and /home.

Signed-off-by: Nick Alcock <nick.alcock at oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>


Compare: https://github.com/oracle/dtrace-utils/compare/e85c438752ab...5bcdc90bd3f5

To unsubscribe from these emails, change your notification settings at https://github.com/oracle/dtrace-utils/settings/notifications



More information about the DTrace-devel mailing list