File bpftool.changes of Package bpftool.34003
-------------------------------------------------------------------
Wed May 22 15:20:04 UTC 2024 - Shung-Hsi Yu <shung-hsi.yu@suse.com>
- Enable showing info for processes holding BPF map/prog/link/btf FDs
(jsc#PED-8375)
-------------------------------------------------------------------
Mon Jan 22 12:21:57 UTC 2024 - Shung-Hsi Yu <shung-hsi.yu@suse.com>
- Update bpftool to align with v6.5-based kernel
* show map IDs along with struct_ops links
* show map IDs instead of raw value for map_of_maps types
* show target_{obj,btf}_id in tracing link info
-------------------------------------------------------------------
Fri Oct 20 08:56:27 UTC 2023 - Shung-Hsi Yu <shung-hsi.yu@suse.com>
- Update bpftool align with v6.4-based kernel
+ Support for KIND_RESTRICT in gen min_core_btf command
+ Support BPF_MAP_TYPE_USER_RINGBUF map type
+ Support new cgroup local storage
+ Support printing opcodes and source file references in CFG
+ Probe for memcg-based accounting and bump rlimit only if needed
+ Allow toggling autoattach for bpf prog load|loadall
+ Remove support of --legacy option for bpftool
+ Remove BPF_OBJ_NAME_LEN restriction when looking up bpf program by name
-------------------------------------------------------------------
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