Re: [PATCH v2 02/14] arm64: bpf: Remove big-endian support from the JIT compiler
From: Alexei Starovoitov
Date: Mon Sep 07 2026 - 14:55:21 EST
On Mon, Sep 7, 2026 at 9:37 AM Will Deacon <will@xxxxxxxxxx> wrote:
>
> Big-endian support on arm64 depends on BROKEN. In preparation for
> removing the dead code altogether, remove the big-endian-specific
> support from the arm64 BPF JIT backend.
>
> Acked-by: Catalin Marinas <catalin.marinas@xxxxxxx>
> Acked-by: Arnd Bergmann <arnd@xxxxxxxx>
> Acked-by: Marc Zyngier <maz@xxxxxxxxxx>
> Acked-by: Eric Biggers <ebiggers@xxxxxxxxxx>
> Signed-off-by: Will Deacon <will@xxxxxxxxxx>
Acked-by: Alexei Starovoitov <ast@xxxxxxxxxx>