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] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 12 Dec 2019 14:57:16 -0300
From:   Arnaldo Carvalho de Melo <arnaldo.melo@...il.com>
To:     Ed Maste <emaste@...efall.freebsd.org>
Cc:     linux-kernel@...r.kernel.org,
        Peter Zijlstra <peterz@...radead.org>,
        Ingo Molnar <mingo@...hat.com>,
        Mark Rutland <mark.rutland@....com>,
        Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
        Jiri Olsa <jolsa@...hat.com>,
        Namhyung Kim <namhyung@...nel.org>,
        Nick Hu <nickhu@...estech.com>,
        Greentime Hu <green.hu@...il.com>,
        Vincent Chen <deanbo422@...il.com>, emaste@...ebsd.org,
        Thomas Richter <tmricht@...ux.ibm.com>
Subject: Re: [PATCH] perf list: Fix s390 counter long description for
 DTLB1_GPAGE_WRITES

Em Thu, Dec 12, 2019 at 02:34:46PM +0000, Ed Maste escreveu:
> From: Ed Maste <emaste@...ebsd.org>
> 
> cf_z13 counter DTLB1_GPAGE_WRITES included a prefix 'Counter:132\tName:'.
> This is incorrect; remove the prefix as with 7fcfa9a2d9 for cf_z14.

Looks obviously right, applying.

- Arnaldo
 
> Signed-off-by: Ed Maste <emaste@...ebsd.org>
> ---
>  tools/perf/pmu-events/arch/s390/cf_z13/extended.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/perf/pmu-events/arch/s390/cf_z13/extended.json b/tools/perf/pmu-events/arch/s390/cf_z13/extended.json
> index 62e6bdf750dd..1a5e4f89c57e 100644
> --- a/tools/perf/pmu-events/arch/s390/cf_z13/extended.json
> +++ b/tools/perf/pmu-events/arch/s390/cf_z13/extended.json
> @@ -32,7 +32,7 @@
>  		"EventCode": "132",
>  		"EventName": "DTLB1_GPAGE_WRITES",
>  		"BriefDescription": "DTLB1 Two-Gigabyte Page Writes",
> -		"PublicDescription": "Counter:132	Name:DTLB1_GPAGE_WRITES A translation entry has been written to the Level-1 Data Translation Lookaside Buffer for a two-gigabyte page."
> +		"PublicDescription": "A translation entry has been written to the Level-1 Data Translation Lookaside Buffer for a two-gigabyte page."
>  	},
>  	{
>  		"Unit": "CPU-M-CF",
> -- 
> 2.24.0

-- 

- Arnaldo

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ