Hello:
This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann daniel@iogearbox.net:
On Thu, 13 Apr 2023 10:47:40 +0100 you wrote:
One of the test assertions uses an uninitialized op_name, which leads to some headscratching if it fails. Use a string constant instead.
Fixes: b1a7a480a112 ("selftests/bpf: Add fixed vs rotating verifier log tests") Signed-off-by: Lorenz Bauer lmb@isovalent.com
tools/testing/selftests/bpf/prog_tests/verifier_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links: - [bpf-next] selftests/bpf: fix use of uninitialized op_name in log tests https://git.kernel.org/bpf/bpf-next/c/5a674611d116
You are awesome, thank you!