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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 23 Sep 2021 21:35:54 +0800 From: Leo Yan <leo.yan@...aro.org> To: German Gomez <german.gomez@....com> Cc: linux-kernel@...r.kernel.org, linux-perf-users@...r.kernel.org, Andrew Kilroy <andrew.kilroy@....com>, John Garry <john.garry@...wei.com>, Will Deacon <will@...nel.org>, Mathieu Poirier <mathieu.poirier@...aro.org>, Mark Rutland <mark.rutland@....com>, Alexander Shishkin <alexander.shishkin@...ux.intel.com>, Jiri Olsa <jolsa@...hat.com>, Namhyung Kim <namhyung@...nel.org>, Mike Leach <mike.leach@...aro.org>, linux-arm-kernel@...ts.infradead.org, coresight@...ts.linaro.org Subject: Re: [PATCH 2/5] perf arm-spe: Print size using consistent format On Thu, Sep 16, 2021 at 04:46:32PM +0100, German Gomez wrote: > From: Andrew Kilroy <andrew.kilroy@....com> > > Since the size is already printed earlier in hex, print the same data > using the same format, in hex. > > Reviewed-by: James Clark <james.clark@....com> > Signed-off-by: Andrew Kilroy <andrew.kilroy@....com> > Signed-off-by: German Gomez <german.gomez@....com> Reviewed-by: Leo Yan <leo.yan@...aro.org> > --- > tools/perf/util/arm-spe.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/perf/util/arm-spe.c b/tools/perf/util/arm-spe.c > index 58b7069c5a5f..2196291976d9 100644 > --- a/tools/perf/util/arm-spe.c > +++ b/tools/perf/util/arm-spe.c > @@ -100,7 +100,7 @@ static void arm_spe_dump(struct arm_spe *spe __maybe_unused, > const char *color = PERF_COLOR_BLUE; > > color_fprintf(stdout, color, > - ". ... ARM SPE data: size %zu bytes\n", > + ". ... ARM SPE data: size %#zx bytes\n", > len); > > while (len) { > -- > 2.17.1 >
Powered by blists - more mailing lists