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, 16 Mar 2017 09:25:17 -0300
From:   Arnaldo Carvalho de Melo <acme@...nel.org>
To:     Andi Kleen <andi@...stfloor.org>
Cc:     Michael Ellerman <mpe@...erman.id.au>, mingo@...nel.org,
        jolsa@...nel.org, linux-kernel@...r.kernel.org,
        Andi Kleen <ak@...ux.intel.com>
Subject: Re: [PATCH] perf, tools, script: Add brstackinsn for branch stacks

Em Wed, Mar 15, 2017 at 07:22:18PM -0700, Andi Kleen escreveu:
> > > +	memset(&al, 0, sizeof(al));
> > > +	if (end - start > MAXBB - MAXINSN) {
> > > +		if (last)
> > > +			printf("\tbrstack does not reach to final jump (%" PRIx64 "-%" PRIx64 ")\n",
> > > +					start, end);
> > > +		else
> > > +			printf("\tblock %" PRIx64 "-%" PRIx64 " (%ld) too long to dump\n",
> 
> Thanks. Should be %" PRIu64 " of course.
> 
> Arnaldo, can you do the change 

Done.

> or should I send a patch?

- Arnaldo

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ