public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug bpf/24759] New: stapbpf-next housekeeping: need version checking between stap translator and stapbpf
@ 2019-07-02 18:27 me at serhei dot io
  2019-07-02 18:47 ` [Bug bpf/24759] " me at serhei dot io
  0 siblings, 1 reply; 2+ messages in thread
From: me at serhei dot io @ 2019-07-02 18:27 UTC (permalink / raw)
  To: systemtap

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

            Bug ID: 24759
           Summary: stapbpf-next housekeeping: need version checking
                    between stap translator and stapbpf
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: bpf
          Assignee: systemtap at sourceware dot org
          Reporter: me at serhei dot io
  Target Milestone: ---

Currently you can generate a .bo module with one version of the systemtap
translator and feed it to a different version of stapbpf, which will dutifully
try to interpret it.

Because a lot of stapbpf feature work requires tweaks to the ELF format
(changing the ABI of stapbpf modules), this can result in nonsense behaviour.
For example, pr23858 work will require changing the ABI of the
bpf_map_get_next_key helper.

We should write the stap version in a new section of the .bo file and have
stapbpf check it. By default, stapbpf should output an error (or warning) if
the versions do not match.

In future, we can look at what's required to safely enable compatibility
between different stap translator and stapbpf versions. For example, we may
want a newer translator (deployed locally, easy to update) to be able to
generate code for an older (deployed elsewhere, hard to update) stapbpf
version.

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

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

* [Bug bpf/24759] stapbpf-next housekeeping: need version checking between stap translator and stapbpf
  2019-07-02 18:27 [Bug bpf/24759] New: stapbpf-next housekeeping: need version checking between stap translator and stapbpf me at serhei dot io
@ 2019-07-02 18:47 ` me at serhei dot io
  0 siblings, 0 replies; 2+ messages in thread
From: me at serhei dot io @ 2019-07-02 18:47 UTC (permalink / raw)
  To: systemtap

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

--- Comment #1 from Serhei Makarov <me at serhei dot io> ---
Discussed with fche. 'Require exact version match' seems fine for now, could be
implemented either as an ELF section (analogous to the existing section that
records kernel verion) or as some type of synthetic probe-begin code doing
version checking.

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

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

end of thread, other threads:[~2019-07-02 18:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-02 18:27 [Bug bpf/24759] New: stapbpf-next housekeeping: need version checking between stap translator and stapbpf me at serhei dot io
2019-07-02 18:47 ` [Bug bpf/24759] " 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).