All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kris Van Hees <kris.van.hees@oracle.com>
To: eugene.loh@oracle.com
Cc: dtrace@lists.linux.dev, dtrace-devel@oss.oracle.com
Subject: Re: [PATCH 2/2] Update NEWS and dtrace.spec for release 2.0.4.1
Date: Mon, 26 Jan 2026 20:20:26 -0500	[thread overview]
Message-ID: <aXgS2mGgUmRJ2t4I@oracle.com> (raw)
In-Reply-To: <20260126234150.20939-2-eugene.loh@oracle.com>

On Mon, Jan 26, 2026 at 06:41:50PM -0500, eugene.loh@oracle.com wrote:
> From: Eugene Loh <eugene.loh@oracle.com>
> 
> Signed-off-by: Eugene Loh <eugene.loh@oracle.com>

Reviewed-by: Kris Van Hees <kris.van.hees@oracle.com>

> ---
>  NEWS                    | 57 +++++++++++++++++++++++++++++++++++++++++
>  dtrace.spec             | 15 +++++++++++
>  libdtrace/versions.list |  1 +
>  3 files changed, 73 insertions(+)
> 
> diff --git a/NEWS b/NEWS
> index 48ae0bdf6..9348c01e1 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -1,3 +1,60 @@
> +2.0.4.1-1 (Jan 26th, 2026)
> +------------------------
> +
> +New features:
> +
> + - Implement PID-specific uprobes.
> +
> +Bugfixes:
> +
> + - Allocate the buffers BPF map to fit highest CPU id.
> +
> + - Change the "stack skip" to 3 for fbt (fprobe) and rawtp providers.
> +
> + - Fix prvname so that both rawfbt and fbt probes are seen.
> +
> + - Do not convert "__" to "-" for stapsdt provider names.
> +
> + - Fix printf formatting with non-monetary grouping chars.
> +
> +User-visible changes:
> +
> + - Discontinue -xversion=V as an option.
> +
> + - Support non-libctf environments for tcp.
> +
> +Internal changes:
> +
> + - Fix some memory leaks.
> +
> + - Refactor some code.
> +
> +Testsuite changes:
> +
> + - Correct file permissions.
> +
> + - Add ERROR clause to prevent hang from runtime error.
> +
> +Documentation changes:
> +
> +- Add the DTrace Tutorial to the git repo and install package.
> +
> +- Clean up formatting.
> +
> +- Add missing documentation:  trunc(), stapsdt, usdt.h include path.
> +
> +- Update sections: unimplemented functions, sdt provider.
> +
> +- Update LLM context files to forbid "if" statements.
> +
> +- Update README.md for RPM info.
> +
> +Build-time:
> +
> + - Clean up .spec file.
> +
> + - Add testsuite dependency for perl-Net-Ping
> +
>  2.0.4-1 (Oct 24th, 2025)
>  ------------------------
>  
> diff --git a/dtrace.spec b/dtrace.spec
> index 58925aeef..33cd4eb6e 100644
> --- a/dtrace.spec
> +++ b/dtrace.spec
> @@ -229,6 +229,21 @@ systemctl start dtprobed || :
>  %{_libdir}/dtrace/testsuite
>  
>  %changelog
> +* Mon Jan 26 2026 Eugene Loh <eugene.loh@oracle.com> - 2.0.4.1-1
> +- Implement PID-specific uprobes.
> +- Allocate the buffers BPF map to fit highest CPU id.
> +- 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.
> +  [Orabug: 38842114]
> +- 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]
> +- 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.
> +
>  * Fri Oct 24 2025 Eugene Loh <eugene.loh@oracle.com> - 2.0.4-1
>  - TCP, UDP, and stapsdt providers implemented.  (Alan Maguire)
>  - New learning materials:  the User's Guide in Markdown format,
> diff --git a/libdtrace/versions.list b/libdtrace/versions.list
> index 8d858f0bd..29c95dd58 100644
> --- a/libdtrace/versions.list
> +++ b/libdtrace/versions.list
> @@ -66,3 +66,4 @@
>  2.0.2	D API 2.0.2 Linux (BPF)
>  2.0.3	D API 2.0.3 Linux (BPF)
>  2.0.4	D API 2.0.4 Linux (BPF)
> +2.0.4.1	D API 2.0.4.1 Linux (BPF)
> -- 
> 2.47.3
> 

  reply	other threads:[~2026-01-27  1:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-26 23:41 [PATCH 1/2] Support deeper version numbers (e.g. 2.0.4.x) eugene.loh
2026-01-26 23:41 ` [PATCH 2/2] Update NEWS and dtrace.spec for release 2.0.4.1 eugene.loh
2026-01-27  1:20   ` Kris Van Hees [this message]
2026-01-27  1:18 ` [PATCH 1/2] Support deeper version numbers (e.g. 2.0.4.x) Kris Van Hees
2026-01-27 16:33   ` Kris Van Hees
2026-01-27 16:38     ` Kris Van Hees

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aXgS2mGgUmRJ2t4I@oracle.com \
    --to=kris.van.hees@oracle.com \
    --cc=dtrace-devel@oss.oracle.com \
    --cc=dtrace@lists.linux.dev \
    --cc=eugene.loh@oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.