All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/20] Fix comment since pkt_addr is not NULL
@ 2025-09-26 19:05 eugene.loh
  2025-09-26 19:05 ` [PATCH 02/20] doc: Add a space eugene.loh
                   ` (19 more replies)
  0 siblings, 20 replies; 32+ messages in thread
From: eugene.loh @ 2025-09-26 19:05 UTC (permalink / raw)
  To: dtrace, dtrace-devel

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

Signed-off-by: Eugene Loh <eugene.loh@oracle.com>
---
 dlibs/aarch64/5.11/net.d | 1 -
 dlibs/aarch64/5.12/net.d | 1 -
 dlibs/aarch64/5.14/net.d | 1 -
 dlibs/aarch64/5.16/net.d | 1 -
 dlibs/aarch64/5.2/net.d  | 1 -
 dlibs/aarch64/5.6/net.d  | 1 -
 dlibs/aarch64/6.1/net.d  | 1 -
 dlibs/aarch64/6.10/net.d | 1 -
 dlibs/x86_64/5.11/net.d  | 1 -
 dlibs/x86_64/5.12/net.d  | 1 -
 dlibs/x86_64/5.14/net.d  | 1 -
 dlibs/x86_64/5.16/net.d  | 1 -
 dlibs/x86_64/5.2/net.d   | 1 -
 dlibs/x86_64/5.6/net.d   | 1 -
 dlibs/x86_64/6.1/net.d   | 1 -
 dlibs/x86_64/6.10/net.d  | 1 -
 libdtrace/net.d          | 1 -
 17 files changed, 17 deletions(-)

diff --git a/dlibs/aarch64/5.11/net.d b/dlibs/aarch64/5.11/net.d
index a81fdf087..f14013b9f 100644
--- a/dlibs/aarch64/5.11/net.d
+++ b/dlibs/aarch64/5.11/net.d
@@ -36,7 +36,6 @@ typedef struct in6_addr	in6_addr_t;
 /*
  * pktinfo is where packet ID info can be made available for deeper analysis if
  * packet IDs become supported by the kernel in the future.
- * The pkt_addr member is currently always NULL.
  */
 typedef struct pktinfo {
 	uintptr_t	pkt_addr;
diff --git a/dlibs/aarch64/5.12/net.d b/dlibs/aarch64/5.12/net.d
index a81fdf087..f14013b9f 100644
--- a/dlibs/aarch64/5.12/net.d
+++ b/dlibs/aarch64/5.12/net.d
@@ -36,7 +36,6 @@ typedef struct in6_addr	in6_addr_t;
 /*
  * pktinfo is where packet ID info can be made available for deeper analysis if
  * packet IDs become supported by the kernel in the future.
- * The pkt_addr member is currently always NULL.
  */
 typedef struct pktinfo {
 	uintptr_t	pkt_addr;
diff --git a/dlibs/aarch64/5.14/net.d b/dlibs/aarch64/5.14/net.d
index a81fdf087..f14013b9f 100644
--- a/dlibs/aarch64/5.14/net.d
+++ b/dlibs/aarch64/5.14/net.d
@@ -36,7 +36,6 @@ typedef struct in6_addr	in6_addr_t;
 /*
  * pktinfo is where packet ID info can be made available for deeper analysis if
  * packet IDs become supported by the kernel in the future.
- * The pkt_addr member is currently always NULL.
  */
 typedef struct pktinfo {
 	uintptr_t	pkt_addr;
diff --git a/dlibs/aarch64/5.16/net.d b/dlibs/aarch64/5.16/net.d
index a81fdf087..f14013b9f 100644
--- a/dlibs/aarch64/5.16/net.d
+++ b/dlibs/aarch64/5.16/net.d
@@ -36,7 +36,6 @@ typedef struct in6_addr	in6_addr_t;
 /*
  * pktinfo is where packet ID info can be made available for deeper analysis if
  * packet IDs become supported by the kernel in the future.
- * The pkt_addr member is currently always NULL.
  */
 typedef struct pktinfo {
 	uintptr_t	pkt_addr;
diff --git a/dlibs/aarch64/5.2/net.d b/dlibs/aarch64/5.2/net.d
index a81fdf087..f14013b9f 100644
--- a/dlibs/aarch64/5.2/net.d
+++ b/dlibs/aarch64/5.2/net.d
@@ -36,7 +36,6 @@ typedef struct in6_addr	in6_addr_t;
 /*
  * pktinfo is where packet ID info can be made available for deeper analysis if
  * packet IDs become supported by the kernel in the future.
- * The pkt_addr member is currently always NULL.
  */
 typedef struct pktinfo {
 	uintptr_t	pkt_addr;
diff --git a/dlibs/aarch64/5.6/net.d b/dlibs/aarch64/5.6/net.d
index a81fdf087..f14013b9f 100644
--- a/dlibs/aarch64/5.6/net.d
+++ b/dlibs/aarch64/5.6/net.d
@@ -36,7 +36,6 @@ typedef struct in6_addr	in6_addr_t;
 /*
  * pktinfo is where packet ID info can be made available for deeper analysis if
  * packet IDs become supported by the kernel in the future.
- * The pkt_addr member is currently always NULL.
  */
 typedef struct pktinfo {
 	uintptr_t	pkt_addr;
diff --git a/dlibs/aarch64/6.1/net.d b/dlibs/aarch64/6.1/net.d
index a81fdf087..f14013b9f 100644
--- a/dlibs/aarch64/6.1/net.d
+++ b/dlibs/aarch64/6.1/net.d
@@ -36,7 +36,6 @@ typedef struct in6_addr	in6_addr_t;
 /*
  * pktinfo is where packet ID info can be made available for deeper analysis if
  * packet IDs become supported by the kernel in the future.
- * The pkt_addr member is currently always NULL.
  */
 typedef struct pktinfo {
 	uintptr_t	pkt_addr;
diff --git a/dlibs/aarch64/6.10/net.d b/dlibs/aarch64/6.10/net.d
index a81fdf087..f14013b9f 100644
--- a/dlibs/aarch64/6.10/net.d
+++ b/dlibs/aarch64/6.10/net.d
@@ -36,7 +36,6 @@ typedef struct in6_addr	in6_addr_t;
 /*
  * pktinfo is where packet ID info can be made available for deeper analysis if
  * packet IDs become supported by the kernel in the future.
- * The pkt_addr member is currently always NULL.
  */
 typedef struct pktinfo {
 	uintptr_t	pkt_addr;
diff --git a/dlibs/x86_64/5.11/net.d b/dlibs/x86_64/5.11/net.d
index a81fdf087..f14013b9f 100644
--- a/dlibs/x86_64/5.11/net.d
+++ b/dlibs/x86_64/5.11/net.d
@@ -36,7 +36,6 @@ typedef struct in6_addr	in6_addr_t;
 /*
  * pktinfo is where packet ID info can be made available for deeper analysis if
  * packet IDs become supported by the kernel in the future.
- * The pkt_addr member is currently always NULL.
  */
 typedef struct pktinfo {
 	uintptr_t	pkt_addr;
diff --git a/dlibs/x86_64/5.12/net.d b/dlibs/x86_64/5.12/net.d
index a81fdf087..f14013b9f 100644
--- a/dlibs/x86_64/5.12/net.d
+++ b/dlibs/x86_64/5.12/net.d
@@ -36,7 +36,6 @@ typedef struct in6_addr	in6_addr_t;
 /*
  * pktinfo is where packet ID info can be made available for deeper analysis if
  * packet IDs become supported by the kernel in the future.
- * The pkt_addr member is currently always NULL.
  */
 typedef struct pktinfo {
 	uintptr_t	pkt_addr;
diff --git a/dlibs/x86_64/5.14/net.d b/dlibs/x86_64/5.14/net.d
index a81fdf087..f14013b9f 100644
--- a/dlibs/x86_64/5.14/net.d
+++ b/dlibs/x86_64/5.14/net.d
@@ -36,7 +36,6 @@ typedef struct in6_addr	in6_addr_t;
 /*
  * pktinfo is where packet ID info can be made available for deeper analysis if
  * packet IDs become supported by the kernel in the future.
- * The pkt_addr member is currently always NULL.
  */
 typedef struct pktinfo {
 	uintptr_t	pkt_addr;
diff --git a/dlibs/x86_64/5.16/net.d b/dlibs/x86_64/5.16/net.d
index a81fdf087..f14013b9f 100644
--- a/dlibs/x86_64/5.16/net.d
+++ b/dlibs/x86_64/5.16/net.d
@@ -36,7 +36,6 @@ typedef struct in6_addr	in6_addr_t;
 /*
  * pktinfo is where packet ID info can be made available for deeper analysis if
  * packet IDs become supported by the kernel in the future.
- * The pkt_addr member is currently always NULL.
  */
 typedef struct pktinfo {
 	uintptr_t	pkt_addr;
diff --git a/dlibs/x86_64/5.2/net.d b/dlibs/x86_64/5.2/net.d
index a81fdf087..f14013b9f 100644
--- a/dlibs/x86_64/5.2/net.d
+++ b/dlibs/x86_64/5.2/net.d
@@ -36,7 +36,6 @@ typedef struct in6_addr	in6_addr_t;
 /*
  * pktinfo is where packet ID info can be made available for deeper analysis if
  * packet IDs become supported by the kernel in the future.
- * The pkt_addr member is currently always NULL.
  */
 typedef struct pktinfo {
 	uintptr_t	pkt_addr;
diff --git a/dlibs/x86_64/5.6/net.d b/dlibs/x86_64/5.6/net.d
index a81fdf087..f14013b9f 100644
--- a/dlibs/x86_64/5.6/net.d
+++ b/dlibs/x86_64/5.6/net.d
@@ -36,7 +36,6 @@ typedef struct in6_addr	in6_addr_t;
 /*
  * pktinfo is where packet ID info can be made available for deeper analysis if
  * packet IDs become supported by the kernel in the future.
- * The pkt_addr member is currently always NULL.
  */
 typedef struct pktinfo {
 	uintptr_t	pkt_addr;
diff --git a/dlibs/x86_64/6.1/net.d b/dlibs/x86_64/6.1/net.d
index a81fdf087..f14013b9f 100644
--- a/dlibs/x86_64/6.1/net.d
+++ b/dlibs/x86_64/6.1/net.d
@@ -36,7 +36,6 @@ typedef struct in6_addr	in6_addr_t;
 /*
  * pktinfo is where packet ID info can be made available for deeper analysis if
  * packet IDs become supported by the kernel in the future.
- * The pkt_addr member is currently always NULL.
  */
 typedef struct pktinfo {
 	uintptr_t	pkt_addr;
diff --git a/dlibs/x86_64/6.10/net.d b/dlibs/x86_64/6.10/net.d
index a81fdf087..f14013b9f 100644
--- a/dlibs/x86_64/6.10/net.d
+++ b/dlibs/x86_64/6.10/net.d
@@ -36,7 +36,6 @@ typedef struct in6_addr	in6_addr_t;
 /*
  * pktinfo is where packet ID info can be made available for deeper analysis if
  * packet IDs become supported by the kernel in the future.
- * The pkt_addr member is currently always NULL.
  */
 typedef struct pktinfo {
 	uintptr_t	pkt_addr;
diff --git a/libdtrace/net.d b/libdtrace/net.d
index a81fdf087..f14013b9f 100644
--- a/libdtrace/net.d
+++ b/libdtrace/net.d
@@ -36,7 +36,6 @@ typedef struct in6_addr	in6_addr_t;
 /*
  * pktinfo is where packet ID info can be made available for deeper analysis if
  * packet IDs become supported by the kernel in the future.
- * The pkt_addr member is currently always NULL.
  */
 typedef struct pktinfo {
 	uintptr_t	pkt_addr;
-- 
2.47.3


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [PATCH v2 05/20] doc: Replace duplicate id
@ 2025-10-22  3:22 eugene.loh
  2025-10-22  3:22 ` [PATCH v2 17/20] doc: Add IP provider documentation eugene.loh
  0 siblings, 1 reply; 32+ messages in thread
From: eugene.loh @ 2025-10-22  3:22 UTC (permalink / raw)
  To: dtrace, dtrace-devel

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

The id has already been defined above.  Replace the second definition.

Signed-off-by: Eugene Loh <eugene.loh@oracle.com>
---
 doc/userguide/reference/dtrace_builtin_variable_reference.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/userguide/reference/dtrace_builtin_variable_reference.md b/doc/userguide/reference/dtrace_builtin_variable_reference.md
index c9a7dfebc..607c8f0dd 100644
--- a/doc/userguide/reference/dtrace_builtin_variable_reference.md
+++ b/doc/userguide/reference/dtrace_builtin_variable_reference.md
@@ -169,7 +169,7 @@ However, in probe descriptions, macro variables are expanded and concatenated wi
 
 Macro variables are only expanded one time within each probe description field and they can't contain probe description delimiters \(`:`\).
 
-### Macro Arguments {#dt_macrov_scrpt}
+### Macro Arguments {#dt_macroa_scrpt}
 
 The D compiler also provides a set of macro variables corresponding to any more argument operands that are specified as part of the `dtrace` command invocation. These *macro arguments* are accessed by using the built-in names `$0`, for the name of the D program file or `dtrace` command, `$1`, for the first extra operand, `$2` for the second operand, and so on. If you use the `-s` option, `$0` expands to the value of the name of the input file that's used with this option. For D programs that are specified on the command line, `$0` expands to the value of `argv[0]`, which is used to run the `dtrace` command itself.
 
-- 
2.47.3


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

end of thread, other threads:[~2025-10-24  8:25 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-26 19:05 [PATCH 01/20] Fix comment since pkt_addr is not NULL eugene.loh
2025-09-26 19:05 ` [PATCH 02/20] doc: Add a space eugene.loh
2025-10-23 19:50   ` [DTrace-devel] " Elena Zannoni
2025-09-26 19:05 ` [PATCH 03/20] doc: Add separator lines to cpc Markdown tables eugene.loh
2025-10-23 19:51   ` [DTrace-devel] " Elena Zannoni
2025-09-26 19:05 ` [PATCH 04/20] doc: Convert stability attribute tables to Markdown for readability eugene.loh
2025-10-23 19:52   ` [DTrace-devel] " Elena Zannoni
2025-09-26 19:05 ` [PATCH 05/20] doc: Remove duplicate id eugene.loh
2025-09-26 19:05 ` [PATCH 06/20] doc: Clean up dangling anchor links eugene.loh
2025-09-26 19:05 ` [PATCH 07/20] doc: Remove internal ID definition at top of file eugene.loh
2025-10-22  3:03   ` Eugene Loh
2025-09-26 19:05 ` [PATCH 08/20] doc: Fix anchor links for built-in variables eugene.loh
2025-09-26 19:05 ` [PATCH 09/20] doc: Fix anchor links for providers eugene.loh
2025-09-26 19:05 ` [PATCH 10/20] doc: Fix anchor links for explanation/ eugene.loh
2025-09-26 19:05 ` [PATCH 11/20] doc: Fix anchor links for how-to/ eugene.loh
2025-09-26 19:05 ` [PATCH 12/20] doc: Fix anchor links for reference/ eugene.loh
2025-09-26 19:05 ` [PATCH 13/20] doc: Clean up the table for string relational operators eugene.loh
2025-09-26 19:05 ` [PATCH 14/20] doc: Link to "Character Escape Sequences" table eugene.loh
2025-09-26 19:05 ` [PATCH 15/20] doc: Clean up profile unit table eugene.loh
2025-09-26 19:05 ` [PATCH 16/20] doc: Clean up undefined anchor links eugene.loh
2025-09-26 19:05 ` [PATCH v2 17/20] doc: Add IP provider documentation eugene.loh
2025-10-09 17:03   ` Kris Van Hees
2025-10-09 21:00     ` Eugene Loh
2025-10-09 21:45       ` Kris Van Hees
2025-10-09 22:28         ` Eugene Loh
2025-09-26 19:05 ` [PATCH 18/20] doc: Add TCP " eugene.loh
2025-10-24  8:24   ` Alan Maguire
2025-09-26 19:05 ` [PATCH 19/20] doc: Add UDP " eugene.loh
2025-10-24  8:18   ` Alan Maguire
2025-09-26 19:05 ` [PATCH 20/20] doc: Add rawfbt " eugene.loh
2025-10-07 15:23 ` [PATCH 01/20] Fix comment since pkt_addr is not NULL Kris Van Hees
  -- strict thread matches above, loose matches on Subject: below --
2025-10-22  3:22 [PATCH v2 05/20] doc: Replace duplicate id eugene.loh
2025-10-22  3:22 ` [PATCH v2 17/20] doc: Add IP provider documentation eugene.loh

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.