[PATCH for-4.19] tools/xenalyze: Remove argp_program_bug_address

George Dunlap posted 1 patch 2 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20240624104930.1951521-1-george.dunlap@cloud.com
tools/xentrace/xenalyze.c | 3 ---
1 file changed, 3 deletions(-)
[PATCH for-4.19] tools/xenalyze: Remove argp_program_bug_address
Posted by George Dunlap 2 months, 2 weeks ago
xenalyze sets argp_program_bug_address to my old Citrix address.  This
was done before xenalyze was in the xen.git tree; and it's the only
program in the tree which does so.

Now that xenalyze is part of the normal Xen distribution, it should be
obvious where to report bugs.

Signed-off-by: George Dunlap <george.dunlap@cloud.com>
---
Freeze exception justification: This is only a change in
documentation.

CC: Anthony PERARD <anthony@xenproject.org>
CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
CC: Andrew Cooper <andrew.cooper3@citrix.com>
---
 tools/xentrace/xenalyze.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tools/xentrace/xenalyze.c b/tools/xentrace/xenalyze.c
index d95e52695f..adc96dd7e4 100644
--- a/tools/xentrace/xenalyze.c
+++ b/tools/xentrace/xenalyze.c
@@ -10920,9 +10920,6 @@ const struct argp parser_def = {
     .doc = "",
 };
 
-const char *argp_program_bug_address = "George Dunlap <george.dunlap@eu.citrix.com>";
-
-
 int main(int argc, char *argv[]) {
     /* Start with warn at stderr. */
     warn = stderr;
-- 
2.25.1
Re: [PATCH for-4.19] tools/xenalyze: Remove argp_program_bug_address
Posted by Oleksii 2 months, 2 weeks ago
On Mon, 2024-06-24 at 11:49 +0100, George Dunlap wrote:
> xenalyze sets argp_program_bug_address to my old Citrix address. 
> This
> was done before xenalyze was in the xen.git tree; and it's the only
> program in the tree which does so.
> 
> Now that xenalyze is part of the normal Xen distribution, it should
> be
> obvious where to report bugs.
> 
> Signed-off-by: George Dunlap <george.dunlap@cloud.com>
> ---
> Freeze exception justification: This is only a change in
> documentation.
Release-Acked-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>

~ Oleksii

> 
> CC: Anthony PERARD <anthony@xenproject.org>
> CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
> CC: Andrew Cooper <andrew.cooper3@citrix.com>
> ---
>  tools/xentrace/xenalyze.c | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/tools/xentrace/xenalyze.c b/tools/xentrace/xenalyze.c
> index d95e52695f..adc96dd7e4 100644
> --- a/tools/xentrace/xenalyze.c
> +++ b/tools/xentrace/xenalyze.c
> @@ -10920,9 +10920,6 @@ const struct argp parser_def = {
>      .doc = "",
>  };
>  
> -const char *argp_program_bug_address = "George Dunlap
> <george.dunlap@eu.citrix.com>";
> -
> -
>  int main(int argc, char *argv[]) {
>      /* Start with warn at stderr. */
>      warn = stderr;
Re: [PATCH for-4.19] tools/xenalyze: Remove argp_program_bug_address
Posted by Andrew Cooper 2 months, 2 weeks ago
On 24/06/2024 11:49 am, George Dunlap wrote:
> xenalyze sets argp_program_bug_address to my old Citrix address.  This
> was done before xenalyze was in the xen.git tree; and it's the only
> program in the tree which does so.
>
> Now that xenalyze is part of the normal Xen distribution, it should be
> obvious where to report bugs.
>
> Signed-off-by: George Dunlap <george.dunlap@cloud.com>

Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>