This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d928e8f3af38 Merge tag 'gfs2-v5.18-rc4-fix3' of git://git.kernel.org/pu [...] new 1d6595b4cd47 drm/vmwgfx: Fix fencing on SVGAv3 new 3059d9b9f6aa drm/vmwgfx: Initialize drm_mode_fb_cmd2 new 21d1d192890c drm/vmwgfx: Disable command buffers on svga3 without gbobjects new 30c60ba354ce Merge tag 'vmwgfx-drm-fixes-5.18-2022-05-13' of https://gi [...] new 135332f34ba2 Revert "fbdev: Make fb_release() return -ENODEV if fbdev w [...] new 89bfd4017e58 fbdev: Prevent possible use-after-free in fb_release() new 666b90b3ce9e fbdev: simplefb: Cleanup fb_info in .fb_destroy rather tha [...] new d258d00fb9c7 fbdev: efifb: Cleanup fb_info in .fb_destroy rather than .remove new b3c9a924aab6 fbdev: vesafb: Cleanup fb_info in .fb_destroy rather than .remove new 87fd2b091fb3 drm/nouveau/tegra: Stop using iommu_present() new ab244be47a8f drm/nouveau: Fix a potential theorical leak in nouveau_get [...] new 1b5853dfab7f fbdev: efifb: Fix a use-after-free due early fb_info cleanup new ef3a6b70507a dma-buf: call dma_buf_stats_setup after dmabuf is in valid list new b7c15a3ce6fe Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixes new 6fed53de5607 drm/vc4: hdmi: Fix build error for implicit function declaration new eb7bac3973d2 Merge tag 'drm-misc-fixes-2022-05-13' of git://anongit.fre [...] new ec7f49619d8e Merge tag 'drm-fixes-2022-05-14' of git://anongit.freedesk [...]
The 17 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/dma-buf/dma-buf.c | 8 +++---- drivers/gpu/drm/nouveau/nouveau_backlight.c | 9 +++---- drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c | 2 +- drivers/gpu/drm/vc4/vc4_hdmi.c | 1 + drivers/gpu/drm/vmwgfx/vmwgfx_cmd.c | 13 ++++++---- drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 8 +++++++ drivers/gpu/drm/vmwgfx/vmwgfx_fb.c | 2 +- drivers/gpu/drm/vmwgfx/vmwgfx_fence.c | 28 ++++++++++++++++------ drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 26 +++++++++++++------- drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 8 ++++--- drivers/video/fbdev/core/fbmem.c | 5 +--- drivers/video/fbdev/core/fbsysfs.c | 4 ++++ drivers/video/fbdev/efifb.c | 9 ++++++- drivers/video/fbdev/simplefb.c | 8 ++++++- drivers/video/fbdev/vesafb.c | 8 ++++++- 15 files changed, 99 insertions(+), 40 deletions(-)