github libbpf/libbpf v1.0.1
libbpf v1.0.1

latest releases: v1.4.2, v1.4.1, v0.8.3...
20 months ago

Fixing few issues that were reported since v1.0 release:

  • fix inadvertently changed struct bpf_object_open_opts memory layout;
  • fix btf.h header relying on struct enum64 type defined in kernel UAPI headers;
  • fix NULL pointer exception in API btf_dump__dump_type_data;
  • remove struct btf_map_def accidentally left in bpf_helpers.h header.

Also libbpf will attempt to load vmlinux BTF from well known locations both ELF file (.BTF section) or as raw BTF binary data.

Full Changelog: v1.0.0...v1.0.1

Don't miss a new libbpf release

NewReleases is sending notifications on new releases.