Hello:
This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov ast@kernel.org:
On Tue, 28 Mar 2023 21:10:48 -0400 you wrote:
From: Xu Kuohai xukuohai@huawei.com
The two infinite loops in bound check cases added by commit 1a3148fc171f ("selftests/bpf: Check when bounds are not in the 32-bit range") increased the execution time of test_verifier from about 6 seconds to about 9 seconds. Rewrite these two infinite loops to finite loops to get rid of this extra time cost.
[...]
Here is the summary with links: - [bpf-next,v2] selftests/bpf: Rewrite two infinite loops in bound check cases https://git.kernel.org/bpf/bpf-next/c/4ca13d1002f3
You are awesome, thank you!