All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] Fix init_disassemble_info typo
@ 2026-02-10 20:16 eugene.loh
  2026-02-10 20:16 ` [PATCH 2/3] NEWS: Fix indentation eugene.loh
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: eugene.loh @ 2026-02-10 20:16 UTC (permalink / raw)
  To: dtrace, dtrace-devel

From: Eugene Loh <eugene.loh@oracle.com>

Signed-off-by: Eugene Loh <eugene.loh@oracle.com>
---
 libdtrace/dt_pid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libdtrace/dt_pid.c b/libdtrace/dt_pid.c
index 20458a511..690d1a2a3 100644
--- a/libdtrace/dt_pid.c
+++ b/libdtrace/dt_pid.c
@@ -133,7 +133,7 @@ dt_pid_create_one_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp,
 
 #if defined(__amd64)
 #if defined(HAVE_INITDISINFO3) == defined(HAVE_INITDISINFO4)
-#error expect init_disassembler_info() to have 3 or else 4 arguments
+#error expect init_disassemble_info() to have 3 or else 4 arguments
 #endif
 #ifdef HAVE_INITDISINFO4
 static int
-- 
2.47.3


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 2/3] NEWS: Fix indentation
  2026-02-10 20:16 [PATCH 1/3] Fix init_disassemble_info typo eugene.loh
@ 2026-02-10 20:16 ` eugene.loh
  2026-02-10 20:45   ` Kris Van Hees
  2026-02-10 20:16 ` [PATCH 3/3] NEWS/dtrace.spec: 2.0.5-2 release eugene.loh
  2026-02-10 20:45 ` [PATCH 1/3] Fix init_disassemble_info typo Kris Van Hees
  2 siblings, 1 reply; 6+ messages in thread
From: eugene.loh @ 2026-02-10 20:16 UTC (permalink / raw)
  To: dtrace, dtrace-devel

From: Eugene Loh <eugene.loh@oracle.com>

Signed-off-by: Eugene Loh <eugene.loh@oracle.com>
---
 NEWS | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/NEWS b/NEWS
index bd20932a0..9c62e523b 100644
--- a/NEWS
+++ b/NEWS
@@ -39,17 +39,17 @@ Testsuite changes:
 
 Documentation changes:
 
-- Add the DTrace Tutorial to the git repo and install package.
+ - Add the DTrace Tutorial to the git repo and install package.
 
-- Clean up formatting.
+ - Clean up formatting.
 
-- Add missing documentation:  trunc(), stapsdt, usdt.h include path.
+ - Add missing documentation:  trunc(), stapsdt, usdt.h include path.
 
-- Update sections: unimplemented functions, sdt provider.
+ - Update sections: unimplemented functions, sdt provider.
 
-- Update LLM context files to forbid "if" statements.
+ - Update LLM context files to forbid "if" statements.
 
-- Update README.md for RPM info.
+ - Update README.md for RPM info.
 
 Build-time:
 
-- 
2.47.3


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 3/3] NEWS/dtrace.spec: 2.0.5-2 release
  2026-02-10 20:16 [PATCH 1/3] Fix init_disassemble_info typo eugene.loh
  2026-02-10 20:16 ` [PATCH 2/3] NEWS: Fix indentation eugene.loh
@ 2026-02-10 20:16 ` eugene.loh
  2026-02-10 20:45   ` Kris Van Hees
  2026-02-10 20:45 ` [PATCH 1/3] Fix init_disassemble_info typo Kris Van Hees
  2 siblings, 1 reply; 6+ messages in thread
From: eugene.loh @ 2026-02-10 20:16 UTC (permalink / raw)
  To: dtrace, dtrace-devel

From: Eugene Loh <eugene.loh@oracle.com>

Update version to 2.0.5-2 in a few overlooked places.

Signed-off-by: Eugene Loh <eugene.loh@oracle.com>
---
 NEWS        | 2 +-
 dtrace.spec | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 9c62e523b..c76ac114f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-2.0.5-1 (Feb 4th, 2026)
+2.0.5-2 (Feb 4th, 2026)
 ------------------------
 
 New features:
diff --git a/dtrace.spec b/dtrace.spec
index d6af5a80e..54d8f1239 100644
--- a/dtrace.spec
+++ b/dtrace.spec
@@ -230,7 +230,7 @@ systemctl start dtprobed || :
 %{_libdir}/dtrace/testsuite
 
 %changelog
-* Wed Feb  4 2026 Eugene Loh <eugene.loh@oracle.com> - 2.0.5-1
+* Wed Feb  4 2026 Eugene Loh <eugene.loh@oracle.com> - 2.0.5-2
 - 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.
-- 
2.47.3


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/3] Fix init_disassemble_info typo
  2026-02-10 20:16 [PATCH 1/3] Fix init_disassemble_info typo eugene.loh
  2026-02-10 20:16 ` [PATCH 2/3] NEWS: Fix indentation eugene.loh
  2026-02-10 20:16 ` [PATCH 3/3] NEWS/dtrace.spec: 2.0.5-2 release eugene.loh
@ 2026-02-10 20:45 ` Kris Van Hees
  2 siblings, 0 replies; 6+ messages in thread
From: Kris Van Hees @ 2026-02-10 20:45 UTC (permalink / raw)
  To: eugene.loh; +Cc: dtrace, dtrace-devel

On Tue, Feb 10, 2026 at 03:16:35PM -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>

> ---
>  libdtrace/dt_pid.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libdtrace/dt_pid.c b/libdtrace/dt_pid.c
> index 20458a511..690d1a2a3 100644
> --- a/libdtrace/dt_pid.c
> +++ b/libdtrace/dt_pid.c
> @@ -133,7 +133,7 @@ dt_pid_create_one_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp,
>  
>  #if defined(__amd64)
>  #if defined(HAVE_INITDISINFO3) == defined(HAVE_INITDISINFO4)
> -#error expect init_disassembler_info() to have 3 or else 4 arguments
> +#error expect init_disassemble_info() to have 3 or else 4 arguments
>  #endif
>  #ifdef HAVE_INITDISINFO4
>  static int
> -- 
> 2.47.3
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 2/3] NEWS: Fix indentation
  2026-02-10 20:16 ` [PATCH 2/3] NEWS: Fix indentation eugene.loh
@ 2026-02-10 20:45   ` Kris Van Hees
  0 siblings, 0 replies; 6+ messages in thread
From: Kris Van Hees @ 2026-02-10 20:45 UTC (permalink / raw)
  To: eugene.loh; +Cc: dtrace, dtrace-devel

On Tue, Feb 10, 2026 at 03:16: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>

> ---
>  NEWS | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/NEWS b/NEWS
> index bd20932a0..9c62e523b 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -39,17 +39,17 @@ Testsuite changes:
>  
>  Documentation changes:
>  
> -- Add the DTrace Tutorial to the git repo and install package.
> + - Add the DTrace Tutorial to the git repo and install package.
>  
> -- Clean up formatting.
> + - Clean up formatting.
>  
> -- Add missing documentation:  trunc(), stapsdt, usdt.h include path.
> + - Add missing documentation:  trunc(), stapsdt, usdt.h include path.
>  
> -- Update sections: unimplemented functions, sdt provider.
> + - Update sections: unimplemented functions, sdt provider.
>  
> -- Update LLM context files to forbid "if" statements.
> + - Update LLM context files to forbid "if" statements.
>  
> -- Update README.md for RPM info.
> + - Update README.md for RPM info.
>  
>  Build-time:
>  
> -- 
> 2.47.3
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 3/3] NEWS/dtrace.spec: 2.0.5-2 release
  2026-02-10 20:16 ` [PATCH 3/3] NEWS/dtrace.spec: 2.0.5-2 release eugene.loh
@ 2026-02-10 20:45   ` Kris Van Hees
  0 siblings, 0 replies; 6+ messages in thread
From: Kris Van Hees @ 2026-02-10 20:45 UTC (permalink / raw)
  To: eugene.loh; +Cc: dtrace, dtrace-devel

On Tue, Feb 10, 2026 at 03:16:37PM -0500, eugene.loh@oracle.com wrote:
> From: Eugene Loh <eugene.loh@oracle.com>
> 
> Update version to 2.0.5-2 in a few overlooked places.
> 
> Signed-off-by: Eugene Loh <eugene.loh@oracle.com>

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

> ---
>  NEWS        | 2 +-
>  dtrace.spec | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/NEWS b/NEWS
> index 9c62e523b..c76ac114f 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -1,4 +1,4 @@
> -2.0.5-1 (Feb 4th, 2026)
> +2.0.5-2 (Feb 4th, 2026)
>  ------------------------
>  
>  New features:
> diff --git a/dtrace.spec b/dtrace.spec
> index d6af5a80e..54d8f1239 100644
> --- a/dtrace.spec
> +++ b/dtrace.spec
> @@ -230,7 +230,7 @@ systemctl start dtprobed || :
>  %{_libdir}/dtrace/testsuite
>  
>  %changelog
> -* Wed Feb  4 2026 Eugene Loh <eugene.loh@oracle.com> - 2.0.5-1
> +* Wed Feb  4 2026 Eugene Loh <eugene.loh@oracle.com> - 2.0.5-2
>  - 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.
> -- 
> 2.47.3
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-02-10 20:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-10 20:16 [PATCH 1/3] Fix init_disassemble_info typo eugene.loh
2026-02-10 20:16 ` [PATCH 2/3] NEWS: Fix indentation eugene.loh
2026-02-10 20:45   ` Kris Van Hees
2026-02-10 20:16 ` [PATCH 3/3] NEWS/dtrace.spec: 2.0.5-2 release eugene.loh
2026-02-10 20:45   ` Kris Van Hees
2026-02-10 20:45 ` [PATCH 1/3] Fix init_disassemble_info typo Kris Van Hees

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.