Hello:
This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko andrii@kernel.org:
On Fri, 31 Mar 2023 01:58:42 -0600 you wrote:
The fork function in gcc is considered a built in function due to being used by libgcov when building with gnu extensions.
Rename fork to sched_process_fork to prevent this conflict.
See details: https://github.com/gcc-mirror/gcc/commit/d1c38823924506d389ca58d02926ace21bd... https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82457
[...]
Here is the summary with links: - [bpf-next] selftests/bpf: Fix conflicts with built-in functions in bench_local_storage_create https://git.kernel.org/bpf/bpf-next/c/9af0f555ae4a
You are awesome, thank you!