[DTrace-devel] [oracle/dtrace-utils] 109a4f: spec: fix missing attribution of patches
euloh
noreply at github.com
Wed Feb 4 15:59:44 UTC 2026
Branch: refs/heads/dev-queue
Home: https://github.com/oracle/dtrace-utils
Commit: 109a4fd700ef81805af604ccd717cb53cb6732b4
https://github.com/oracle/dtrace-utils/commit/109a4fd700ef81805af604ccd717cb53cb6732b4
Author: Kris Van Hees <kris.van.hees at oracle.com>
Date: 2026-02-04 (Wed, 04 Feb 2026)
Changed paths:
M dtrace.spec
Log Message:
-----------
spec: fix missing attribution of patches
Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>
Reviewed-by: Eugene Loh <eugene.loh at oracle.com>
Reviewed-by: Elena Zannoni <elena.zannoni at oracle.com>
Commit: cd770947e6f7770cec38e64ec47b4668c87fb744
https://github.com/oracle/dtrace-utils/commit/cd770947e6f7770cec38e64ec47b4668c87fb744
Author: Kris Van Hees <kris.van.hees at oracle.com>
Date: 2026-02-04 (Wed, 04 Feb 2026)
Changed paths:
M libdtrace/dt_pid.c
M libdtrace/dt_prov_uprobe.c
A test/unittest/usdt/tst.multiloc.r
A test/unittest/usdt/tst.multiloc.sh
A test/unittest/usdt/tst.stapsdt-notes-bug38922360.r
A test/unittest/usdt/tst.stapsdt-notes-bug38922360.sh
Log Message:
-----------
usdt, stapsdt: fix argument handling for multi-location probes
When a USDT probe has multiple call sites in the same function, only one
of the probe programs retrieves the argument values correctly. The
probe argument data is collected for the first underlying probe, and then
skipped for any subsequent underlying probes.
Since it is not guaranteed that the argument description is identical for
all underlying probes (although it is almost always that way), we need to
process the argument description string for each underlying probe.
Orabug: 38922360
Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>
Reviewed-by: Eugene Loh <eugene.loh at oracle.com>
Commit: 1dcba90092eaebfc2c8340d5b6b81859d96bff79
https://github.com/oracle/dtrace-utils/commit/1dcba90092eaebfc2c8340d5b6b81859d96bff79
Author: Eugene Loh <eugene.loh at oracle.com>
Date: 2026-02-04 (Wed, 04 Feb 2026)
Changed paths:
M NEWS
M dtrace.spec
Log Message:
-----------
NEWS/dtrace.spec: Add items for release 2.0.5
Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>
Compare: https://github.com/oracle/dtrace-utils/compare/22023cdbf8b5...1dcba90092ea
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