Re: [PATCH] NEWS/dtrace.spec: Add items for release 2.0.5
Kris Van Hees <[email protected]> Wed, 4 Feb 2026 10:29:06 -0500
| Newsgroups | dev.linux.lists.dtrace |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Feb 04, 2026 at 08:09:03AM -0500, [email protected] wrote: > From: Eugene Loh <[email protected]> > > Signed-off-by: Eugene Loh <[email protected]> Reviewed-by: Kris Van Hees <[email protected]> > --- > NEWS | 4 +++- > dtrace.spec | 4 +++- > 2 files changed, 6 insertions(+), 2 deletions(-) > > diff --git a/NEWS b/NEWS > index 8f9ea6f4..bd20932a 100644 > --- a/NEWS > +++ b/NEWS > @@ -1,4 +1,4 @@ > -2.0.5-1 (Jan 27th, 2026) > +2.0.5-1 (Feb 4th, 2026) > ------------------------ > > New features: > @@ -9,6 +9,8 @@ Bugfixes: > > - Allocate the buffers BPF map to fit highest CPU id. > > + - Fix argument handling for multi-location user probes. > + > - Change the "stack skip" to 3 for fbt (fprobe) and rawtp providers. > > - Fix prvname so that both rawfbt and fbt probes are seen. > diff --git a/dtrace.spec b/dtrace.spec > index d43b3c20..ee6c37b0 100644 > --- a/dtrace.spec > +++ b/dtrace.spec > @@ -230,9 +230,11 @@ systemctl start dtprobed || : > %{_libdir}/dtrace/testsuite > > %changelog > -* Tue Jan 27 2026 Eugene Loh <[email protected]> - 2.0.5-1 > +* Wed Feb 4 2026 Eugene Loh <[email protected]> - 2.0.5-1 > - Implement PID-specific uprobes. (Kris Van Hees) > - Allocate the buffers BPF map to fit highest CPU id. (Kris Van Hees) > +- Fix argument handling for multi-location user probes. > + (Kris Van Hees) [Orabug: 38922360] > - 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. > -- > 2.47.3 >