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] Update github repo name from dtrace-utils to dtrace
Date: Fri, 28 Aug 2026 23:54:51 +0000 [thread overview]
Message-ID: <apIVAIf3IuTVUh8E@kvh-deb-bpf> (raw)
In-Reply-To: <20260303183936.18507-1-eugene.loh@oracle.com>
On Tue, Mar 03, 2026 at 01:39:36PM -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>
> ---
> README.md | 4 ++--
> doc/tutorial/1.IntroducingDTrace.md | 2 +-
> doc/tutorial/4.GoingFurtherWithDTrace.md | 2 +-
> doc/userguide/explanation/dtrace-about.md | 3 ++-
> llm/README.md | 4 ++--
> 5 files changed, 8 insertions(+), 7 deletions(-)
>
> diff --git a/README.md b/README.md
> index 95e434340..e7b4b7a1e 100644
> --- a/README.md
> +++ b/README.md
> @@ -7,7 +7,7 @@ visibility for our work and to make it even easier for people to access the
> source. We also use this repository to work with developers in the Linux
> community.
>
> -The main development branch is [devel](https://github.com/oracle/dtrace-utils/tree/devel).
> +The main development branch is [devel](https://github.com/oracle/dtrace/tree/devel).
>
> We provide prebuilt x86_64 and aarch64 DTrace userspace packages for
> Oracle Linux 10 (UEK8 kernel),
> @@ -162,7 +162,7 @@ The most recent logs are also available by via the `test/log/current/` symbolic
>
> The testsuite itself has more dependencies that need to be installed.
> The full list is available in the
> -[dtrace.spec](https://github.com/oracle/dtrace-utils/blob/devel/dtrace.spec)
> +[dtrace.spec](https://github.com/oracle/dtrace/blob/devel/dtrace.spec)
> file.
>
> ## 4. How to run DTrace
> diff --git a/doc/tutorial/1.IntroducingDTrace.md b/doc/tutorial/1.IntroducingDTrace.md
> index c91cf88e4..3236edf82 100644
> --- a/doc/tutorial/1.IntroducingDTrace.md
> +++ b/doc/tutorial/1.IntroducingDTrace.md
> @@ -201,7 +201,7 @@ for more information about providers and their probes.
> ### Preparing to Install and Configure DTrace
>
> DTrace is available for Linux from
> -[github](https://github.com/oracle/dtrace-utils/tree/stable).
> +[github](https://github.com/oracle/dtrace/tree/stable).
> Or, there are
> [DTrace packages built for Oracle Linux](https://www.oracle.com/linux/downloads/linux-dtrace.html).
>
> diff --git a/doc/tutorial/4.GoingFurtherWithDTrace.md b/doc/tutorial/4.GoingFurtherWithDTrace.md
> index e267db907..a4e62bdbf 100644
> --- a/doc/tutorial/4.GoingFurtherWithDTrace.md
> +++ b/doc/tutorial/4.GoingFurtherWithDTrace.md
> @@ -7,7 +7,7 @@ For more information about using DTrace on Linux, see the
> There are [DTrace trainings videos](https://oracle-samples.github.io/oltrain/tracks/ol/dtrace).
>
> The latest DTrace development work and source code for Linux is
> -available at <https://github.com/oracle/dtrace-utils/>.
> +available at <https://github.com/oracle/dtrace/>.
>
> Or, there are [DTrace packages built for Oracle Linux](https://www.oracle.com/linux/downloads/linux-dtrace.html).
> There are
> diff --git a/doc/userguide/explanation/dtrace-about.md b/doc/userguide/explanation/dtrace-about.md
> index b832799e4..0d8caa313 100644
> --- a/doc/userguide/explanation/dtrace-about.md
> +++ b/doc/userguide/explanation/dtrace-about.md
> @@ -22,7 +22,8 @@ This implementation is a user space application and is available on:
>
> DTrace is also available on Unbreakable Enterprise Kernel Release 6 \(UEK R6\) and later kernels on Oracle Linux 7, and requires the `libdtrace-ctf` library to run. The functionality of the `libdtrace-ctf` library is integrated into the Oracle Linux GNU tool chain for later Oracle Linux releases. Oracle Linux 7 is in Extended Support. Migrate applications and data to Oracle Linux 8, Oracle Linux 9, or Oracle Linux 10, as soon as possible.
>
> -DTrace is developed as an open source project available under the Universal Permissive License \(UPL\), Version 1.0. You can access source code and more information at [https://github.com/oracle/dtrace-utils](https://github.com/oracle/dtrace-utils).
> +DTrace is developed as an open source project available under the Universal Permissive License \(UPL\), Version 1.0.
> +You can access source code and more information at [https://github.com/oracle/dtrace](https://github.com/oracle/dtrace).
>
> **Parent topic:**[DTrace Concepts](../explanation/dtrace-concepts.md)
>
> diff --git a/llm/README.md b/llm/README.md
> index 5e0feb122..2992bf7bc 100644
> --- a/llm/README.md
> +++ b/llm/README.md
> @@ -27,7 +27,7 @@ The goal is to let engineers and administrators generate working D scripts in na
>
> ```
>
> - Make sure you are using the DTrace binary from the `dtrace-utils` package, _not_ the SystemTap compatibility binary:
> + Make sure you are using the DTrace binary from the `dtrace` package, _not_ the SystemTap compatibility binary:
>
> ```bash
> which dtrace
> @@ -123,7 +123,7 @@ This makes LLM-generated scripts safe to test and explore on production or stagi
>
> ## Additional Resources
>
> -- [Oracle DTrace Utils on GitHub](https://github.com/oracle/dtrace-utils)
> +- [Oracle DTrace Utils on GitHub](https://github.com/oracle/dtrace)
>
> - [Oracle Linux DTrace Training Modules](https://oracle-samples.github.io/oltrain/tracks/ol/dtrace/)
>
> --
> 2.47.3
>
prev parent reply other threads:[~2026-08-28 23:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-03 18:39 [PATCH] Update github repo name from dtrace-utils to dtrace eugene.loh
2026-08-28 23:54 ` Kris Van Hees [this message]
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=apIVAIf3IuTVUh8E@kvh-deb-bpf \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox