Re: [PATCH bpf-next v2 1/2] bpf, mips: Factor out div/mod emission helpers

Nicholas Dudar <[email protected]> Wed, 29 Jul 2026 14:54:57 -0400
Newsgroups org.kernel.vger.linux-mips,org.kernel.vger.bpf,org.kernel.vger.linux-kernel
Message-ID <CAJZwKkjS6aREL7zSXp-4XDL7aHjCmLpUFOyO8nPAiJMUtBgSTA@mail.gmail.com>
> This isn't a bug, but would a short header comment on emit_div() and
> emit_mod(), in the style of the neighbouring '/* ALU register operation
> (32-bit) */', keep these consistent with the rest of the file? Every
> other emitter here carries one.
>
> Same for emit_div64() and emit_mod64() here.

Agreed that short comments would match the surrounding emitter style.
I'll add them if the series needs another revision.

Nicholas