Message ID | 20230818090119.477441-1-danieltimlee@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | samples/bpf: make BPF programs more libbpf aware | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Fri, 18 Aug 2023 18:01:10 +0900 you wrote: > The existing tracing programs have been developed for a considerable > period of time and, as a result, do not properly incorporate the > features of the current libbpf, such as CO-RE. This is evident in > frequent usage of functions like PT_REGS* and the persistence of "hack" > methods using underscore-style bpf_probe_read_kernel from the past. > These programs are far behind the current level of libbpf and can > potentially confuse users. > > [...] Here is the summary with links: - [bpf-next,1/9] samples/bpf: fix warning with ignored-attributes https://git.kernel.org/bpf/bpf-next/c/34f6e38f58db - [bpf-next,2/9] samples/bpf: convert to vmlinux.h with tracing programs https://git.kernel.org/bpf/bpf-next/c/e7e6c774f5d4 - [bpf-next,3/9] samples/bpf: unify bpf program suffix to .bpf with tracing programs https://git.kernel.org/bpf/bpf-next/c/4a0ee7889069 - [bpf-next,4/9] samples/bpf: fix symbol mismatch by compiler optimization https://git.kernel.org/bpf/bpf-next/c/02dabc247ad6 - [bpf-next,5/9] samples/bpf: make tracing programs to be more CO-RE centric https://git.kernel.org/bpf/bpf-next/c/11430421b440 - [bpf-next,6/9] samples/bpf: fix bio latency check with tracepoint https://git.kernel.org/bpf/bpf-next/c/92632115fb57 - [bpf-next,7/9] samples/bpf: fix broken map lookup probe https://git.kernel.org/bpf/bpf-next/c/d93a7cf6ca2c - [bpf-next,8/9] samples/bpf: refactor syscall tracing programs using BPF_KSYSCALL macro https://git.kernel.org/bpf/bpf-next/c/8dc805514631 - [bpf-next,9/9] samples/bpf: simplify spintest with kprobe.multi https://git.kernel.org/bpf/bpf-next/c/456d53554ca7 You are awesome, thank you!