Re: [PATCH] lib: math: test_mul_u64_u64_div_u64: define div64_s64_rem
From: Jonathan Cameron
Date: Tue Jun 16 2026 - 07:25:11 EST
On Tue, 16 Jun 2026 10:39:44 +0300
Andy Shevchenko <andriy.shevchenko@xxxxxxxxx> wrote:
> On Mon, Jun 15, 2026 at 04:51:15PM +0100, Rodrigo Alencar via B4 Relay wrote:
> >
> > Define div64_s64_rem to avoid multiple definition or exports.
>
> Thanks for fixing this.
>
> > ---
> > Recently added div64_s64_rem() is causing issues in a the
> > test build. This could be a fixup patch amended to:
> >
> > https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git/commit/?h=testing&id=adebf76278116a06166d0b5f8b4112ad5dd6389a
>
> I agree with this. Since the testing branch is subject to rebase on top of
> -rc1, this can be also injected before or during that time.
>
Smashed into original patch as a fixup.
Thanks,
Jonathan