drm-misc-next-fixes-2020-08-05: drm-misc-next-fixes for v5.9-rc1: - Fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpi - Fix a fbcon OOB read in fbdev, found by syzbot. - Mark vga_tryget static as it's not used elsewhere. - Small fixes to xlnx. - Remove null check for kfree in drm_dev_release. - Fix DRM_FORMAT_MOD_AMLOGIC_FBC definition. - Fix mode initialization in omap_connector_mode_valid(). The following changes since commit 206739119508d5ab4b42ab480ff61a7e6cd72d7c: Merge tag 'amd-drm-next-5.9-2020-07-17' of git://people.freedesktop.org/~agd5f/linux into drm-next (2020-07-23 15:38:11 +1000) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2020-08-05 for you to fetch changes up to a34a0a632dd991a371fec56431d73279f9c54029: drm: fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpi (2020-08-04 12:21:11 -0400) ---------------------------------------------------------------- drm-misc-next-fixes for v5.9-rc1: - Fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpi - Fix a fbcon OOB read in fbdev, found by syzbot. - Mark vga_tryget static as it's not used elsewhere. - Small fixes to xlnx. - Remove null check for kfree in drm_dev_release. - Fix DRM_FORMAT_MOD_AMLOGIC_FBC definition. - Fix mode initialization in omap_connector_mode_valid(). ---------------------------------------------------------------- Christoph Hellwig (1): vgaarb: mark vga_tryget static Colin Ian King (1): drm: xlnx: fix spelling mistake "failes" -> "failed" Hyun Kwon (1): drm: xlnx: zynqmp: Use switch - case for link rate downshift Li Heng (1): drm: Remove redundant NULL check Neil Armstrong (1): drm/fourcc: fix Amlogic Video Framebuffer Compression macro Tetsuo Handa (1): fbmem: pull fbcon_update_vcs() out of fb_set_var() Ville Syrjälä (1): drm/omap: Use {} to zero initialize the mode Wei Yongjun (1): drm: xlnx: Fix typo in parameter description Xin Xiong (1): drm: fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpi drivers/gpu/drm/drm_dp_mst_topology.c | 7 ++++--- drivers/gpu/drm/drm_drv.c | 3 +-- drivers/gpu/drm/omapdrm/omap_connector.c | 2 +- drivers/gpu/drm/xlnx/zynqmp_dp.c | 33 +++++++++++++++++--------------- drivers/gpu/vga/vgaarb.c | 3 +-- drivers/video/fbdev/core/fbmem.c | 8 ++------ drivers/video/fbdev/core/fbsysfs.c | 4 ++-- drivers/video/fbdev/ps3fb.c | 5 +++-- include/linux/fb.h | 2 -- include/linux/vgaarb.h | 6 ------ include/uapi/drm/drm_fourcc.h | 2 +- 11 files changed, 33 insertions(+), 42 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel