Re: [PATCH 5.4 000/169] 5.4.25-rc4 review

From: Greg Kroah-Hartman
Date: Thu Mar 12 2020 - 03:02:56 EST


On Thu, Mar 12, 2020 at 01:22:34AM +0200, Thomas Backlund wrote:
> Den 12-03-2020 kl. 01:06, skrev Guenter Roeck:
> > On Wed, Mar 11, 2020 at 09:41:16PM +0100, Greg Kroah-Hartman wrote:
> > > This is the start of the stable review cycle for the 5.4.25 release.
> > > There are 169 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, 13 Mar 2020 20:39:27 +0000.
> > > Anything received after that time might be too late.
> > >
> >
> > Build results:
> > total: 158 pass: 146 fail: 12
> > Failed builds:
> > alpha:allmodconfig
> > arm:allmodconfig
> > arm64:allmodconfig
> > m68k:allmodconfig
> > mips:allmodconfig
> > nds32:allmodconfig
> > parisc:allmodconfig
> > powerpc:allmodconfig
> > riscv:defconfig
> > s390:allmodconfig
> > sparc64:allmodconfig
> > xtensa:allmodconfig
> > Qemu test results:
> > total: 422 pass: 405 fail: 17
> > Failed tests:
> > <all riscv>
> >
> > As already reported, the failure is:
> >
> > drivers/gpu/drm/virtio/virtgpu_object.c:31:67: error: expected ')' before 'int'
> > 31 | module_param_named(virglhack, virtio_gpu_virglrenderer_workaround, int, 0400);
> >
> > Guenter
> >
>
> I guess you need:
> commit b0138364da17617db052c4a738b58bf45e42f500
> Author: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
> Date: Wed Aug 28 18:55:16 2019 +1000
>
> drm/virtio: module_param_named() requires linux/moduleparam.h

Now added, thanks.

greg k-h