[DTrace-devel] [oracle/dtrace-utils] 187c01: Fix init_disassemble_info typo
euloh
noreply at github.com
Thu Feb 12 05:29:52 UTC 2026
Branch: refs/heads/dev-queue
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: e2f202cea89c1a63dd32912c6b22901e15c2bd81
https://github.com/oracle/dtrace-utils/commit/e2f202cea89c1a63dd32912c6b22901e15c2bd81
Author: Eugene Loh <eugene.loh at oracle.com>
Date: 2026-02-11 (Wed, 11 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.
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: Eugene Loh <eugene.loh at oracle.com>
Compare: https://github.com/oracle/dtrace-utils/compare/e85c438752ab...e2f202cea89c
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