From faa738aa13756877261df33ba41f4b9d14e26d59f9c7708905b9e7802d49b71e Mon Sep 17 00:00:00 2001 From: Shung-Hsi Yu Date: Fri, 14 Jul 2023 05:08:24 +0000 Subject: [PATCH] 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 --- libbpf-1.2.0.tar.gz | 3 --- libbpf-1.2.2.tar.gz | 3 +++ libbpf.changes | 10 ++++++++++ libbpf.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 libbpf-1.2.0.tar.gz create mode 100644 libbpf-1.2.2.tar.gz diff --git a/libbpf-1.2.0.tar.gz b/libbpf-1.2.0.tar.gz deleted file mode 100644 index cc89fac..0000000 --- a/libbpf-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dadd4bb6ab3bf9c667d42ee2ae4f7673fca8c60c0f467fcd88c211478266f644 -size 999623 diff --git a/libbpf-1.2.2.tar.gz b/libbpf-1.2.2.tar.gz new file mode 100644 index 0000000..b58ca18 --- /dev/null +++ b/libbpf-1.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b0c41eabfbbe8e0c8aea784d7495387ff9171b5a338480a8fbaceb9da8d5e5 +size 1000104 diff --git a/libbpf.changes b/libbpf.changes index 8a95646..4fee1fc 100644 --- a/libbpf.changes +++ b/libbpf.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jul 14 05:04:50 UTC 2023 - Shung-Hsi Yu + +- 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 diff --git a/libbpf.spec b/libbpf.spec index 1db5280..9706ca7 100644 --- a/libbpf.spec +++ b/libbpf.spec @@ -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