forked from pool/libbpf
Accepting request 1098588 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1098588 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libbpf?expand=0&rev=17
This commit is contained in:
commit
d8a29056fc
BIN
libbpf-1.2.0.tar.gz
(Stored with Git LFS)
BIN
libbpf-1.2.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
libbpf-1.2.2.tar.gz
Normal file
3
libbpf-1.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:32b0c41eabfbbe8e0c8aea784d7495387ff9171b5a338480a8fbaceb9da8d5e5
|
||||||
|
size 1000104
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 14 05:04:50 UTC 2023 - Shung-Hsi Yu <shung-hsi.yu@suse.com>
|
||||||
|
|
||||||
|
- update to v1.2.2:
|
||||||
|
* fix a regression in perf tool caused by libbpf resetting its custom
|
||||||
|
catch-all SEC() handler on explicit bpf_program__set_type() call
|
||||||
|
* fix possible double-free in USDT-related libbpf code, which happens when
|
||||||
|
libbpf runs out of space in __bpf_usdt_specs map due to having too many
|
||||||
|
unique USDT specs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 2 08:03:30 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Tue May 2 08:03:30 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -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.2.0
|
Version: 1.2.2
|
||||||
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