cilium/ebpf v0.14.0

release ·

btf: support for CO-RE relocations against kernel modules

It’s now possible to use CO-RE relocations against types defined in kernel modules. See https://github.com/cilium/ebpf/pull/1300 by @brycekahle.

The link package now allows attaching to netkit interfaces. See https://github.com/cilium/ebpf/pull/1257 by @hemanthmalla

The new link.Iterator type allows enumerating all BPF links active. See https://github.com/cilium/ebpf/pull/1392 by @mpastyl.

Bugfixes

Breaking changes

github.com/cilium/ebpf

github.com/cilium/ebpf/btf

What’s Changed

New Contributors

Full Changelog: https://github.com/cilium/ebpf/compare/v0.13.2...v0.14.0

View source