[DTrace-devel] [PATCH] spec: fix missing attribution of patches

Kris Van Hees kris.van.hees at oracle.com
Tue Feb 3 19:58:19 UTC 2026


On Tue, Feb 03, 2026 at 01:38:38PM -0500, Eugene Loh wrote:
> Oops, my fault.  Thanks (and sorry).
 
The convention has been that the entries for anyone other than the person
writing the changelog get an attribution.  So, those who do not have any
attribution, are owned by the person writing the changelog.

> But why are only three items fixed?  Presumably, the other items should be:
> 
> - Change the "stack skip" to 3 for fbt (fprobe) and rawtp providers.
>   (Eugene Loh) [Orabug: 38776929]
> - Fix prvname so that both rawfbt and fbt probes are seen.
>   (Eugene Loh) [Orabug: 38842114]
> - Do not convert "__" to "-" for stapsdt provider names. (Eugene Loh)
> - Fix printf formatting with non-monetary grouping chars.
>   (Eugene Loh) [Orabug: 30430270]
> - Add the DTrace Tutorial to the git repo and install package. (Eugene Loh)
> - Add missing documentation:  trunc(), stapsdt, usdt.h include path.
>   (Eugene Loh)
> - Update LLM context files to forbid "if" statements. (Eugene Loh)
> - Test suite weakly pulls in kernel-uek-tools to get perf.
>   (Nick Alcock) [Orabug: 38064413]
> 
> On 2/3/26 11:23, Kris Van Hees via DTrace-devel wrote:
> > Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>
> > ---
> >   dtrace.spec | 6 +++---
> >   1 file changed, 3 insertions(+), 3 deletions(-)
> > 
> > diff --git a/dtrace.spec b/dtrace.spec
> > index 6f0b0135..4d470cf9 100644
> > --- a/dtrace.spec
> > +++ b/dtrace.spec
> > @@ -231,8 +231,8 @@ systemctl start dtprobed || :
> >   %changelog
> >   * Tue Jan 27 2026 Eugene Loh <eugene.loh at oracle.com> - 2.0.5-1
> > -- Implement PID-specific uprobes.
> > -- Allocate the buffers BPF map to fit highest CPU id.
> > +- Implement PID-specific uprobes.  (Kris Van Hees)
> > +- Allocate the buffers BPF map to fit highest CPU id.  (Kris Van Hees)
> >   - Change the "stack skip" to 3 for fbt (fprobe) and rawtp providers.
> >     [Orabug: 38776929]
> >   - Fix prvname so that both rawfbt and fbt probes are seen.
> > @@ -240,7 +240,7 @@ systemctl start dtprobed || :
> >   - Do not convert "__" to "-" for stapsdt provider names.
> >   - Fix printf formatting with non-monetary grouping chars.
> >     [Orabug: 30430270]
> > -- Discontinue -xversion=V as an option.  [Orabug: 38615307]
> > +- Discontinue -xversion=V as an option.  (Kris Van Hees) [Orabug: 38615307]
> >   - Add the DTrace Tutorial to the git repo and install package.
> >   - Add missing documentation:  trunc(), stapsdt, usdt.h include path.
> >   - Update LLM context files to forbid "if" statements.



More information about the DTrace-devel mailing list