mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-18 15:29:06 +08:00
Syncing latest libbpf commits from kernel repository. Baseline bpf-next commit: 71930846b36f8e4e68267f8a3d47e33435c3657a Checkpoint bpf-next commit: 73cf09a36bf7bfb3e5a3ff23755c36d49137c44d Baseline bpf commit: f946964a9f79f8dcb5a6329265281eebfc23aee5 Checkpoint bpf commit: e7c677bdd03d54e9a1bafcaf1faf5c573a506bba Alexei Starovoitov (1): bpf: Disallow bpf programs call prog_run command. Andrii Nakryiko (2): libbpf: Reject legacy 'maps' ELF section libbpf: preserve errno across pr_warn/pr_info/pr_debug Dave Marchevsky (1): bpf: Improve docstring for BPF_F_USER_BUILD_ID flag Florian Fainelli (1): libbpf: Initialize err in probe_map_create Gustavo A. R. Silva (1): treewide: uapi: Replace zero-length arrays with flexible-array members Hengqi Chen (1): libbpf: Do not require executable permission for shared libraries James Hilliard (2): libbpf: Skip empty sections in bpf_object__init_global_data_maps libbpf: Ensure functions with always_inline attribute are inline Jesper Dangaard Brouer (1): bpf: Add BPF-helper for accessing CLOCK_TAI Namhyung Kim (1): perf/core: Add a new read format to get a number of lost samples include/uapi/linux/bpf.h | 27 +++++++++++++++++++++++++-- include/uapi/linux/perf_event.h | 7 +++++-- include/uapi/linux/pkt_cls.h | 4 ++-- src/bpf_tracing.h | 14 +++++++------- src/libbpf.c | 25 +++++++++++++++++-------- src/libbpf_probes.c | 2 +- src/skel_internal.h | 4 ++-- src/usdt.bpf.h | 4 ++-- 8 files changed, 61 insertions(+), 26 deletions(-) -- 2.30.2
2 lines
41 B
Plaintext
2 lines
41 B
Plaintext
73cf09a36bf7bfb3e5a3ff23755c36d49137c44d
|