Hello:
This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko andrii@kernel.org:
On Thu, 6 Jul 2023 16:22:28 +0200 you wrote:
From: Björn Töpel bjorn@rivosinc.com
BPF tests that load /proc/kallsyms, e.g. bpf_cookie, will perform a buffer overrun if the number of syms on the system is larger than MAX_SYMS.
Bump the MAX_SYMS to 400000, and add a runtime check that bails out if the maximum is reached.
[...]
Here is the summary with links: - [bpf-next] selftests/bpf: Bump and validate MAX_SYMS https://git.kernel.org/bpf/bpf-next/c/e76a014334a6
You are awesome, thank you!