mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-21 00:39:07 +08:00
Syncing latest libbpf commits from kernel repository.
Baseline bpf-next commit: 009367099eb61a4fc2af44d4eb06b6b4de7de6db
Checkpoint bpf-next commit: eb4e7726279a344c82e3c23be396bcfd0a4d5669
Baseline bpf commit: 3e9bc0472b910d4115e16e9c2d684c7757cb6c60
Checkpoint bpf commit: 9dfdb706e164ae869b1d97f83ebf8523b2809714
Abhishek Chauhan (1):
net: Add additional bit to support clockid_t timestamp type
Andrii Nakryiko (2):
libbpf: fix feature detectors when using token_fd
libbpf: detect broken PID filtering logic for multi-uprobe
Arnaldo Carvalho de Melo (1):
tools headers: Remove now unused copies of uapi/{fcntl,openat2}.h and
asm/fcntl.h
Daniel Jurgens (1):
netdev: Add queue stats for TX stop and wake
Mykyta Yatsenko (1):
libbpf: Configure log verbosity with env variable
Xuan Zhuo (1):
netdev: add queue stats
docs/libbpf_overview.rst | 8 +++
include/uapi/linux/bpf.h | 15 +++--
include/uapi/linux/fcntl.h | 123 -----------------------------------
include/uapi/linux/netdev.h | 21 ++++++
include/uapi/linux/openat2.h | 43 ------------
src/bpf.c | 2 +-
src/features.c | 33 +++++++++-
src/libbpf.c | 25 ++++++-
src/libbpf.h | 5 +-
9 files changed, 99 insertions(+), 176 deletions(-)
delete mode 100644 include/uapi/linux/fcntl.h
delete mode 100644 include/uapi/linux/openat2.h
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
2 lines
41 B
Plaintext
2 lines
41 B
Plaintext
eb4e7726279a344c82e3c23be396bcfd0a4d5669
|