Re: [PATCH v2 2/2] mul_u64_u64_div_u64: basic sanity test
From: Nicolas Pitre
Date: Wed Jul 03 2024 - 13:47:23 EST
On Wed, 3 Jul 2024, Andrew Morton wrote:
> On Tue, 2 Jul 2024 23:34:09 -0400 Nicolas Pitre <nico@xxxxxxxxxxx> wrote:
>
> > Verify that edge cases produce proper results, and some more.
>
> Awesome, thanks.
>
> Do you know of any situations in which the present implementation
> causes issues?
Uwe could probably elaborate further, but the example given in the
first commit log is causing trouble for a driver he's working on.
Nicolas