[v1,0/2] Fix failed test cases in test_bpf.ko for LoongArch

Message ID 20231207032951.16334-1-yangtiezhu@loongson.cn
Headers
Series Fix failed test cases in test_bpf.ko for LoongArch |

Message

Tiezhu Yang Dec. 7, 2023, 3:29 a.m. UTC
  There are 5 failed test cases in test_bpf.ko if enable jit on LoongArch,
one of them is related with the test case itself and has been fixed in
bpf-next tree [1], the other failed test cases are related with bpf jit
and can be fixed with this patch series.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/commit/?id=5fa201f37c2e

Tiezhu Yang (2):
  LoongArch: BPF: Fix sign-extension mov instructions
  LoongArch: BPF: Fix unconditional bswap instructions

 arch/loongarch/net/bpf_jit.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)