Accepting request 1225186 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1225186 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bpftool?expand=0&rev=13
This commit is contained in:
commit
74b3d15c3a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ad6f35b3a629ce1a2d892b2467d2c67b85a29da9daafd062dd7503487ac3671
|
||||
size 1485279
|
3
bpftool-libbpf-v7.5.0-sources.tar.gz
Normal file
3
bpftool-libbpf-v7.5.0-sources.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1468d3fb8c70698359a6593d8828f0e0a56b72244cb8632c6e1947e11b3520b9
|
||||
size 1510032
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 15:56:21 UTC 2024 - Fredrik Lönnegren <fredrik.lonnegren@suse.com>
|
||||
|
||||
- Update to version 7.5.0
|
||||
* Add support for attaching and detaching tcx programs with bpftool net,
|
||||
along with relevant documentation and bash completion.
|
||||
* When dumping BTF information, support dumping kfunc prototypes. Users
|
||||
willing to use kfunc no longer have to define the prototypes themselves,
|
||||
then can use the generated header file. This is also convenient to check
|
||||
what kfuncs are available in the running kernel.
|
||||
* Sort the output from the dump, in C format, of BTF objects. Sorting the
|
||||
output helps applying diff tools on the generated header files, and helps
|
||||
generate a more natural ordering in the header.
|
||||
* Print richer information when dumping sockmap links.
|
||||
* In BPF skeletons, auto-attach struct_ops BPF maps as part of
|
||||
<skeleton>__attach(), define BPF_SKEL_SUPPORTS_MAP_AUTO_ATTACH accordingly.
|
||||
* Improvements in libbpf bring the ability to open and work with object files
|
||||
in either endianness for some operations like object linking or light BPF
|
||||
skeleton creation.
|
||||
* Bpftool automatically mounts the BPF virtual file system (bpffs) when
|
||||
necessary, for example to pin programs. This bpffs was mounted on the
|
||||
parent directory for the provided path under certain circumstances. Now
|
||||
bpftool mounts the bpffs on the provided path instead, as expected.
|
||||
* When loading programs and trying to pin the maps, attempt to mount the
|
||||
bpffs when the provided path for the maps is not under an existing bpffs
|
||||
already, as bpftool usually does for other similar commands.
|
||||
* Use __typeof__() rather than typeof() in BPF skeleton, to improve
|
||||
compatibility with C++.
|
||||
* Fix cgroup-related queries to avoid trying to dump (inaccessible)
|
||||
Netkit-related information.
|
||||
* Fix backward compatibility issue related to struct_ops maps handling for
|
||||
BPF skeletons used with older versions of libbpf.
|
||||
* Many trivial improvements to bpftool's documentation and bash completion,
|
||||
such as formatting fixes, typo fixes, or minor clarifications.
|
||||
* Fix typos in error message and usage help message.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 22 09:43:32 UTC 2024 - Shung-Hsi Yu <shung-hsi.yu@suse.com>
|
||||
|
||||
|
@ -39,7 +39,7 @@
|
||||
%endif
|
||||
|
||||
Name: bpftool
|
||||
Version: 7.4.0
|
||||
Version: 7.5.0
|
||||
Release: 0
|
||||
Summary: Tool for inspection and manipulation of BPF programs and maps
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user