Message ID | 20230813141900.1268-1-laoar.shao@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | bpf: Fix fill_link_info and add selftest | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Daniel Borkmann <daniel@iogearbox.net>: On Sun, 13 Aug 2023 14:18:58 +0000 you wrote: > Patch #1: Fix an error in fill_link_info reported by Dan > Patch #2: Add selftest for #1 > > v5->v6: > - Fix BPF CI failure on aarch64 > > v4->v5: > - Comments from Yonghong > - Replace 'offset' with '0' > - Set err=-1 for default case > - Only check return value of verify_kmulti_link_info > - Comments from Jiri > - Avoid retprobe argument > - Use bpf_fentry_test* instead > - Rename verify_kmulti_user_buffer > - Define some variables as global value to simplify the code > > [...] Here is the summary with links: - [v6,bpf-next,1/2] bpf: Fix uninitialized symbol in bpf_perf_link_fill_kprobe() https://git.kernel.org/bpf/bpf-next/c/0aa35162d2a1 - [v6,bpf-next,2/2] selftests/bpf: Add selftest for fill_link_info https://git.kernel.org/bpf/bpf-next/c/23cf7aa539dc You are awesome, thank you!