Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1218420

Re: [PATCH v3 2/4] perf tests: make objdump disassemble zero blocks

From Jan Stancek <jstancek@redhat.com>
Newsgroups linux.kernel
Subject Re: [PATCH v3 2/4] perf tests: make objdump disassemble zero blocks
Date 2015-09-03 18:20 +0200
Message-ID <q4Fp0-dt-9@gated-at.bofh.it> (permalink)
References <q4yQy-7Gl-13@gated-at.bofh.it> <q4ASl-28C-1@gated-at.bofh.it> <q4B22-2jJ-19@gated-at.bofh.it> <q4EsW-7kn-35@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

On 09/03/2015 05:14 PM, Arnaldo Carvalho de Melo wrote:
> Em Thu, Sep 03, 2015 at 02:35:55PM +0300, Adrian Hunter escreveu:
>> On 03/09/15 14:23, Jan Stancek wrote:
>>> Add -z parameter to avoid skipping zero blocks:
>>>
>>>  ffffffff816704fe <sysret_check+0x4b>:
>>>  ffffffff816704fe:  7b 34         jnp ffffffff81670534 <sysret_signal+0x1c>
>>>        ...
>>>  ffffffff81670501 <sysret_careful>:
>>>  ffffffff81670501:  0f ba e2 03   bt  $0x3,%edx
>>>  ffffffff81670505:  73 11         jae ffffffff81670518 <sysret_signal>
>>
>> Acked-by: Adrian Hunter <adrian.hunter@intel.com>
> 
> Ok, I am applying this, but it would be nice to know in which systems,
> with which objdump/binutils versions which 'perf test' entry fails, with
> the output of such failure.
> 
> Jan, can you please provide this info?

Since my original report last year [1], I've seen it fail many times on
various HW (we run perf tests daily on RHEL). I haven't noticed any pattern
regarding HW it fails on.

Binutils versions go from binutils-2.23.52 to current latest from git.

It was always about "object code reading", from times it was perf test 21,
until now, when it's perf test 23.

I'm attaching examples of test output along with objdump output, that I
just ran on a random system using kernel 4.2.0.

HTH, regards,
Jan

[1] https://lkml.org/lkml/2014/12/11/222

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 2/4] perf tests: make objdump disassemble zero blocks Jan Stancek <jstancek@redhat.com> - 2015-09-02 10:20 +0200
  Re: [PATCH v2 2/4] perf tests: make objdump disassemble zero blocks Adrian Hunter <adrian.hunter@intel.com> - 2015-09-03 11:20 +0200
    [PATCH v3 2/4] perf tests: make objdump disassemble zero blocks Jan Stancek <jstancek@redhat.com> - 2015-09-03 13:30 +0200
      Re: [PATCH v3 2/4] perf tests: make objdump disassemble zero blocks Adrian Hunter <adrian.hunter@intel.com> - 2015-09-03 13:40 +0200
        Re: [PATCH v3 2/4] perf tests: make objdump disassemble zero blocks Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-09-03 17:20 +0200
          Re: [PATCH v3 2/4] perf tests: make objdump disassemble zero blocks Jan Stancek <jstancek@redhat.com> - 2015-09-03 18:20 +0200
            Re: [PATCH v3 2/4] perf tests: make objdump disassemble zero blocks Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-09-03 18:40 +0200

csiph-web