public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug bpf/23860] New: unknown opcode 0x8f in string manipulation code
@ 2018-11-04 18:38 fche at redhat dot com
  2018-11-04 21:16 ` [Bug bpf/23860] " mark at klomp dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: fche at redhat dot com @ 2018-11-04 18:38 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=23860

            Bug ID: 23860
           Summary: unknown opcode 0x8f in string manipulation code
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: bpf
          Assignee: systemtap at sourceware dot org
          Reporter: fche at redhat dot com
  Target Milestone: ---

% stap -p4 --bpf -e 'global e probe kernel.function("vfs_read") { e[execname()]
= 0 }'

% eu-objdump -d stap_FOOBAR.bo

[...]
      d0:    57 00 00 00 ff 00 00 00  r0 &= 255
      d8:    bf 01 00 00 00 00 00 00  r1 = r0
      e0:    8f 01 00 00 00 00 00 00  invalid class alu64
      e8:    4f 01 00 00 00 00 00 00  r1 |= r0
      f0:    bf 13 00 00 00 00 00 00  r3 = r1
      f8:    bf 20 00 00 00 00 00 00  r0 = r2
     100:    77 00 00 00 08 00 00 00  r0 >>= 8
     108:    57 00 00 00 ff 00 00 00  r0 &= 255
     110:    bf 01 00 00 00 00 00 00  r1 = r0
     118:    8f 01 00 00 00 00 00 00  invalid class alu64
     120:    4f 01 00 00 00 00 00 00  r1 |= r0
     128:    5f 13 00 00 00 00 00 00  r3 &= r1
     130:    bf 20 00 00 00 00 00 00  r0 = r2

% stapbpf stap_FOOBAR.bo
(fails with unknown opcode 0x8f)

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-11-05 22:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-04 18:38 [Bug bpf/23860] New: unknown opcode 0x8f in string manipulation code fche at redhat dot com
2018-11-04 21:16 ` [Bug bpf/23860] " mark at klomp dot org
2018-11-05 22:01 ` me at serhei dot io
2018-11-05 22:03 ` me at serhei dot io

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).