Files
libbpf/CHECKPOINT-COMMIT

2 lines
41 B
Plaintext
Raw Normal View History

sync: latest libbpf changes from kernel Syncing latest libbpf commits from kernel repository. Baseline bpf-next commit: a1087da9d11e5bcacc706002bc0f84b790881f69 Checkpoint bpf-next commit: f44275e7155dc310d36516fc25be503da099781c Baseline bpf commit: fb86c42a2a5d44e849ddfbc98b8d2f4f40d36ee3 Checkpoint bpf commit: 9d89551994a430b50c4fffcb1e617a057fa76e20 Adrian Hunter (1): perf/core: Add aux_pause, aux_resume, aux_start_paused Alastair Robertson (2): libbpf: Pull file-opening logic up to top-level functions libbpf: Extend linker API to support in-memory ELF files Andrii Nakryiko (1): libbpf: don't adjust USDT semaphore address if .stapsdt.base addr is missing Anton Protopopov (2): bpf: Add fd_array_cnt attribute for prog_load libbpf: prog load: Allow to use fd_array_cnt Ben Olson (1): libbpf: Improve debug message when the base BTF cannot be found Daniel Borkmann (1): tools: Sync if_link.h uapi tooling header Daniel Xu (1): libbpf: Set MFD_NOEXEC_SEAL when creating memfd Eric Dumazet (1): net: add IFLA_MAX_PACING_OFFLOAD_HORIZON device attribute Jiri Olsa (1): libbpf: Fix memory leak in bpf_program__attach_uprobe_multi Joe Damato (3): netdev-genl: Dump napi_defer_hard_irqs netdev-genl: Dump gro_flush_timeout netdev-genl: Support setting per-NAPI config values Martin Karsten (1): net: Add napi_struct parameter irq_suspend_timeout Quentin Monnet (1): libbpf: Fix segfault due to libelf functions not setting errno Sidong Yang (1): libbpf: Change hash_combine parameters from long to unsigned long include/uapi/linux/bpf.h | 10 + include/uapi/linux/if_link.h | 554 +++++++++++++++++++++++++++++++- include/uapi/linux/netdev.h | 4 + include/uapi/linux/perf_event.h | 11 +- src/bpf.c | 3 +- src/bpf.h | 5 +- src/btf.c | 4 +- src/libbpf.c | 25 +- src/libbpf.h | 5 + src/libbpf.map | 4 + src/linker.c | 248 ++++++++++---- src/usdt.c | 2 +- 12 files changed, 794 insertions(+), 81 deletions(-) Signed-off-by: Daniel Müller <deso@posteo.net>
2025-01-06 14:04:56 -08:00
f44275e7155dc310d36516fc25be503da099781c