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

From: Nicholas Dudar

Date: Fri Aug 21 2026 - 15:06:51 EST


> If I understand it correctly, I would then add BSWAP and JMP32_JA on
> top of your patches?

Yes, please. The strict requirements are that SDIV/SMOD and MOVSX come
first. MEMSX, BSWAP, and JMP32_JA can then follow in any order, but
stacking BSWAP and JMP32_JA after all three series gives us a simple
shared base.

The MOVSX and MEMSX RFCs are here:

https://lore.kernel.org/bpf/20260819010523.1057789-1-main.kalliope@xxxxxxxxx/
https://lore.kernel.org/bpf/20260821024640.1601299-1-main.kalliope@xxxxxxxxx/

I plan to post the non-RFC versions after bpf-next reopens, preserving
that ordering.

Thanks,
Nick