Re: [PATCH bpf-next v4 0/3] bpf, mips: Add signed div/mod support
From: Johan Almbladh
Date: Wed Sep 23 2026 - 12:21:45 EST
> Nicholas Dudar (3):
> bpf, mips: Factor out div/mod emission helpers
> MIPS: uasm: Add signed div/mod and sign-extension emitters
> bpf, mips: Add support for BPF_SDIV and BPF_SMOD
Tested together with the other MIPS BPF JIT series and fixes. See
https://lore.kernel.org/bpf/CAM1=_QTjcyMtMLawSFnCt2c5wJJ-if40GSfo+o-CoZqcgx5wYQ@xxxxxxxxxxxxxx/
for test setup and results.
For the series:
Tested-by: Johan Almbladh <johan.almbladh@xxxxxxxxxxxxxxxxx>
Acked-by: Johan Almbladh <johan.almbladh@xxxxxxxxxxxxxxxxx>
Thanks,
Johan