Hello:
This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko andrii@kernel.org:
On Wed, 18 May 2022 10:50:53 +0800 you wrote:
From: Feng Zhou zhoufeng.zf@bytedance.com
comments from Andrii Nakryiko, details in here: https://lore.kernel.org/lkml/20220511093854.411-1-zhoufeng.zf@bytedance.com/...
use /* */ instead of // use libbpf_num_possible_cpus() instead of sysconf(_SC_NPROCESSORS_ONLN) use 8 bytes for value size fix memory leak use ASSERT_EQ instead of ASSERT_OK add bpf_loop to fetch values on each possible CPU
[...]
Here is the summary with links: - [bpf-next,v2] selftests/bpf: fix some bugs in map_lookup_percpu_elem testcase https://git.kernel.org/bpf/bpf-next/c/7aa424e02a04
You are awesome, thank you!