forked from pool/libbpf
Accepting request 1164453 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1164453 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libbpf?expand=0&rev=19
This commit is contained in:
commit
fd08afe839
BIN
libbpf-1.3.0.tar.gz
(Stored with Git LFS)
BIN
libbpf-1.3.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
libbpf-1.4.0.tar.gz
Normal file
3
libbpf-1.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4271dfd51f59d23c03d9ae62d8a92622af0f5216a620a7a666c4975c3c7cda6e
|
||||||
|
size 1015490
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 3 10:50:11 UTC 2024 - Shung-Hsi Yu <shung-hsi.yu@suse.com>
|
||||||
|
|
||||||
|
- update to 1.4.0:
|
||||||
|
* support for BPF token throughout low-level and high-level APIs
|
||||||
|
(see also LIBBPF_BPF_TOKEN_PATH envvar)
|
||||||
|
* struct_ops functionality around handling multi-kernel
|
||||||
|
compatibility using BPF CO-RE principles and approaches
|
||||||
|
* BPF arena map support
|
||||||
|
* support __arena tagged global variables, which are automatically
|
||||||
|
put into BPF arena map
|
||||||
|
* BPF cookie support for raw tracepoint BPF programs in attach APIs
|
||||||
|
loaded or created, respectively
|
||||||
|
* add SEC("sk_skb/verdict") support
|
||||||
|
* support global subprog argument tagging for for kprobe/uprobe,
|
||||||
|
and perf_event BPF program with newly added __arg_ctx,
|
||||||
|
__arg_nonnull, __arg_nullable, __arg_trusted, and __arg_arena
|
||||||
|
annotations
|
||||||
|
* add bpf_core_cast() macro, improving ergonomics of
|
||||||
|
bpf_rdonly_cast() BPF helper
|
||||||
|
* __long() macro added for specifying 64-bit values when declaring
|
||||||
|
BTF-defined maps
|
||||||
|
* better GCC-BPF support in BPF CO-RE macros in bpf_core_read.h header
|
||||||
|
* show specific error messages when attempting to
|
||||||
|
use struct bpf_program/bpf_map instances there were not loaded or
|
||||||
|
created
|
||||||
|
* fix inner map's max_entries setting logic
|
||||||
|
* btf_ext__raw_data() and btf__new_split() APIs are added back
|
||||||
|
* ignore DWARF sections in BPF linker sanity checks, improving
|
||||||
|
handling of some corner cases
|
||||||
|
* fix potential NULL dereference when handling corrupted ELF files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 25 09:45:41 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Sat Nov 25 09:45:41 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libbpf
|
# spec file for package libbpf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define sover_major 1
|
%define sover_major 1
|
||||||
%define libname libbpf%{sover_major}
|
%define libname libbpf%{sover_major}
|
||||||
Name: libbpf
|
Name: libbpf
|
||||||
Version: 1.3.0
|
Version: 1.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C library for managing eBPF programs and maps
|
Summary: C library for managing eBPF programs and maps
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
|
Loading…
Reference in New Issue
Block a user