lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <75046094-d3b7-49da-af8e-3747ae9ed272@amd.com>
Date: Mon, 25 Aug 2025 16:25:58 -0500
From: Mario Limonciello <mario.limonciello@....com>
To: Kuan-Wei Chiu <visitorckw@...il.com>, ray.huang@....com,
 gautham.shenoy@....com, perry.yuan@....com
Cc: jserv@...s.ncku.edu.tw, linux-pm@...r.kernel.org,
 linux-kernel@...r.kernel.org
Subject: Re: [PATCH] tools/power/x86/amd_pstate_tracer: Fix python gnuplot
 package names

On 8/24/2025 3:09 PM, Kuan-Wei Chiu wrote:
> The prerequisites section listed non-existent packages
> "phython-gnuplot" and "phython3-gnuplot", which may mislead users and
> cause installation failures.
> 
> Update the names to the correct distribution package names
> "python-gnuplot" and "python3-gnuplot", helping users avoid confusion
> and saving time for those following the instructions.
> 
> Signed-off-by: Kuan-Wei Chiu <visitorckw@...il.com>

Reviewed-by: Mario Limonciello <mario.limonciello@....com>

> ---
>   tools/power/x86/amd_pstate_tracer/amd_pstate_trace.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/power/x86/amd_pstate_tracer/amd_pstate_trace.py b/tools/power/x86/amd_pstate_tracer/amd_pstate_trace.py
> index feb9f9421c7b..875b086550d1 100755
> --- a/tools/power/x86/amd_pstate_tracer/amd_pstate_trace.py
> +++ b/tools/power/x86/amd_pstate_tracer/amd_pstate_trace.py
> @@ -11,7 +11,7 @@ Prerequisites:
>       gnuplot 5.0 or higher
>       gnuplot-py 1.8 or higher
>       (Most of the distributions have these required packages. They may be called
> -     gnuplot-py, phython-gnuplot or phython3-gnuplot, gnuplot-nox, ... )
> +     gnuplot-py, python-gnuplot or python3-gnuplot, gnuplot-nox, ... )
>   
>       Kernel config for Linux trace is enabled
>   


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ