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

From: Nicholas Dudar

Date: Wed Jul 29 2026 - 15:02:57 EST


> 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