Re: [PATCH 0/4] Reinstate and improve MIPS `do_div' implementation

From: Maciej W. Rozycki
Date: Wed Apr 21 2021 - 09:19:51 EST


On Wed, 21 Apr 2021, Thomas Bogendoerfer wrote:

> series applied to mips-next.

Thanks! I was about to send v2 with a small fix for an issue discovered
with message formatting in the failure path of the test_div64 module,
which was supposed to align the expected result with one actually produced
for easier visual comparison. Somehow I failed to realise that format
specifiers will expand to text of a different length and therefore source
string alignment won't do.

I'll send an incremental change then.

Maciej