Re: [PATCH 5.4 000/267] 5.4.269-rc1 review

From: Greg Kroah-Hartman
Date: Thu Feb 22 2024 - 08:28:47 EST


On Thu, Feb 22, 2024 at 04:25:36PM +0530, Naresh Kamboju wrote:
> On Wed, 21 Feb 2024 at 19:46, Greg Kroah-Hartman
> <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
> >
> > This is the start of the stable review cycle for the 5.4.269 release.
> > There are 267 patches in this series, all will be posted as a response
> > to this one. If anyone has any issues with these being applied, please
> > let me know.
> >
> > Responses should be made by Fri, 23 Feb 2024 12:59:02 +0000.
> > Anything received after that time might be too late.
> >
> > The whole patch series can be found in one patch at:
> > https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.4.269-rc1.gz
> > or in the git tree and branch at:
> > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.4.y
> > and the diffstat can be found below.
> >
> > thanks,
> >
> > greg k-h
>
> The i386 allmodconfig builds failed on stable-rc 5.15, 5.10 and 5.4.
>
> Reported-by: Linux Kernel Functional Testing <lkft@xxxxxxxxxx>
>
> ERROR: modpost: "__udivdi3" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined!
> make[2]: *** [/builds/linux/scripts/Makefile.modpost:133:
> modules-only.symvers] Error 1
>
> Steps to reproduce:
> tuxmake --runtime podman --target-arch i386 --toolchain gcc-12
> --kconfig allmodconfig

Thanks, I've tracked this down to commit 6fb12518ca58 ("drm/amd/display:
make flip_timestamp_in_us a 64-bit variable")

Let me see if I can find a fix, if not, I'll just drop it, thanks!

greg k-h