On Tue, Aug 15, 2023 at 5:21 PM Xu Kuohai <xukuohai@xxxxxxxxxxxxxxx> wrote: > > From: Xu Kuohai <xukuohai@xxxxxxxxxx> > > This series adds arm64 support for cpu v4 instructions [1]. > > [1] https://lore.kernel.org/all/20230728011143.3710005-1-yonghong.song@xxxxxxxxx/ > > Xu Kuohai (7): > arm64: insn: Add encoders for LDRSB/LDRSH/LDRSW > bpf, arm64: Support sign-extension load instructions > bpf, arm64: Support sign-extension mov instructions > bpf, arm64: Support unconditional bswap > bpf, arm64: Support 32-bit offset jmp instruction > bpf, arm64: Support signed div/mod instructions > selftests/bpf: Enable cpu v4 tests for arm64 Thank you Xu! The series looks good to me so: Acked-by: Florent Revest <revest@xxxxxxxxxxxx> And I could reproduce your successful test runs with a recent clang so: Tested-by: Florent Revest <revest@xxxxxxxxxxxx>