linux-uconsole/drivers/gpu/drm/virtio
liuyuntao 38098444b7 virtio-gpu: fix possible memory allocation failure
[ Upstream commit 5bd4f20de8 ]

When kmem_cache_zalloc in virtio_gpu_get_vbuf fails, it will return
an error code. But none of its callers checks this error code, and
a core dump will take place.

Considering many of its callers can't handle such error, I add
a __GFP_NOFAIL flag when calling kmem_cache_zalloc to make sure
it won't fail, and delete those unused error handlings.

Fixes: dc5698e80c ("Add virtio gpu driver.")
Signed-off-by: Yuntao Liu <liuyuntao10@huawei.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20210828104321.3410312-1-liuyuntao10@huawei.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-11-18 14:04:02 +01:00
..
Kconfig drm: virtio: fix kconfig dependency warning 2020-08-31 08:55:02 +02:00
Makefile
virtgpu_debugfs.c drm/virtio: report uuid in debugfs 2020-09-09 08:54:26 +02:00
virtgpu_display.c drm/virtio: use drmm_mode_config_init 2020-09-15 09:42:28 +02:00
virtgpu_drv.c drm/virtio: Support virtgpu exported resources 2020-08-18 10:01:54 +02:00
virtgpu_drv.h drm/virtio: use drmm_mode_config_init 2020-09-15 09:42:28 +02:00
virtgpu_fence.c
virtgpu_gem.c drm/virtio: make sure context is created in gem open 2021-03-04 11:37:38 +01:00
virtgpu_ioctl.c drm-misc-fixes for v5.9-rc1: 2020-08-19 13:54:42 +10:00
virtgpu_kms.c drm/virtio: Fix double free on probe failure 2021-07-19 09:44:39 +02:00
virtgpu_object.c drm/virtio: use kvmalloc for large allocations 2021-03-07 12:34:04 +01:00
virtgpu_plane.c drm/virtio: drop virtio_gpu_output->enabled 2020-09-04 13:11:32 +02:00
virtgpu_prime.c drm/virtio: Support virtgpu exported resources 2020-08-18 10:01:54 +02:00
virtgpu_trace.h
virtgpu_trace_points.c
virtgpu_vq.c virtio-gpu: fix possible memory allocation failure 2021-11-18 14:04:02 +01:00