Skip to content

aya-ebpf v0.1.1

Compare
Choose a tag to compare
@dave-tucker dave-tucker released this 09 Oct 11:17
· 74 commits to main since this release

New Features

Bug Fixes

  • Remove PerfEventArray::with_max_entries
    This API doesn't make sense as the max_entries needs to be set to the
    number of online CPUs by the loader.

Other

  • Add set_reply accessor to SockOpsContext
  • add archs powerpc64 and s390x to aya
    bpfman, a project using aya, has a requirement to support powerpc64 and
    s390x architectures. Adding these two architectures to aya.
  • moved ret from ProbeContext into new RetProbeContext
    Created retprobe.rs to hold RetProbeContext and moved the ret from
    ProbeContext in probe.rs into RetProbeContext. Now, only kprobe (which
    uses ProbeContext) can access args, and kretprobe (which uses
    RetProbeContext) can access ret.

Commit Statistics

  • 11 commits contributed to the release.
  • 185 days passed between releases.
  • 5 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages