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