Re: [PATCH bpf-next v3 0/3] bpf, mips: Add signed div/mod support
Johan Almbladh <[email protected]>
| Newsgroups | org.kernel.vger.linux-mips,org.kernel.vger.bpf,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAM1=_QSk9W1z6mT3EdKV=_cbHm9d5FH1HVO6CFjHcppy+s8OOg@mail.gmail.com> |
On Tue, Aug 18, 2026 at 3:11 PM Nicholas Dudar <[email protected]> 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