Re: [PATCH bpf-next v3 0/3] bpf, mips: Add signed div/mod support

From: Johan Almbladh

Date: Fri Aug 21 2026 - 02:22:13 EST


On Tue, Aug 18, 2026 at 3:11 PM Nicholas Dudar <main.kalliope@xxxxxxxxx> wrote:
> I plan to post MOVSX today. For MEMSX, I will base it after MOVSX and
> SDIV/SMOD and call out the dependency in the commit message. This avoids
> carrying a temporary fail-closed check. Does that ordering work for BSWAP
> and JMP32_JA?

Yes, I think that should work fine. If I understand it correctly, I
would then add BSWAP and JMP32_JA on top of your patches? I plan to
take a look at this when I am back next week.

Thanks,
Johan