File bpftool.changes of Package bpftool.30540
-------------------------------------------------------------------
Fri Sep 1 06:37:10 UTC 2023 - Shung-Hsi Yu <shung-hsi.yu@suse.com>
- Update bpftool align with v5.19-based kernel
+ Implement BTFGen (i.e gen min_core_btf command)
+ Support for new btf kind BTF_KIND_DECL_TAG and BTF_KIND_TYPE_TAG
+ Support multiple .rodata/.data internal maps in skeleton
+ Probes for bounded loops, instruction set extensions, and offload-enabled
+ Generate Light skeleton for the kernel
+ Enable libbpf's strict mode by default
+ Show program & link type names
+ Support showing program names declared in BTF
+ Add BPF_TRACE_KPROBE_MULTI to attach type names table
+ Check unprivileged_bpf_disabled against value of 2
+ Use sysfs vmlinux when dumping BTF by ID
- Drop libbpf-Fix-BTF-to-C-converter-s-padding-logic.patch as the fix is now
included
-------------------------------------------------------------------
Wed May 3 10:02:38 UTC 2023 - Shung-Hsi Yu <shung-hsi.yu@suse.com>
- Add dwarves as build dependency as pahole is called during build
- Fix BTF-to-C converter's padding logic (jsc#PED-3924)
New patch: libbpf-Fix-BTF-to-C-converter-s-padding-logic.patch
-------------------------------------------------------------------
Wed Jan 8 16:28:37 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
- use optflags for building
- build and install man pages
-------------------------------------------------------------------
Thu May 9 14:41:11 UTC 2019 - Michal Rostecki <mrostecki@opensuse.org>
- Initial release