Commit 9b329d0d authored by Alexei Starovoitov's avatar Alexei Starovoitov
Browse files

selftests/bpf: fix test_sysctl_prog with alu32



Similar to commit b7a0d65d ("bpf, testing: Workaround a verifier failure for test_progs")
fix test_sysctl_prog.c as well.

Signed-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
parent a6bbdf2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ int sysctl_tcp_mem(struct bpf_sysctl *ctx)
	unsigned long tcp_mem[3] = {0, 0, 0};
	char value[MAX_VALUE_STR_LEN];
	unsigned char i, off = 0;
	int ret;
	volatile int ret;

	if (ctx->write)
		return 0;