From: Greg Kroah-Hartman Date: Thu, 12 Mar 2020 06:27:14 +0000 (+0100) Subject: 5.4-stable patches X-Git-Tag: v5.4.25~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=753f0cd230a5c09783dd4832608f456da43e71fb;p=thirdparty%2Fkernel%2Fstable-queue.git 5.4-stable patches added patches: drm-virtio-module_param_named-requires-linux-moduleparam.h.patch --- diff --git a/queue-5.4/drm-virtio-module_param_named-requires-linux-moduleparam.h.patch b/queue-5.4/drm-virtio-module_param_named-requires-linux-moduleparam.h.patch new file mode 100644 index 00000000000..79efcbcb4f0 --- /dev/null +++ b/queue-5.4/drm-virtio-module_param_named-requires-linux-moduleparam.h.patch @@ -0,0 +1,30 @@ +From b0138364da17617db052c4a738b58bf45e42f500 Mon Sep 17 00:00:00 2001 +From: Stephen Rothwell +Date: Wed, 28 Aug 2019 18:55:16 +1000 +Subject: drm/virtio: module_param_named() requires linux/moduleparam.h + +From: Stephen Rothwell + +commit b0138364da17617db052c4a738b58bf45e42f500 upstream. + +Fixes: 3e93bc2a58aa ("drm/virtio: make resource id workaround runtime switchable.") +Signed-off-by: Stephen Rothwell +Link: http://patchwork.freedesktop.org/patch/msgid/20190828185516.22b03da8@canb.auug.org.au +Signed-off-by: Gerd Hoffmann +Signed-off-by: Greg Kroah-Hartman + +--- + drivers/gpu/drm/virtio/virtgpu_object.c | 2 ++ + 1 file changed, 2 insertions(+) + +--- a/drivers/gpu/drm/virtio/virtgpu_object.c ++++ b/drivers/gpu/drm/virtio/virtgpu_object.c +@@ -23,6 +23,8 @@ + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ + ++#include ++ + #include + + #include "virtgpu_drv.h" diff --git a/queue-5.4/series b/queue-5.4/series index e339f841b84..13efa2d8c5c 100644 --- a/queue-5.4/series +++ b/queue-5.4/series @@ -167,3 +167,4 @@ efi-read_once-rng-seed-size-before-munmap.patch block-bfq-get-a-ref-to-a-group-when-adding-it-to-a-service-tree.patch block-bfq-remove-ifdefs-from-around-gets-puts-of-bfq-groups.patch csky-implement-copy_thread_tls.patch +drm-virtio-module_param_named-requires-linux-moduleparam.h.patch