On Tue, 05 Mar 2024 16:36:23 +0100, Christophe Leroy wrote: > Recent additions in BPF like cpu v4 instructions, test_bpf module > exhibits the following failures: > > test_bpf: #82 ALU_MOVSX | BPF_B jited:1 ret 2 != 1 (0x2 != 0x1)FAIL (1 times) > test_bpf: #83 ALU_MOVSX | BPF_H jited:1 ret 2 != 1 (0x2 != 0x1)FAIL (1 times) > test_bpf: #84 ALU64_MOVSX | BPF_B jited:1 ret 2 != 1 (0x2 != 0x1)FAIL (1 times) > test_bpf: #85 ALU64_MOVSX | BPF_H jited:1 ret 2 != 1 (0x2 != 0x1)FAIL (1 times) > test_bpf: #86 ALU64_MOVSX | BPF_W jited:1 ret 2 != 1 (0x2 != 0x1)FAIL (1 times) > > [...] Applied to powerpc/next. [1/1] powerpc/bpf/32: Fix failing test_bpf tests https://git.kernel.org/powerpc/c/8ecf3c1dab1c675721d3d0255556abe2306fa340 cheers