mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-18 07:19:07 +08:00
Syncing latest libbpf commits from kernel repository.
Baseline bpf-next commit: 227a0713b319e7a8605312dee1c97c97a719a9fc
Checkpoint bpf-next commit: dc37dc617fabfb1c3a16d49f5d8cc20e9e3608ca
Baseline bpf commit: 77b1b8b43ec3c060ecf7e926a92b0f8772171046
Checkpoint bpf commit: fe68195daf34d5dddacd3f93dd3eafc4beca3a0e
Andrii Nakryiko (1):
libbpf: Fix compilation warning due to mismatched printf format
Dan Carpenter (1):
libbpf: Fix signedness bug in btf_dump_array_data()
Hengqi Chen (1):
libbpf: Add BPF_KPROBE_SYSCALL macro
Ilya Leoshkevich (7):
libbpf: Add PT_REGS_SYSCALL_REGS macro
libbpf: Fix accessing syscall arguments on powerpc
libbpf: Fix riscv register names
libbpf: Fix accessing syscall arguments on riscv
libbpf: Allow overriding PT_REGS_PARM1{_CORE}_SYSCALL
libbpf: Fix accessing the first syscall argument on arm64
libbpf: Fix accessing the first syscall argument on s390
Mauricio Vásquez (1):
libbpf: Remove mode check in libbpf_set_strict_mode()
src/bpf_tracing.h | 85 +++++++++++++++++++++++++++++++++++++++++------
src/btf_dump.c | 6 ++--
src/libbpf.c | 8 -----
3 files changed, 79 insertions(+), 20 deletions(-)
--
2.30.2
2 lines
41 B
Plaintext
2 lines
41 B
Plaintext
fe68195daf34d5dddacd3f93dd3eafc4beca3a0e
|