On 3/11/20 1:41 PM, 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. > drivers/gpu/drm/virtio/virtgpu_object.c:31:67: error: expected ')' before 'int' 31 | module_param_named(virglhack, virtio_gpu_virglrenderer_workaround, int, 0400); Commit b0138364da17 ("drm/virtio: module_param_named() requires linux/moduleparam.h") is still missing. Guenter