4fc55ab17f
- Workaround kernel module size increase due to BTF deduplication issue since the introduction of TYPEOF_UNQUAL * add 0001-libbpf-Add-identical-pointer-detection-to-btf_dedup_.patch
Shung-Hsi Yu2025-06-05 14:38:07 +00:00
54d6377069
Accepting request 1279755 from devel:libraries:c_c++
Ana Guerrero2025-05-27 16:49:16 +00:00
9682ffb9d6
Accepting request 1188837 from devel:libraries:c_c++
Ana Guerrero2024-07-22 15:14:08 +00:00
4fac0884ae
- update to 1.4.5: * Another small bug fix release backporting https://github.com/ libbpf/libbpf/commit/d9f9fd5b22223ae69c62e083da6093d95a0db799 which works around kernel-side bug with USDT PID filtering on kernels that support multi-uprobe (but have broken PID filtering).
Marcus Meissner2024-07-20 18:04:22 +00:00
7d666b614a
Accepting request 1178438 from devel:libraries:c_c++
Ana Guerrero2024-06-06 10:31:16 +00:00
0f35fd2bbb
Accepting request 1178437 from home:shunghsiyu:branches:bpf
Shung-Hsi Yu2024-06-04 06:16:07 +00:00
25a70514ec
Accepting request 1173943 from devel:libraries:c_c++
Ana Guerrero2024-05-16 15:12:33 +00:00
eb98c6490a
Accepting request 1173397 from home:flonnegren:branches:devel:libraries:c_c++
Dirk Mueller2024-05-14 10:02:48 +00:00
a4175429ff
Accepting request 1171295 from devel:libraries:c_c++
Ana Guerrero2024-05-02 21:42:54 +00:00
42af037966
Accepting request 1171290 from home:flonnegren:branches:devel:libraries:c_c++
Shung-Hsi Yu2024-05-02 08:57:06 +00:00
fd08afe839
Accepting request 1164453 from devel:libraries:c_c++
Ana Guerrero2024-04-04 20:24:42 +00:00
0dbb3eaec9
Accepting request 1164452 from home:shunghsiyu:branches:bpf
Shung-Hsi Yu2024-04-04 01:43:36 +00:00
a072e9ea1d
Accepting request 1128704 from devel:libraries:c_c++
Ana Guerrero2023-11-26 18:36:38 +00:00
6eaf8b91e2
- update to 1.3.0: * support for netfilter programs is added SEC("netfilter") is now available * API function bpf_program__attach_netfilter() is now available * support for tcx BPF programs is added: * the following new SEC definitions are now available: SEC("tc/egress"), SEC("tc/ingress"), SEC("tcx/egress"), SEC("tcx/ingress") * the following SEC definitions are now considered legacy: SEC("tc"), SEC("action"), SEC("classifier") * functions bpf_prog_attach_opts() and bpf_prog_query_opts() are extended to work with tcx programs, plus two new API functions are added: * the following new SEC definitions are now available: SEC("uprobe.multi"), SEC("uprobe.multi.s"), SEC("uretprobe.multi"), SEC("uretprobe.multi.s") * support for section SEC("usdt.s") is added for sleepable usdt programs; * support for Unix domain socket cgroup BPF programs is added the following new SEC definitions are now available: SEC("cgroup/connect_unix"),SEC("cgroup/sendmsg_unix"), SEC("cgroup/recvmsg_unix"), SEC("cgroup/getpeername_unix"), SEC("cgroup/getsockname_unix") * new LIBBPF_OPTS_RESET() utility macro; * new bpf_object__unpin() function to complement existing bpf_object__pin(); * new API functions for work with ring buffers * uprobe SEC matcher extended to allow golang symbols; * uprobe support for symbols versioning;
Dirk Mueller2023-11-25 10:06:07 +00:00