Accepting request 1098587 from home:shunghsiyu:branches:bpf

- 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

OBS-URL: https://build.opensuse.org/request/show/1098587
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libbpf?expand=0&rev=33
This commit is contained in:
Shung-Hsi Yu 2023-07-14 05:08:24 +00:00 committed by Git OBS Bridge
parent 494640f937
commit faa738aa13
4 changed files with 14 additions and 4 deletions

BIN
libbpf-1.2.0.tar.gz (Stored with Git LFS)

Binary file not shown.

3
libbpf-1.2.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:32b0c41eabfbbe8e0c8aea784d7495387ff9171b5a338480a8fbaceb9da8d5e5
size 1000104

View File

@ -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>

View File

@ -19,7 +19,7 @@
%define sover_major 1
%define libname libbpf%{sover_major}
Name: libbpf
Version: 1.2.0
Version: 1.2.2
Release: 0
Summary: C library for managing eBPF programs and maps
License: LGPL-2.1-only